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