try explicit websites1,2 labels
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') {