diff --git a/Jenkinsfile b/Jenkinsfile index 76e4217..3c35ee5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,13 +22,7 @@ pipeline { checkout([$class: 'GitSCM', branches: [[name: '*/main']], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s464962/ium_464962']]]) } } - stage('Set execute permission') { - steps { - script { - sh 'chmod +x create-dataset.sh' - } - } - } + stage('Download') { steps { withEnv([ @@ -45,4 +39,4 @@ pipeline { } } } -}0 \ No newline at end of file +} \ No newline at end of file