This commit is contained in:
Jakub Henyk 2023-03-28 12:49:47 +02:00
parent 7c1ba68840
commit bd79e21594

2
Jenkinsfile vendored
View File

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