Zaktualizuj 'Jenkinsfile_training'
Some checks failed
s430705-training/pipeline/head There was a failure building this commit

This commit is contained in:
Michał Zaręba 2021-05-10 17:30:47 +02:00
parent 36263fcfec
commit 9f1de3d975

View File

@ -11,6 +11,7 @@ pipeline {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
sh 'python3 lab06_training.py'
sh 'ls -l'
}
}