s
This commit is contained in:
parent
5e33e7a618
commit
551ca5ca6f
@ -14,10 +14,12 @@ pipeline {
|
|||||||
|
|
||||||
stage('Clone Repository') {
|
stage('Clone Repository') {
|
||||||
steps {
|
steps {
|
||||||
try {
|
script {
|
||||||
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
|
try {
|
||||||
} catch (err) {
|
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
|
||||||
error "Failed to clone repository: ${err.message}"
|
} catch (Exception err) {
|
||||||
|
error "Failed to clone repository: ${err.message}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user