Enhance shell to handle server error
[infra/cicd.git] / jjb / geode-native / apache-geode-native-slave / apache-geode-native-slave-setup.yaml
index 98611a4606ea4d7bf39ef822b3e9926152bff55c..5451a130c9b046d65f302df3eb8abeb5255926fc 100644 (file)
@@ -20,8 +20,8 @@
 - job:
     name: 'apache-geode-native-SlaveSetup'
 
-    node: geode-sles15
-    disabled: false
+    node: geode-ubuntu1804
+    disabled: true
     concurrent: true
 
     properties:
     parameters:
       - string:
           name: GEODE_NATIVE_DOCKER_IMAGE
-          default: 'apachegeode/geode-native-build'
+          default: 'registry.nordix.org/docker-hub-proxy/apachegeode/geode-native-build'
           description: JJB configured name of the geode-native build docker image based on Ubuntu 18.04
 
     builders:
       - 'apache-geode-native-setup-slave-macro'
+
+    publishers:
+      - notify-slack:
+          slack-channel: '#geode-ci'
+          notify-start: true
+          notify-success: true
+          notify-failure: true
+          notify-back-to-normal: true