Update 'lab7/Jenkinsfile_eval'
This commit is contained in:
parent
166c30997e
commit
82954a1433
@ -1,6 +1,8 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile true
|
||||
dockerfile {
|
||||
dir 'lab7'
|
||||
}
|
||||
}
|
||||
parameters {
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
|
Loading…
Reference in New Issue
Block a user