Added output.txt
This commit is contained in:
parent
d2fbd5afd1
commit
8f55a4d900
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user