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

View File

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