fix11
This commit is contained in:
parent
c1e70ea761
commit
d2fbd5afd1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,9 +12,11 @@ pipeline {
|
||||
stages {
|
||||
stage('Run Script') {
|
||||
steps {
|
||||
script {
|
||||
sh "chmod +x -R ${env.WORKSPACE}"
|
||||
def output = sh './take_data.sh'
|
||||
echo "Output: ${output}"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user