step added
This commit is contained in:
parent
18f4a29a0e
commit
1ff70bba4f
5
ium_03/Jenkinsfile
vendored
5
ium_03/Jenkinsfile
vendored
@ -17,6 +17,11 @@ pipeline {
|
||||
//Wywołaj w konsoli komendę "figlet", która generuje ASCI-art
|
||||
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
||||
}
|
||||
stage('Git clone') {
|
||||
steps{
|
||||
//Klonowanie repozytorium
|
||||
echo "GIT CLONE"
|
||||
}
|
||||
}
|
||||
stage('Do widzenia!') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user