Update 'lab10/Jenkinsfile_dvc'
This commit is contained in:
parent
750a9f3703
commit
5107e9073c
@ -1,6 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile true
|
dockerfile{
|
||||||
|
dir 'lab10'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Dvc pull and reproduce') {
|
stage('Dvc pull and reproduce') {
|
||||||
|
Loading…
Reference in New Issue
Block a user