This commit is contained in:
parent
9b0398a978
commit
2fc7824953
@ -29,8 +29,8 @@ pipeline {
|
||||
stage('Docker'){
|
||||
steps{
|
||||
sh 'python3 "./stroke-pytorch.py" ${BATCH_SIZE} ${EPOCHS} > pred.txt'
|
||||
sh 'python3 "./sacred-pytorch1.py"
|
||||
sh 'python3 "./sacred-pytorch2.py"
|
||||
sh 'python3 "./sacred-pytorch1.py"'
|
||||
sh 'python3 "./sacred-pytorch2.py"'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user