fix2
This commit is contained in:
parent
c42bef34fc
commit
bf1793d59b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,9 +13,9 @@ pipeline {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
//Wypisz wartosc parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
||||
echo "INPUT_TEXT: ${INPUT_TEXT}"
|
||||
echo "INPUT_TEXT: ${name}"
|
||||
//Wywolaj w konsoli komende "figlet", ktora generuje ASCI-art
|
||||
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
||||
sh "figlet \"${name}\" | tee output.txt"
|
||||
}
|
||||
}
|
||||
stage('Goodbye!') {
|
||||
|
Loading…
Reference in New Issue
Block a user