This commit is contained in:
Jakub Zaręba 2023-05-23 23:13:19 +02:00
parent 48ce773cca
commit c67299cfeb

View File

@ -15,11 +15,11 @@ pipeline {
}
}
stage('Install DVC') {
steps {
sh 'pip install dvc'
}
}
// stage('Install DVC') {
// steps {
// sh 'pip install dvc'
// }
// }
stage('Clone Repository') {
steps {