Update 'lab6/Jenkinsfile_eval'
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
All checks were successful
s449288-evaluation/pipeline/head This commit looks good
This commit is contained in:
parent
c7c0897f75
commit
9eb3d59fb4
@ -3,7 +3,7 @@ pipeline {
|
|||||||
dockerfile true
|
dockerfile true
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'fsd', name: 'BRANCH', type: 'PT_BRANCH'
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
description: 'Which build to use for copying artifacts',
|
description: 'Which build to use for copying artifacts',
|
||||||
|
Loading…
Reference in New Issue
Block a user