Update 'lab6/Jenkinsfile_eval'
Some checks reported errors
s449288-training/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
s449288-training/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
9eb3d59fb4
commit
81dd2765da
@ -3,7 +3,7 @@ pipeline {
|
||||
dockerfile true
|
||||
}
|
||||
parameters {
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'fsd', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
|
Loading…
Reference in New Issue
Block a user