fix: git
This commit is contained in:
parent
5e0c6b6d66
commit
255139fe8c
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -17,6 +17,11 @@ node {
|
|||||||
//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('Goodbye') {
|
||||||
|
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git/'
|
||||||
|
}
|
||||||
|
|
||||||
stage('Goodbye') {
|
stage('Goodbye') {
|
||||||
echo 'Goodbye!'
|
echo 'Goodbye!'
|
||||||
//Zarchiwizuj wynik
|
//Zarchiwizuj wynik
|
||||||
|
Loading…
Reference in New Issue
Block a user