Skip to content

Commit 69d89d0

Browse files
committed
feat: do not propagate builder status to the plugin job
1 parent b1d7082 commit 69d89d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pipeline {
2323
success {
2424
script {
2525
if (env.BRANCH_NAME == 'main')
26-
build job: '/NiFi.Prod.Builder'
26+
build job: '/NiFi.Prod.Builder', propagate: false
2727
else if (env.BRANCH_NAME == 'develop')
28-
build job: '/NiFi.Dev.Builder'
28+
build job: '/NiFi.Dev.Builder', propagate: false
2929
}
3030
slackSend (color: '#36b37e', message: "Success: ${env.BUILD_URL} after ${currentBuild.durationString.replace(' and counting', '')}")
3131
}

0 commit comments

Comments
 (0)