This commit is contained in:
Mikołaj Pokrywka 2022-03-27 20:49:02 +02:00
parent 405b33afb8
commit a749edbe0c

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
}
stage('bash script') {
steps {
sh ./process_data.sh
sh "./process_data.sh"
}
}
}