steps added
This commit is contained in:
parent
03733f8d28
commit
7e2107a70e
18
ium_03/Jenkinsfile
vendored
18
ium_03/Jenkinsfile
vendored
@ -18,18 +18,22 @@ pipeline {
|
||||
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
||||
}
|
||||
}
|
||||
stage('Goodbye!') {
|
||||
stage('checkout: Check out from version control') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
echo 'Goodbye!'
|
||||
//Zarchiwizuj wynik
|
||||
archiveArtifacts 'output.txt'
|
||||
}
|
||||
}
|
||||
stage('major to jest major!') {
|
||||
stage('Koniec!') {
|
||||
steps {
|
||||
echo 'idziemy do zimy!'
|
||||
//Zarchiwizuj wynik
|
||||
// archiveArtifacts 'output.txt'
|
||||
echo 'Dowidzenia'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user