Zaktualizuj 'Jenkinsfile_training'

This commit is contained in:
Michał Zaręba 2021-05-10 15:41:02 +02:00
parent f2f21bc120
commit f9669b1bc6

View File

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