Add trigger in JenkinsfileTraining

This commit is contained in:
PawelDopierala 2024-05-14 15:22:34 +02:00
parent 9ad27cc904
commit f42484bf5b

View File

@ -11,6 +11,10 @@ pipeline {
)
}
triggers {
upstream(upstreamProjects: 's495719-create-dataset', threshold: hudson.model.Result.SUCCESS)
}
stages {
stage('Git') {
steps {