You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2020/07/27 11:08:45 UTC

[creadur-rat] branch master updated: RAT-271: Run on all nodes

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new dae9cff  RAT-271: Run on all nodes
dae9cff is described below

commit dae9cff3c31795eafcc539b54c4627f89255a9d8
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Jul 27 13:08:34 2020 +0200

    RAT-271: Run on all nodes
---
 Jenkinsfile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index dc832f4..1fef19b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,11 +19,7 @@
  */
 pipeline {
 
-    agent {
-        node {
-            label 'ubuntu'
-        }
-    }
+    agent any
 
     environment {
         // It seems the login the jenkins slave uses, doesn't pick up the environment changes,