Zaktualizuj 'Jenkinsfile-sacred'

This commit is contained in:
Sebastian Wałęsa 2022-05-08 20:26:17 +02:00
parent 6e03ca537c
commit a1831a3e72

View File

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