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

2
Jenkinsfile vendored
View File

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