projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40e551
)
Changes in Jenkinsfile agent
34/1634/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 21 Apr 2017 13:28:47 +0000
(15:28 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 21 Apr 2017 13:28:47 +0000
(15:28 +0200)
Change-Id: I528f36062ebf0eaf2f266871e5ab06d7a4131165
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
833bcff
..
342f586
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-1,5
+1,7
@@
pipeline {
- agent any
+ agent {
+ label "pipeline"
+ }
stages {
stage("Build") {
agent {