Update Jenkinsfile

This commit is contained in:
s452487 2024-03-24 17:31:20 +01:00
parent 12c286e27b
commit dbb60209fd

3
Jenkinsfile vendored
View File

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