parent
94d9a2721b
commit
4cb62c64a9
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -22,13 +22,7 @@ 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([
|
||||||
@ -45,4 +39,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}0
|
}
|
Loading…
Reference in New Issue
Block a user