Zaktualizuj 'Jenkisfile_train'
All checks were successful
s434804-training/pipeline/head This commit looks good

This commit is contained in:
Dawid Wietrzych 2021-05-10 19:53:39 +02:00
parent d566b3869a
commit 21ac7ba9cc

View File

@ -16,7 +16,7 @@ pipeline {
stage('training') { stage('training') {
steps { steps {
sh 'chmod +x tensor.py' sh 'chmod +x tensor.py'
sh 'python tensor.py' sh 'python3 tensor.py'
} }
} }
stage('archiveArtifacts') { stage('archiveArtifacts') {