Unverified Commit 028d02a0 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2864 from jimklimov/jenkins-agent

Problem: Jenkinsfile uses "any" agent
parents e2dbc99c 3af76244
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