Compare commits
No commits in common. "4fc9f5a9aa2b9c1e19ad391ed409d6177331f9b3" and "ccc675a2312d4a3689a51f08ded3d6069cf6c3cc" have entirely different histories.
4fc9f5a9aa
...
ccc675a231
5
ium_03/Jenkinsfile
vendored
5
ium_03/Jenkinsfile
vendored
@ -17,11 +17,6 @@ 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