Skip to content

Commit

Permalink
Merge pull request #35 from kevangel79/devel
Browse files Browse the repository at this point in the history
Remove unused downstream job
  • Loading branch information
kevangel79 authored Oct 8, 2021
2 parents c6120e9 + 10bd705 commit 907d630
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ pipeline {
}
success {
script{
if ( env.BRANCH_NAME == 'devel' ) {
build job: '/ARGO-utils/argo-swagger-docs', propagate: false
}
if ( env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'devel' ) {
slackSend( message: ":rocket: New version for <$BUILD_URL|$PROJECT_DIR>:$BRANCH_NAME Job: $JOB_NAME !")
}
Expand Down

0 comments on commit 907d630

Please sign in to comment.