Update 'lab6/Jenkinsfile_eval'
s449288-training/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Kacper Dudzic 2022-04-27 00:28:00 +02:00
parent 9eb3d59fb4
commit 81dd2765da
1 changed files with 1 additions and 1 deletions

View File

@ -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',