Update 'Jenkinsfile_training'

This commit is contained in:
Zofia Galla 2021-05-15 17:52:44 +02:00
parent 31a3f87da1
commit 23a893b763

View File

@ -1,5 +1,8 @@
pipeline {
agent {dockerfile true}
options {
copyArtifactPermission('s434684-evaluation/master');
}
parameters {
buildSelector(
defaultSelector: lastSuccessful(),