fix12
This commit is contained in:
parent
8f55a4d900
commit
d4e67eeebf
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -14,8 +14,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh "chmod +x -R ${env.WORKSPACE}"
|
sh "chmod +x -R ${env.WORKSPACE}"
|
||||||
def output = sh './take_data.sh'
|
sh './take_data.sh | tee output.txt'
|
||||||
echo "Output: ${output} | tee output.txt"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user