This commit is contained in:
Jakub Zaręba 2023-05-23 23:18:50 +02:00
parent 531295bb87
commit 174bd3d684
1 changed files with 6 additions and 6 deletions

View File

@ -14,12 +14,6 @@ pipeline {
"""
}
}
stage('Install DVC') {
steps {
sh 'pip install dvc'
}
}
stage('Clone Repository') {
steps {
@ -33,6 +27,12 @@ pipeline {
}
}
stage('Install DVC') {
steps {
sh 'pip install dvc'
}
}
stage('Pull DVC Files') {
steps {
sh 'dvc pull'