projects
/
osm
/
UI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca25ec
)
fix agent config
author
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Thu, 1 Jun 2017 19:55:57 +0000
(15:55 -0400)
committer
Jeremy Mordkoff
<Jeremy.Mordkoff@riftio.com>
Thu, 1 Jun 2017 19:55:57 +0000
(15:55 -0400)
Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
dda86ae
..
c902e53
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-1,5
+1,7
@@
pipeline {
- agent any
+ agent {
+ label "pipeline"
+ }
stages {
stage("Build") {
agent {