Merge branch 'master' of git.wmi.amu.edu.pl:s434804/ium_434804
All checks were successful
s434804-evaluation/pipeline/head This commit looks good
All checks were successful
s434804-evaluation/pipeline/head This commit looks good
This commit is contained in:
commit
2654e38bd1
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user