This commit is contained in:
Jakub Zaręba 2023-05-23 23:07:58 +02:00
parent 5e33e7a618
commit 551ca5ca6f

View File

@ -14,13 +14,15 @@ pipeline {
stage('Clone Repository') { stage('Clone Repository') {
steps { steps {
script {
try { try {
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git' git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
} catch (err) { } catch (Exception err) {
error "Failed to clone repository: ${err.message}" error "Failed to clone repository: ${err.message}"
} }
} }
} }
}
stage('Create dvc.yaml') { stage('Create dvc.yaml') {
steps { steps {