Update Jenkinsfile
This commit is contained in:
parent
6c1d2cd051
commit
94d9a2721b
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -22,7 +22,13 @@ pipeline {
|
|||||||
checkout([$class: 'GitSCM', branches: [[name: '*/main']], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s464962/ium_464962']]])
|
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') {
|
stage('Download') {
|
||||||
steps {
|
steps {
|
||||||
withEnv([
|
withEnv([
|
||||||
@ -39,4 +45,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}0
|
Loading…
Reference in New Issue
Block a user