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 2022/12/07 10:18:45 UTC

[creadur-whisker] branch master updated: INFRA-23976: restrict to run on ubuntu in order to have JDK8

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-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new 9af3ad3  INFRA-23976: restrict to run on ubuntu in order to have JDK8
9af3ad3 is described below

commit 9af3ad37733e0b797e50cac1dee81b880dceb624
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Wed Dec 7 11:18:37 2022 +0100

    INFRA-23976: restrict to run on ubuntu in order to have JDK8
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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