Update Jenkinsfile
This commit is contained in:
parent
12c286e27b
commit
dbb60209fd
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -12,7 +12,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
cd "ium_452487"
|
sh "ls"
|
||||||
|
sh "cd ium_452487"
|
||||||
sh "dataset_download.sh"
|
sh "dataset_download.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user