step added

This commit is contained in:
Arkadiusz Charliński 2024-03-20 15:13:39 +01:00
parent 18f4a29a0e
commit 1ff70bba4f
1 changed files with 5 additions and 0 deletions

5
ium_03/Jenkinsfile vendored
View File

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