Update 'Jenkinsfile'
This commit is contained in:
parent
7493d998c6
commit
a687dccbef
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -27,7 +27,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
|
||||||
echo "INPUT_TEXT: ${KAGGLE_USERNAME}"
|
echo "INPUT_TEXT: ${KAGGLE_USERNAME}"
|
||||||
//Wywołaj w konsoli komendę "figlet", która generuje ASCI-art
|
//
|
||||||
|
sh 'rm -f ium_z434686'
|
||||||
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686 | cd ium_z434686 | ls -a | tee ls.txt'
|
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686 | cd ium_z434686 | ls -a | tee ls.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user