Added output.txt

This commit is contained in:
Jakub Henyk 2023-03-28 13:09:51 +02:00
parent d2fbd5afd1
commit 8f55a4d900

2
Jenkinsfile vendored
View File

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