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:05:59 UTC

[aries-antora] branch master updated: tweak

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 63261bb  tweak
63261bb is described below

commit 63261bb6996b2af4b951ff268257e52bc99edda7
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Apr 27 16:45:26 2021 -0700

    tweak
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4e0716a..c01aeb8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
 pipeline {
 //    agent { docker { image 'node:14-alpine' } }
-    agent { label: 'websites' }
+    agent { label 'websites' }
 
     stages {
         stage('build') {