mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 00:46:31 +00:00
updating and testing BuildDependencies Jenkins pipeline file
This commit is contained in:
@@ -66,8 +66,7 @@ pipeline {
|
||||
success {
|
||||
echo 'Dependencies installed successfully. Triggering ImageMatcher Build pipeline...'
|
||||
// Trigger the ImageMatcher Build pipeline job upon success
|
||||
// Replace 'ImageMatcher Build' with the exact name of your ImageMatcher Jenkins job
|
||||
build job: 'ImageMatcher Build',
|
||||
build job: 'ImageMatcher',
|
||||
wait: false // Set to true if you want Dependencies to wait for ImageMatcher to finish
|
||||
// No parameters are passed by default, add if needed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user