sacred4
Some checks failed
s434766-training/pipeline/head There was a failure building this commit

This commit is contained in:
s434766 2021-05-13 23:17:01 +02:00
parent 9b0398a978
commit 2fc7824953

View File

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