This commit is contained in:
Jakub Henyk 2023-03-28 12:44:56 +02:00
parent 88b5242851
commit 092a4b3635

5
Jenkinsfile vendored
View File

@ -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 {