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 d19aa5f  try explicit websites1,2 labels
d19aa5f is described below

commit d19aa5f98d5558c874a147a87914bf298373e981
Author: David Jencks <djen...@apache.org>
AuthorDate: Tue Apr 27 16:54:28 2021 -0700

    try explicit websites1,2 labels
---
 Jenkinsfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

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

Reply via email to