Update Jenkinsfile

This commit is contained in:
s452487 2024-03-24 17:24:06 +01:00
parent 24e5488c86
commit 0480dddbb8

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
}
stage('sh: Shell Script') {
steps {
cd "ium_452487"
sh "dataset_download.sh"
}
}