Adding missing parameters to kuberef verify jobs. In particular, the
SLAVE_LABEL parameter is missing, preventing scheduling of jobs to
jenkins slaves.
Signed-off-by: Georg Kunz <georg.kunz@est.tech>
Change-Id: I8cd80930c668451e8b48a4ae84ae240f756d2cbb
name: '{project}-verify-lint-{stream}'
scm:
- kuberef-project-scm
+ parameters:
+ - label:
+ name: SLAVE_LABEL
+ default: 'opnfv-build'
+ all-nodes: false
+ node-eligibility: 'ignore-offline'
+ - project-parameter:
+ project: $GERRIT_PROJECT
+ branch: '{branch}'
+ - string:
+ name: GIT_BASE
+ default: https://gerrit.opnfv.org/gerrit/$PROJECT
+ description: 'Git URL to use on this Jenkins Slave'
triggers:
- gerrit:
server-name: 'gerrit.opnfv.org'