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