You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/01 10:34:49 UTC

[maven] 02/29: ubuntu label

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

olamy pushed a commit to branch it_runs
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 22d85db0e8d9c847b9847cbe877456f526661f09
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 12:29:46 2020 +1000

    ubuntu label
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 7da5393..4b657ea 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -1,5 +1,5 @@
 pipeline {
-  agent any
+  agent { node { label 'ubuntu' } }
   options {
     durabilityHint('PERFORMANCE_OPTIMIZED')
     buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '5'))