fix4
This commit is contained in:
parent
88b5242851
commit
092a4b3635
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -18,12 +18,11 @@ pipeline {
|
|||||||
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stages {
|
|
||||||
stage('Run Script') {
|
stage('Run Script') {
|
||||||
steps {
|
steps {
|
||||||
sh 'take_data.sh'
|
sh 'take_data.sh'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
stage('Goodbye!') {
|
stage('Goodbye!') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user