Zaktualizuj 'Jenkinsfile-sacred'

This commit is contained in:
Sebastian Wałęsa 2022-05-08 20:27:35 +02:00
parent a1831a3e72
commit 8ad8722929

View File

@ -21,7 +21,11 @@ pipeline {
sh 'rm -r IUM_478839' sh 'rm -r IUM_478839'
} }
} }
stage('Evaluation-job'){
steps {
build job: 's478839-evaluation/feature/'
}
}
} }
} }