This commit is contained in:
Jakub Henyk 2023-03-28 13:14:18 +02:00
parent 8f55a4d900
commit d4e67eeebf

3
Jenkinsfile vendored
View File

@ -14,8 +14,7 @@ pipeline {
steps {
script {
sh "chmod +x -R ${env.WORKSPACE}"
def output = sh './take_data.sh'
echo "Output: ${output} | tee output.txt"
sh './take_data.sh | tee output.txt'
}
}