diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 350b2ad..4009508 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -14,7 +14,8 @@ stages { stage('Copy') { steps { copyArtifacts projectName: 's444354-create-dataset' - sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER' + // sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER' + sh 'python3 ./pytorch/pytorch.py' } } stage('Archive') {