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 2019/07/08 08:00:02 UTC

[maven-site] branch master updated: fix node label

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2de4977  fix node label
2de4977 is described below

commit 2de49771d5182b56e2761503944ff75d4241d1ba
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Jul 8 17:59:58 2019 +1000

    fix node label
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 09820e8..997047a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
 pipeline {
     agent {
-        label 'websites1'
+        label 'svn-websites'
     }
     stages {
         stage('Build') {