Update Jenkinsfile

This commit is contained in:
s452487 2024-03-24 17:37:53 +01:00
parent 12893e62ae
commit ae34f1129c

1
Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ pipeline {
}
stage('sh: Shell Script') {
steps {
sh "chmod +x -R ${env.WORKSPACE}"
sh "./dataset_download.sh"
}
}