This commit is contained in:
Jakub Henyk 2023-03-28 12:46:27 +02:00
parent 092a4b3635
commit 7425ed605b

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
}
stage('Run Script') {
steps {
sh 'take_data.sh'
sh '/take_data.sh'
}
}