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:02:04 UTC

[maven-doxia-site] branch master updated: fix label name

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-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 72eab2b  fix label name
72eab2b is described below

commit 72eab2be8183df4d80748f13b0b7152d6cc38e64
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Jul 8 18:02:00 2019 +1000

    fix label name
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f42d250..daa1293 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
 pipeline {
     agent {
-        label 'websites1'
+        label 'svn-websites'
     }
     stages {
         stage('Build') {
@@ -47,4 +47,4 @@ pipeline {
         disableConcurrentBuilds()
         ansiColor('xterm')
     }
-}
\ No newline at end of file
+}