Update 'Jenkinsfile'
This commit is contained in:
parent
86b780f0ff
commit
d14317c5cf
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -18,9 +18,9 @@ pipeline {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
||||
echo "INPUT_TEXT: ${INPUT_TEXT}"
|
||||
echo "INPUT_TEXT: ${KAGGLE_USERNAME}"
|
||||
//Wywołaj w konsoli komendę "figlet", która generuje ASCI-art
|
||||
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
||||
sh "figlet \"${KAGGLE_USERNAME}\" | tee output.txt"
|
||||
}
|
||||
}
|
||||
stage('Goodbye!') {
|
||||
|
Loading…
Reference in New Issue
Block a user