| commit | 0323ff68cf7f000d7189109ee2c9abb60f51dc86 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Fri Apr 21 15:28:47 2017 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Fri Apr 21 15:28:47 2017 +0200 |
| tree | 97e276d95a85e7122c92801c8aa1d005be3db573 | |
| parent | d40e5512e979654e90b190711c4d3ff14b6a878b [diff] |
Changes in Jenkinsfile agent Change-Id: I528f36062ebf0eaf2f266871e5ab06d7a4131165 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile index 833bcff..342f586 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label "pipeline" + } stages { stage("Build") { agent {