s
This commit is contained in:
parent
531295bb87
commit
174bd3d684
@ -15,12 +15,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Install DVC') {
|
|
||||||
steps {
|
|
||||||
sh 'pip install dvc'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Clone Repository') {
|
stage('Clone Repository') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@ -33,6 +27,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Install DVC') {
|
||||||
|
steps {
|
||||||
|
sh 'pip install dvc'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Pull DVC Files') {
|
stage('Pull DVC Files') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dvc pull'
|
sh 'dvc pull'
|
||||||
|
Loading…
Reference in New Issue
Block a user