You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2020/01/12 16:48:55 UTC

[archiva-jenkins-lib] branch master updated: Reset label to ubuntu

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new d422fdf  Reset label to ubuntu
d422fdf is described below

commit d422fdfe03252564c93ab6b5ee7c4e59871c32a7
Author: Martin Stockhammer <m....@web.de>
AuthorDate: Sun Jan 12 17:48:50 2020 +0100

    Reset label to ubuntu
---
 vars/asfStandardBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index f9935f8..e5f0ee0 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -56,12 +56,12 @@ def call(Map params = [:]) {
   pipeline {
     agent {
       node {
-        label 'ubuntu && !H26'
+        label 'ubuntu'
       }
     }
     stages{
       stage("Build"){
-        agent { node { label 'ubuntu && !H26' } }
+        agent { node { label 'ubuntu' } }
         options { timeout(time: 120, unit: 'MINUTES') }
         steps{
           mavenBuild( jdk, cmdline, mvnName, publishers)