diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 3c2dd1d..2561578 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -3,22 +3,14 @@ pipeline { dockerfile true } - parameters{ - string( - defaultValue: '5', - description: 'Epoch number', - name: 'EPOCH_NUMBER' - ) - } + stages { stage('Copy') { steps { copyArtifacts projectName: 's444354-create-dataset' - sh 'ls -la' - sh 'echo $EPOCH_NUMBER' - sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER' + sh 'python3 ./pytorch/pytorch.py' } } stage('Archive') {