From fe3a4f6759aa63b02e96430dcf6dde0719434ac4 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 5 Oct 2016 18:29:54 -0700 Subject: [PATCH 01/21] Update shippable.yml --- shippable.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 6650ef2..d2b7dd0 100644 --- a/shippable.yml +++ b/shippable.yml @@ -4,10 +4,17 @@ jdk: - oraclejdk7 - openjdk6 - openjdk7 - -after_success: + + +build: + pre_ci_boot: + image_name: drydock/u14all + image_tag: tip + pull: true + ci: - mvn clean cobertura:cobertura - mvn test + notifications: email: false From 6545f9be8d86bd55ef4c2dc84cc9192f98d3d2cb Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 5 Oct 2016 18:31:24 -0700 Subject: [PATCH 02/21] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index d2b7dd0..32aa31c 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,6 +5,9 @@ jdk: - openjdk6 - openjdk7 +services: + - mysql + build: pre_ci_boot: From e558812e6b024921d3bf2c5a5416f37190a164eb Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 5 Oct 2016 18:36:20 -0700 Subject: [PATCH 03/21] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 32aa31c..09b617e 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,7 +11,7 @@ services: build: pre_ci_boot: - image_name: drydock/u14all + image_name: drydock/u14javall image_tag: tip pull: true ci: From 3be0af8fec56305f64c1d96b6e2c1204680487c9 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Tue, 17 Jan 2017 16:51:07 -0800 Subject: [PATCH 04/21] Update shippable.yml --- shippable.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 09b617e..d636389 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,8 +2,6 @@ language: java jdk: - oraclejdk7 - - openjdk6 - - openjdk7 services: - mysql From e6a7a096218d2f490cfdf0eb3ba2bfc3a3e96867 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Tue, 17 Jan 2017 16:52:00 -0800 Subject: [PATCH 05/21] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index d636389..bbc3610 100644 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,7 @@ services: build: pre_ci_boot: image_name: drydock/u14javall - image_tag: tip + image_tag: prod pull: true ci: - mvn clean cobertura:cobertura From b4242ff986f0407bd7a670e2316cabbb1db96520 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 26 Jan 2017 13:50:23 -0800 Subject: [PATCH 06/21] Update shippable.yml --- shippable.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index bbc3610..86da902 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,11 +2,10 @@ language: java jdk: - oraclejdk7 - + services: - mysql - - + build: pre_ci_boot: image_name: drydock/u14javall From c84f6864c9c7c5a0f04b54343c07443eb33fa8a7 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 26 Jan 2017 18:18:43 -0800 Subject: [PATCH 07/21] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 86da902..3ff84f3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -10,7 +10,6 @@ build: pre_ci_boot: image_name: drydock/u14javall image_tag: prod - pull: true ci: - mvn clean cobertura:cobertura - mvn test From 62d9102b02289a63b27bba64b8cec99d84bdc1bd Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 15 Feb 2017 13:55:01 -0800 Subject: [PATCH 08/21] Update shippable.yml --- shippable.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shippable.yml b/shippable.yml index 3ff84f3..780f2f4 100644 --- a/shippable.yml +++ b/shippable.yml @@ -14,6 +14,11 @@ build: - mvn clean cobertura:cobertura - mvn test +integrations: + hub: + - integrationName: GCR + type: gcr + notifications: email: false From 0d56c005b74450291522103a133f478e2f871de5 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 15 Feb 2017 14:06:12 -0800 Subject: [PATCH 09/21] Update shippable.yml --- shippable.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 780f2f4..428b677 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,8 +11,10 @@ build: image_name: drydock/u14javall image_tag: prod ci: - - mvn clean cobertura:cobertura - - mvn test + - echo $GCR_JSON_KEY + - echo $GCRCONFIGRESOURCE_INTEGRATION_JSON_KEY + # - mvn clean cobertura:cobertura + # - mvn test integrations: hub: From d81e18e1342120f8e684ec403c3a50718b5e7260 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 15 Feb 2017 14:16:13 -0800 Subject: [PATCH 10/21] Update shippable.yml --- shippable.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 428b677..780f2f4 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,10 +11,8 @@ build: image_name: drydock/u14javall image_tag: prod ci: - - echo $GCR_JSON_KEY - - echo $GCRCONFIGRESOURCE_INTEGRATION_JSON_KEY - # - mvn clean cobertura:cobertura - # - mvn test + - mvn clean cobertura:cobertura + - mvn test integrations: hub: From f3f3e1090cd8e70a2cc2cfb38484be38a37c5927 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Feb 2017 13:14:26 -0800 Subject: [PATCH 11/21] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 780f2f4..def6388 100644 --- a/shippable.yml +++ b/shippable.yml @@ -8,7 +8,7 @@ services: build: pre_ci_boot: - image_name: drydock/u14javall + image_name: drydock/u14jav image_tag: prod ci: - mvn clean cobertura:cobertura From 9cdfaa1301c9580b40d46c97d7abb59b4271d426 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Feb 2017 13:19:48 -0800 Subject: [PATCH 12/21] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index def6388..e1eee62 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,7 +12,7 @@ build: image_tag: prod ci: - mvn clean cobertura:cobertura - - mvn test + - mvn test && echo test integrations: hub: From 5e8b64ef86a18763a756d396b27536a90bb65dc4 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Feb 2017 13:28:03 -0800 Subject: [PATCH 13/21] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index e1eee62..83adf58 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,7 +12,7 @@ build: image_tag: prod ci: - mvn clean cobertura:cobertura - - mvn test && echo test + - mvn test && "echo test" integrations: hub: From eb467bd874f9d1f647d291ccee889848d8ddef59 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Feb 2017 13:29:27 -0800 Subject: [PATCH 14/21] Update shippable.yml --- shippable.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 83adf58..7d97194 100644 --- a/shippable.yml +++ b/shippable.yml @@ -13,11 +13,6 @@ build: ci: - mvn clean cobertura:cobertura - mvn test && "echo test" - -integrations: - hub: - - integrationName: GCR - type: gcr notifications: email: false From f4fbbe106b428a6481fa2fcf398effb2b034e154 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 22 Feb 2017 12:37:18 -0800 Subject: [PATCH 15/21] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 7d97194..f4e5816 100644 --- a/shippable.yml +++ b/shippable.yml @@ -13,6 +13,8 @@ build: ci: - mvn clean cobertura:cobertura - mvn test && "echo test" + - echo $SPECIALCHARACTERSBRANCH_HTTPS_URL + - echo $SPECIALCHARACTERSBRANCH_SSH_URL notifications: email: false From 3ff4c3e748e71aad71d35b03d95dd1c34b5e35f8 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 23 Feb 2017 08:59:56 -0800 Subject: [PATCH 16/21] Update shippable.yml --- shippable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shippable.yml b/shippable.yml index f4e5816..93b9068 100644 --- a/shippable.yml +++ b/shippable.yml @@ -7,14 +7,20 @@ services: - mysql build: + pre_ci: + - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" + - "envsubst < test.txt" pre_ci_boot: image_name: drydock/u14jav image_tag: prod ci: + - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" + - "envsubst < test.txt" - mvn clean cobertura:cobertura - mvn test && "echo test" - echo $SPECIALCHARACTERSBRANCH_HTTPS_URL - echo $SPECIALCHARACTERSBRANCH_SSH_URL + notifications: email: false From 460e15e32ac8c6eb9c2822ae4f5e0984109ed2a7 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Mon, 27 Feb 2017 09:05:10 -0800 Subject: [PATCH 17/21] Update shippable.yml --- shippable.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 93b9068..2d3e8af 100644 --- a/shippable.yml +++ b/shippable.yml @@ -7,15 +7,16 @@ services: - mysql build: - pre_ci: - - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" - - "envsubst < test.txt" + # pre_ci: + # - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" + # - "envsubst < test.txt" pre_ci_boot: image_name: drydock/u14jav image_tag: prod ci: - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" - - "envsubst < test.txt" + - echo "versionName=$BRANCH.$BUILD_NUMBER" >> $JOB_STATE/mongo_image.env + # - "envsubst < test.txt" - mvn clean cobertura:cobertura - mvn test && "echo test" - echo $SPECIALCHARACTERSBRANCH_HTTPS_URL From 62dd0b1ba1c75ac94690e49f1a0600f83850f35c Mon Sep 17 00:00:00 2001 From: a-murphy Date: Mon, 27 Feb 2017 09:19:38 -0800 Subject: [PATCH 18/21] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 2d3e8af..9d8e63d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -17,8 +17,8 @@ build: - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" - echo "versionName=$BRANCH.$BUILD_NUMBER" >> $JOB_STATE/mongo_image.env # - "envsubst < test.txt" - - mvn clean cobertura:cobertura - - mvn test && "echo test" +# - mvn clean cobertura:cobertura +# - mvn test && "echo test" - echo $SPECIALCHARACTERSBRANCH_HTTPS_URL - echo $SPECIALCHARACTERSBRANCH_SSH_URL From 544f0cc5501563bb439c92955198cb86270d8434 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Mon, 27 Feb 2017 09:20:34 -0800 Subject: [PATCH 19/21] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 9d8e63d..a8bb5d2 100644 --- a/shippable.yml +++ b/shippable.yml @@ -16,6 +16,7 @@ build: ci: - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" - echo "versionName=$BRANCH.$BUILD_NUMBER" >> $JOB_STATE/mongo_image.env + - cat $JOB_STATE/mongo_image.env # - "envsubst < test.txt" # - mvn clean cobertura:cobertura # - mvn test && "echo test" From d24fcc291d407736f6e87513905f58c98bb9f1bc Mon Sep 17 00:00:00 2001 From: a-murphy Date: Mon, 27 Feb 2017 09:36:42 -0800 Subject: [PATCH 20/21] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index a8bb5d2..fbfe510 100644 --- a/shippable.yml +++ b/shippable.yml @@ -17,6 +17,8 @@ build: - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" - echo "versionName=$BRANCH.$BUILD_NUMBER" >> $JOB_STATE/mongo_image.env - cat $JOB_STATE/mongo_image.env + - ls -R /build/OUT + - cat /build/OUT/mongo_image/version.json # - "envsubst < test.txt" # - mvn clean cobertura:cobertura # - mvn test && "echo test" From 1db01cf8cb95bf8252632f083dd2056918a512e8 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Mon, 27 Feb 2017 09:37:43 -0800 Subject: [PATCH 21/21] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index fbfe510..25cad57 100644 --- a/shippable.yml +++ b/shippable.yml @@ -15,10 +15,10 @@ build: image_tag: prod ci: - "echo 'SSH: ${BUILD_NUMBER} HTTPS: ${JOB_NAME}' > test.txt" - - echo "versionName=$BRANCH.$BUILD_NUMBER" >> $JOB_STATE/mongo_image.env - - cat $JOB_STATE/mongo_image.env + - echo "versionName=$BRANCH.$BUILD_NUMBER" >> $JOB_STATE/mongo-image.env + - cat $JOB_STATE/mongo-image.env - ls -R /build/OUT - - cat /build/OUT/mongo_image/version.json + - cat /build/OUT/mongo-image/version.json # - "envsubst < test.txt" # - mvn clean cobertura:cobertura # - mvn test && "echo test"