diff --git a/Jenkinsfile b/Jenkinsfile index a98efa7..9c1a20a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,9 @@ properties([ ]) node('worker'){ + + currentBuild.setDescription(params.BRANCH) + stage('Clone Code'){ checkout([ $class: 'GitSCM', diff --git a/app/templates/reports/index.html.j2 b/app/templates/reports/index.html.j2 index 4862c91..d106645 100644 --- a/app/templates/reports/index.html.j2 +++ b/app/templates/reports/index.html.j2 @@ -12,7 +12,7 @@