diff --git a/Jenkinsfile_update2head b/Jenkinsfile_update2head index f2bac35..1af3958 100644 --- a/Jenkinsfile_update2head +++ b/Jenkinsfile_update2head @@ -28,11 +28,12 @@ pipeline { stage('prepare') { steps { script { - if(params.UPDATE_NM_PARTS) + if(params.UPDATE_NM_PARTS) { currentBuild.displayName += "-nm" - if(params.UPDATE_COMMUNITY_PARTS) + } + if(params.UPDATE_COMMUNITY_PARTS) { currentBuild.displayName += "-community" - + } printJobParameters() prepareUpdate() }