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