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"
|
||||
}
|
||||
|
||||
stage('Goodbye') {
|
||||
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git/'
|
||||
stage('Clone Git Repository') {
|
||||
git clone 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git/'
|
||||
}
|
||||
|
||||
stage('Goodbye') {
|
||||
|
Loading…
Reference in New Issue
Block a user