Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KimheangKen authored Oct 25, 2023
1 parent 92fe0e2 commit 950f9eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ pipeline {
}
}

// stage('Trigger ManifestUpdate') {
// steps {
// build job: 'updatemanifest', parameters: [string(name: 'DOCKERTAG', value: env.BUILD_NUMBER)]
// }
// }
stage('Trigger ManifestUpdate') {
steps {
build job: 'test2', parameters: [string(name: 'DOCKERTAG', value: env.BUILD_NUMBER)]
}
}
}
}

0 comments on commit 950f9eb

Please sign in to comment.