fix(ci): use any agent

This commit is contained in:
andreas 2019-05-13 22:05:55 +02:00
parent 46538fce3c
commit 8a120edfe6

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent none
agent any
stages {
stage('build') {
agent {