444354 not 44354
Some checks failed
s444354-training/pipeline/head There was a failure building this commit

This commit is contained in:
Adrian Charkiewicz 2022-05-07 02:57:34 +02:00
parent d362245a8d
commit aa34f59acb

View File

@ -15,7 +15,7 @@ pipeline {
stages { stages {
stage('Copy') { stage('Copy') {
steps { steps {
copyArtifacts projectName: 's44354-create-dataset' copyArtifacts projectName: 's444354-create-dataset'
sh 'ls -la' sh 'ls -la'
sh 'echo $EPOCH_NUMBER' sh 'echo $EPOCH_NUMBER'
sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER' sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER'