mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
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: Jim Klimov <EvgenyKlimov@eaton.com>
This commit is contained in:
parent
e2dbc99c4c
commit
3af762441a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user