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