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