Compare commits
2 Commits
ccc675a231
...
4fc9f5a9aa
Author | SHA1 | Date | |
---|---|---|---|
|
4fc9f5a9aa | ||
|
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
|
//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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user