You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/10/18 16:21:15 UTC

[maven-site] branch master updated: use websites label instead of node name

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

hboutemy 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 22a3bb9  use websites label instead of node name
22a3bb9 is described below

commit 22a3bb932644379298f7f8e9df41ec3894f86dfa
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 18 18:21:11 2020 +0200

    use websites label instead of node name
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c7ab13e..1f45ae9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
 
  pipeline {
     agent {
-        label 'svn-websites'
+        label 'websites'
     }
     stages {
         stage('Build only') {