You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jo...@apache.org on 2018/01/06 15:15:51 UTC

geronimo-safeguard git commit: Fix node.

Repository: geronimo-safeguard
Updated Branches:
  refs/heads/master 2bb88bdb2 -> 699f0e1f3


Fix node.


Project: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/repo
Commit: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/commit/699f0e1f
Tree: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/tree/699f0e1f
Diff: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/diff/699f0e1f

Branch: refs/heads/master
Commit: 699f0e1f39efb87e9e238279952a2d2c44766bcd
Parents: 2bb88bd
Author: John D. Ament <jo...@apache.org>
Authored: Sat Jan 6 10:15:48 2018 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Jan 6 10:15:48 2018 -0500

----------------------------------------------------------------------
 Jenkinsfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/699f0e1f/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 3d0b600..ad8d690 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,7 +1,5 @@
 pipeline {
-    agent {
-        label: 'ubuntu'
-    }
+    agent { node 'ubuntu' }
 
     stages {
         stage('Build') {