Commit 3af76244 authored by Jim Klimov's avatar Jim Klimov

Problem: Jenkinsfile uses "any" agent

Solution: avoid using infrastructure and default agents by requiring a reasonable label (like in GSL and zproject)
Signed-off-by: 's avatarJim Klimov <EvgenyKlimov@eaton.com>
parent e2dbc99c
pipeline {
agent any
agent { label "linux || macosx || bsd || solaris || posix || windows" }
parameters {
// Use DEFAULT_DEPLOY_BRANCH_PATTERN and DEFAULT_DEPLOY_JOB_NAME if
// defined in this jenkins setup -- in Jenkins Management Web-GUI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment