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

2
Jenkinsfile vendored
View File

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