fix: git clone
This commit is contained in:
parent
255139fe8c
commit
cfee8dd4fe
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -18,8 +18,8 @@ node {
|
|||||||
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
sh "figlet \"${INPUT_TEXT}\" | tee output.txt"
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Goodbye') {
|
stage('Clone Git Repository') {
|
||||||
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git/'
|
git clone 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git/'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Goodbye') {
|
stage('Goodbye') {
|
||||||
|
Loading…
Reference in New Issue
Block a user