Update 'JenkinsFile'

add trigger to is-collector too
This commit is contained in:
Roberto Cirillo 2023-10-12 16:24:44 +02:00
parent c175904a43
commit fbbc8184de
1 changed files with 7 additions and 0 deletions

View File

@ -48,5 +48,12 @@ pipeline {
}
}
}
stage('trigger IS-collector image job') {
steps {
script {
build(job: 'is-collector-service-image', wait: false, propagate: false);
}
}
}
}
}