fix12
This commit is contained in:
parent
8f55a4d900
commit
d4e67eeebf
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user