This commit is contained in:
Jakub Zaręba 2023-05-23 23:15:15 +02:00
parent 0c7430265d
commit 75631880b1

View File

@ -15,11 +15,11 @@ 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 {