Skip to content

Commit

Permalink
Trigger manifest lock workflow from release Tag workflow (#4874)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya authored Jul 22, 2024
1 parent 1c56947 commit aa35d31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jenkins/release-tag/release-tag.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ pipeline {
}
}
}
stage('Update Manifest') {
steps {
echo 'Triggering manifest lock workflow'
build job: 'release-manifest-commit-lock', wait: true, parameters: [
string(name: 'RELEASE_VERSION', value: "${params.RELEASE_VERSION}"),
string(name: 'MANIFEST_LOCK_ACTION', value: "UPDATE_TO_TAGS")
]
echo 'Pull Request to lock manifest created successfully!'
}
}
}
post() {
always {
Expand Down

0 comments on commit aa35d31

Please sign in to comment.