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-07 23:55:30 +02:00
parent d5fa913634
commit 0f0e566026

View File

@ -12,9 +12,10 @@ pipeline {
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-create-dataset', selector: buildParameter('BUILD_SELECTOR')
}
}
stage('run script') {
stage('run script') {
steps{
sh: 'python3 lab06_training.py'
sh 'python3 lab06_training.py'
}
}