Fix archive
This commit is contained in:
parent
8a43ea5ef8
commit
9dd444c392
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Clone Repository') {
|
||||
steps {
|
||||
git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979.git"
|
||||
git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -8,7 +8,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Clone Repository') {
|
||||
steps {
|
||||
git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979.git"
|
||||
git url: "https://git.wmi.amu.edu.pl/s464979/ium_464979"
|
||||
}
|
||||
}
|
||||
stage('Copy Artifact') {
|
||||
|
Loading…
Reference in New Issue
Block a user