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"
|
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 {
|
steps {
|
||||||
echo 'Goodbye!'
|
|
||||||
//Zarchiwizuj wynik
|
|
||||||
archiveArtifacts 'output.txt'
|
archiveArtifacts 'output.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('major to jest major!') {
|
stage('Koniec!') {
|
||||||
steps {
|
steps {
|
||||||
echo 'idziemy do zimy!'
|
echo 'Dowidzenia'
|
||||||
//Zarchiwizuj wynik
|
|
||||||
// archiveArtifacts 'output.txt'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user