GEODE: Add Src Release job for geode-native
- Publish geode-native source to Nordix Artifactory
- Change default branch to release-nordix
- Publish status of the jobs to Geode Slack channel
Change-Id: I774e690e7e6dfc9f0fc95a4edd28c7b37ef40a7f
diff --git a/jjb/geode-native/apache-geode-native-verify.yaml b/jjb/geode-native/apache-geode-native-verify.yaml
index ca0668c..2d085f2 100644
--- a/jjb/geode-native/apache-geode-native-verify.yaml
+++ b/jjb/geode-native/apache-geode-native-verify.yaml
@@ -22,8 +22,8 @@
project: 'Nordix/geode-native'
stream:
- - 'develop':
- branch: 'develop'
+ - 'release-nordix-1.10.0':
+ branch: 'release-nordix/1.10.0'
jobs:
- 'apache-geode-native-{stream}-verify'
@@ -45,7 +45,7 @@
description: JJB configured BRANCH parameter for Nordix GitHub project
- string:
name: JOBS
- default: '6'
+ default: '24'
description: JJB configured JOBS parameter. Specifies the number of make jobs to run simultaneously while building geode-native
- string:
name: GEODE_NATIVE_DOCKER_IMAGE
@@ -73,6 +73,7 @@
- github
builders:
+ - 'verify-geode-tag-macro'
- multijob:
name: SlaveSetup
condition: SUCCESSFUL
@@ -108,21 +109,21 @@
git-revision: true
abort-all-job: true
node-parameters: true
-# - multijob:
-# name: Release
-# condition: SUCCESSFUL
-# execution-type: SEQUENTIALLY
-# projects:
-# - name: 'apache-geode-native-SrcRelease'
-# current-parameters: true
-# git-revision: true
-# abort-all-job: true
-# node-parameters: true
+ - multijob:
+ name: Release
+ condition: SUCCESSFUL
+ execution-type: SEQUENTIALLY
+ projects:
+ - name: 'apache-geode-native-SrcRelease'
+ current-parameters: true
+ git-revision: true
+ abort-all-job: true
+ node-parameters: true
-# publishers:
-# - notify-slack:
-# slack-channel: '#geode'
-# notify-start: true
-# notify-success: true
-# notify-failure: true
-# notify-back-to-normal: true
\ No newline at end of file
+ publishers:
+ - notify-slack:
+ slack-channel: '#geode'
+ notify-start: true
+ notify-success: true
+ notify-failure: true
+ notify-back-to-normal: true
\ No newline at end of file