Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-30 12:10:35 +02:00
parent 750a9f3703
commit 5107e9073c

View File

@ -1,6 +1,8 @@
pipeline {
agent {
dockerfile true
dockerfile{
dir 'lab10'
}
}
stages {
stage('Dvc pull and reproduce') {