diff --git a/Jenkinsfile b/Jenkinsfile index 785d3d5..5e874d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } }