Merge branch 'master' of git.wmi.amu.edu.pl:s434804/ium_434804
All checks were successful
s434804-evaluation/pipeline/head This commit looks good

This commit is contained in:
Dawid 2021-05-10 21:11:16 +02:00
commit 2654e38bd1

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') {