You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dj...@apache.org on 2021/04/28 00:06:08 UTC

[aries-antora] branch master updated: try label git-websites

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

djencks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new 12b4365  try label git-websites
12b4365 is described below

commit 12b4365445caadfe2d8733aec15a140dc082f4e1
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Apr 27 16:56:52 2021 -0700

    try label git-websites
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 176e1cb..e18545e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,7 +2,7 @@ pipeline {
     agent {
         docker {
 	    image 'node:14-alpine'
-            label 'websites1 || websites2'
+            label 'git-websites'
         }
     }