From: garciadeblas Date: Fri, 21 Apr 2017 13:28:47 +0000 (+0200) Subject: Changes in Jenkinsfile agent X-Git-Tag: v2.0.0~17 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=commitdiff_plain;h=0323ff68cf7f000d7189109ee2c9abb60f51dc86 Changes in Jenkinsfile agent Change-Id: I528f36062ebf0eaf2f266871e5ab06d7a4131165 Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile b/Jenkinsfile index 833bcff5..342f5863 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label "pipeline" + } stages { stage("Build") { agent {