s
This commit is contained in:
parent
e76658cf2a
commit
df807f60d3
@ -53,5 +53,11 @@ pipeline {
|
|||||||
sh 'PATH=$PATH:~/.local/bin/ dvc reproduce'
|
sh 'PATH=$PATH:~/.local/bin/ dvc reproduce'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Push DVC Files') {
|
||||||
|
steps {
|
||||||
|
sh 'PATH=$PATH:~/.local/bin/ dvc push'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user