Update 'lab7/Jenkinsfile_eval'
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
s449288-training/pipeline/head This commit looks good

This commit is contained in:
Kacper Dudzic 2022-05-09 11:33:18 +02:00
parent 166c30997e
commit 82954a1433

View File

@ -1,6 +1,8 @@
pipeline { pipeline {
agent { agent {
dockerfile true dockerfile {
dir 'lab7'
}
} }
parameters { parameters {
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'