Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 10:45:08 +02:00
parent c693a87107
commit d256880398

View File

@ -15,6 +15,10 @@ pipeline {
)
}
triggers {
upstream(upstreamProjects: 's464903-create-dataset', threshold: hudson.model.Result.SUCCESS)
}
stages {
stage('Build image'){
steps {