Update 'lab6/Jenkinsfile_eval'
Some checks reported errors
s449288-training/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Kacper Dudzic 2022-04-27 00:28:00 +02:00
parent 9eb3d59fb4
commit 81dd2765da

View File

@ -3,7 +3,7 @@ pipeline {
dockerfile true dockerfile true
} }
parameters { parameters {
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'fsd', name: 'BRANCH', type: 'PT_BRANCH' gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', 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',