Skip to content

Commit f4b6427

Browse files
committed
conf(ci): do not wait for the result of the build step
1 parent 69d89d0 commit f4b6427

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', propagate: false
26+
build job: '/NiFi.Prod.Builder', propagate: false, wait: false
2727
else if (env.BRANCH_NAME == 'develop')
28-
build job: '/NiFi.Dev.Builder', propagate: false
28+
build job: '/NiFi.Dev.Builder', propagate: false, wait: false
2929
}
3030
slackSend (color: '#36b37e', message: "Success: ${env.BUILD_URL} after ${currentBuild.durationString.replace(' and counting', '')}")
3131
}

0 commit comments

Comments
 (0)