This commit is contained in:
Jakub Zaręba 2023-05-24 01:24:29 +02:00
parent 38779d4590
commit 8568c10b60

View File

@ -62,7 +62,7 @@ pipeline {
stage('Run DVC Pipeline') { stage('Run DVC Pipeline') {
steps { steps {
sh 'PATH=$PATH:~/.local/bin/ dvc reproduce' sh 'PATH=$PATH:~/.local/bin/ dvc repro'
} }
} }