hg
This commit is contained in:
parent
f24d51ce0f
commit
7d0cef3a54
@ -44,13 +44,13 @@ pipeline {
|
|||||||
|
|
||||||
stage('Pull DVC Files') {
|
stage('Pull DVC Files') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dvc pull'
|
sh 'PATH=$PATH:~/.local/bin/ dvc pull'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Run DVC Pipeline') {
|
stage('Run DVC Pipeline') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dvc reproduce'
|
sh 'PATH=$PATH:~/.local/bin/ dvc reproduce'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user