revert Update Jenkinsfile
This commit is contained in:
s464962 2024-03-26 23:56:02 +01:00
parent 94d9a2721b
commit 4cb62c64a9
1 changed files with 2 additions and 8 deletions

10
Jenkinsfile vendored
View File

@ -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
}