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