Update Jenkinsfile
This commit is contained in:
parent
12893e62ae
commit
ae34f1129c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -14,6 +14,7 @@ pipeline {
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh "chmod +x -R ${env.WORKSPACE}"
|
||||
sh "./dataset_download.sh"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user