We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d89d0 commit f4b6427Copy full SHA for f4b6427
Jenkinsfile
@@ -23,9 +23,9 @@ pipeline {
23
success {
24
script {
25
if (env.BRANCH_NAME == 'main')
26
- build job: '/NiFi.Prod.Builder', propagate: false
+ build job: '/NiFi.Prod.Builder', propagate: false, wait: false
27
else if (env.BRANCH_NAME == 'develop')
28
- build job: '/NiFi.Dev.Builder', propagate: false
+ build job: '/NiFi.Dev.Builder', propagate: false, wait: false
29
}
30
slackSend (color: '#36b37e', message: "Success: ${env.BUILD_URL} after ${currentBuild.durationString.replace(' and counting', '')}")
31
0 commit comments