From c0c013fd5573c927e33cf8b1170827afe4d650fe Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 11:14:58 +0530 Subject: [PATCH 01/30] Update shippable.yml --- shippable.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/shippable.yml b/shippable.yml index 7700898..b063c5f 100644 --- a/shippable.yml +++ b/shippable.yml @@ -25,6 +25,15 @@ resources: pipelines: - name: test_pipeline_1 + setup: + environmentVariables: + normal: + - ENV1: value-pipe-1 + - ENV2: value-pipe-2 + encrypted: + - SECURE_ENV1: test_value-pipe-1 + - SECURE_ENV2: test_value-pipe-2 + runtime: onHost-pipe steps: - name: in_trigger_step type: runSh From 7ede3c9eb9e243b6af644c8a6764f1569e51d195 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 11:56:39 +0530 Subject: [PATCH 02/30] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index b063c5f..9a44311 100644 --- a/shippable.yml +++ b/shippable.yml @@ -28,7 +28,7 @@ pipelines: setup: environmentVariables: normal: - - ENV1: value-pipe-1 + - ENV1: value-pipe-1-edit - ENV2: value-pipe-2 encrypted: - SECURE_ENV1: test_value-pipe-1 From 2389939a237ca00d917aee75464968398ce940d8 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 12:01:35 +0530 Subject: [PATCH 03/30] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 9a44311..63bf246 100644 --- a/shippable.yml +++ b/shippable.yml @@ -28,7 +28,7 @@ pipelines: setup: environmentVariables: normal: - - ENV1: value-pipe-1-edit + - ENV1: value-pipe-1-edit-1 - ENV2: value-pipe-2 encrypted: - SECURE_ENV1: test_value-pipe-1 From 3879856808c383a0b991553256625393a2689c84 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 12:07:30 +0530 Subject: [PATCH 04/30] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 63bf246..6d1d71a 100644 --- a/shippable.yml +++ b/shippable.yml @@ -2,7 +2,7 @@ resources: - name: sample_java_repo_test type: gitRepo integrationName: github-subint - repoPath: ankul-shippable/sample_java + repoPath: deepikasl/sample_java configuration: branches: except: "*test" From e8d2fe4b8ba62117fdb8a6f6817ff0b36779648f Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 12:09:17 +0530 Subject: [PATCH 05/30] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 6d1d71a..7321e89 100644 --- a/shippable.yml +++ b/shippable.yml @@ -28,7 +28,7 @@ pipelines: setup: environmentVariables: normal: - - ENV1: value-pipe-1-edit-1 + - ENV1: value-pipe-1 - ENV2: value-pipe-2 encrypted: - SECURE_ENV1: test_value-pipe-1 From 73415271eebf459a77ae56744bc9b0437021b214 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 12:40:27 +0530 Subject: [PATCH 06/30] Update shippable.yml --- shippable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 7321e89..10b5839 100644 --- a/shippable.yml +++ b/shippable.yml @@ -53,11 +53,11 @@ pipelines: - name: main_step type: runSh - group: test_group - syntaxVersion: "2018-03-12" - priority: 9999 - timeoutMinutes: 40 - cache: true + configuration: + affinityGroup: test_group + priority: 9999 + timeoutSeconds: 40 + cache: true setup: environmentVariables: normal: From 8dbecaf57fcde0a480abdccd179d6dc27a4eb330 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 12:53:22 +0530 Subject: [PATCH 07/30] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 10b5839..c720126 100644 --- a/shippable.yml +++ b/shippable.yml @@ -37,7 +37,8 @@ pipelines: steps: - name: in_trigger_step type: runSh - group: test_group + configuration: + affinityGroup: test_group setup: environmentVariables: normal: From 6610c15cfb954793f3f361b56b7137ec2ce80f65 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 14:08:55 +0530 Subject: [PATCH 08/30] Update shippable.yml --- shippable.yml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/shippable.yml b/shippable.yml index c720126..f2775b7 100644 --- a/shippable.yml +++ b/shippable.yml @@ -68,17 +68,20 @@ pipelines: - SECURE_ENV1: test_value - SECURE_ENV2: test_value runtime: onHost - dependsOn: - passive: - # steps: - # - passive_step - integrations: - - github-subint - trigger: - resources: - - sample_java_repo_test - steps: - - in_trigger_step + requires: + #resources: + # - someStateResource + #- someVersionResource + #steps: + # - nightlyJob + #- cronJob + integrations: + - github-subint + triggeredBy: + resources: + - sample_java_repo_test + steps: + - in_trigger_step onStart: - echo "Prepping build environment" onExecute: From 4bfaef2c0dca7c43c617aac460da20a44fb8493f Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 16:36:34 +0530 Subject: [PATCH 09/30] Update shippable.yml --- shippable.yml | 60 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 46 insertions(+), 14 deletions(-) diff --git a/shippable.yml b/shippable.yml index f2775b7..70d2d6d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,9 +1,9 @@ resources: - name: sample_java_repo_test type: gitRepo - integrationName: github-subint repoPath: deepikasl/sample_java configuration: + integrationName: github-subint branches: except: "*test" only: "master*" @@ -22,6 +22,34 @@ resources: - dont_know_2 initialVersion: sha: master + - name: sample_java_file_test + type: file + fileUrl: text.js + configuration: + integrationName: docker-int + initialVersion: + fileName: test + fileDtTm: test + - name: sample_java_image_test + type: image + imageName: "library/nginx" + configuration: + integrationName: docker-int + initialVersion: + imageTag: latest + - name: sample_java_webhook_test + type: webhook + configuration: + integrationName: github-subint + initialVersion: + payload: + - name: sample_java_kube_test + type: cluster + configuration: + integrationName: kubeIntegration + bastionHostIP: 1.2.3.4 + bastionUser: sshUser + bastionIntegrationName: sshKey-int pipelines: - name: test_pipeline_1 @@ -82,16 +110,20 @@ pipelines: - sample_java_repo_test steps: - in_trigger_step - onStart: - - echo "Prepping build environment" - onExecute: - - echo "executing task command 1" - - echo "executing task command 2" - onSuccess: - - echo "Job well done!" - onFailure: - - echo "uh oh, something went wrong" - onComplete: - - echo "Cleaning up some stuff" - onCancel: - - echo "Someone cancelled the job" + execution: + onStart: + - echo "Prepping build environment" + onExecute: + - echo "executing task command 1" + - echo "executing task command 2" + onSuccess: + - echo "Job well done!" + onFailure: + - echo "uh oh, something went wrong" + onComplete: #always + - echo "Cleaning up some stuff" + onCancel: + - echo "Someone cancelled the job" + outputResources: + - sample_java_file_test + - sample_java_webhook_test From 18a14f66889097967b156b7a87dac919defbd04b Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 28 Mar 2019 16:39:52 +0530 Subject: [PATCH 10/30] Update shippable.yml --- shippable.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index 70d2d6d..7f9e833 100644 --- a/shippable.yml +++ b/shippable.yml @@ -76,9 +76,10 @@ pipelines: - SECURE_ENV1: test_value - SECURE_ENV2: test_value runtime: onHost - onExecute: - - echo "executing task command 1" - - echo "executing task command 2" + execution: + onExecute: + - echo "executing task command 1" + - echo "executing task command 2" - name: main_step type: runSh From 160808bd34377da7512aacede2a486ef02161d77 Mon Sep 17 00:00:00 2001 From: Deepika Date: Fri, 29 Mar 2019 10:30:19 +0530 Subject: [PATCH 11/30] Update shippable.yml --- shippable.yml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/shippable.yml b/shippable.yml index 7f9e833..50be906 100644 --- a/shippable.yml +++ b/shippable.yml @@ -128,3 +128,50 @@ pipelines: outputResources: - sample_java_file_test - sample_java_webhook_test + - name: other_step + type: runSh + configuration: + affinityGroup: test_group + priority: 9999 + timeoutSeconds: 40 + cache: true + setup: + environmentVariables: + normal: + - ENV1: value11 + - ENV2: value21 + encrypted: + - SECURE_ENV1: test_value1 + - SECURE_ENV2: test_value1 + runtime: onHost + requires: + #resources: + # - someStateResource + #- someVersionResource + #steps: + # - nightlyJob + #- cronJob + integrations: + - github-subint + triggeredBy: + resources: + - sample_java_image_test + steps: + - main_step + execution: + onStart: + - echo "Prepping build environment" + onExecute: + - echo "executing task command 1" + - echo "executing task command 2" + onSuccess: + - echo "Job well done!" + onFailure: + - echo "uh oh, something went wrong" + onComplete: #always + - echo "Cleaning up some stuff" + onCancel: + - echo "Someone cancelled the job" + outputResources: + - sample_java_file_test + - sample_java_webhook_test From 1c51ac35ff2cce8641f6bd5e0e4e7e82be183e32 Mon Sep 17 00:00:00 2001 From: Deepika Date: Fri, 29 Mar 2019 11:37:22 +0530 Subject: [PATCH 12/30] Update shippable.yml --- shippable.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/shippable.yml b/shippable.yml index 50be906..25e8d17 100644 --- a/shippable.yml +++ b/shippable.yml @@ -42,7 +42,7 @@ resources: configuration: integrationName: github-subint initialVersion: - payload: + payload: test_payload - name: sample_java_kube_test type: cluster configuration: @@ -98,12 +98,6 @@ pipelines: - SECURE_ENV2: test_value runtime: onHost requires: - #resources: - # - someStateResource - #- someVersionResource - #steps: - # - nightlyJob - #- cronJob integrations: - github-subint triggeredBy: @@ -145,12 +139,6 @@ pipelines: - SECURE_ENV2: test_value1 runtime: onHost requires: - #resources: - # - someStateResource - #- someVersionResource - #steps: - # - nightlyJob - #- cronJob integrations: - github-subint triggeredBy: From 681d7fbf21fab03d52ee086e40f4e79b10301a73 Mon Sep 17 00:00:00 2001 From: Deepika Date: Mon, 1 Apr 2019 13:55:39 +0530 Subject: [PATCH 13/30] Delete shippable.resources.yml --- shippable.resources.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 shippable.resources.yml diff --git a/shippable.resources.yml b/shippable.resources.yml deleted file mode 100644 index 8db5f3a..0000000 --- a/shippable.resources.yml +++ /dev/null @@ -1,8 +0,0 @@ -resources: - - name: nginx-image-java - type: image - integration: "docker-subint" - pointer: - sourceName: "library/nginx" - seed: - versionName: latest From 491d961a2d038d428903bc407b8b00751f21b6b6 Mon Sep 17 00:00:00 2001 From: Deepika Date: Mon, 1 Apr 2019 13:55:47 +0530 Subject: [PATCH 14/30] Delete shippable.jobs.yml --- shippable.jobs.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 shippable.jobs.yml diff --git a/shippable.jobs.yml b/shippable.jobs.yml deleted file mode 100644 index dc25a62..0000000 --- a/shippable.jobs.yml +++ /dev/null @@ -1,16 +0,0 @@ -jobs: - - name: runSh-Job-java - type: runSh - steps: - - TASK: - - script: sudo apt-get install tree - - script: tree -F IN - - script: sleep 3 - on_success: - - script: echo "successfully completed" - - - name: sample_pipelines_runCI - type: runCI - steps: - - IN: sample_java_runCI - - OUT: nginx-image-java From c5036a18a30ced5df761b65fb36e930c5abab248 Mon Sep 17 00:00:00 2001 From: Deepika Date: Mon, 1 Apr 2019 13:55:59 +0530 Subject: [PATCH 15/30] Delete random.sh --- random.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100644 random.sh diff --git a/random.sh b/random.sh deleted file mode 100644 index e3d0ec9..0000000 --- a/random.sh +++ /dev/null @@ -1 +0,0 @@ -echo true8 From 49c4dedb4e2de5986e23136b6b16834645bab384 Mon Sep 17 00:00:00 2001 From: Deepika Date: Mon, 1 Apr 2019 13:56:12 +0530 Subject: [PATCH 16/30] Delete pom.xml --- pom.xml | 63 --------------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 pom.xml diff --git a/pom.xml b/pom.xml deleted file mode 100644 index d2ff315..0000000 --- a/pom.xml +++ /dev/null @@ -1,63 +0,0 @@ - - 4.0.0 - - com.shippable - app - 1.0-SNAPSHOT - jar - - - UTF-8 - - - - junit - junit - 4.8.2 - test - - - - App - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - **/* - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - - xml - 256m - true - shippable/codecoverage - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.17 - - true - shippable/testresults - - - - org.apache.maven.surefire - surefire-junit4 - 2.7.2 - - - - - - - From b2808695017735938f48d4092904b6aedf5c54ba Mon Sep 17 00:00:00 2001 From: Deepika Date: Mon, 1 Apr 2019 14:50:35 +0530 Subject: [PATCH 17/30] Create pom.xml --- pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f5da0d5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + + com.shippable + app + 1.0-SNAPSHOT + jar + + + UTF-8 + + + + junit + junit + 4.8.2 + test + + + + App + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + **/* + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.6 + + xml + 256m + true + shippable/codecoverage + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + true + shippable/testresults + + + + org.apache.maven.surefire + surefire-junit4 + 2.7.2 + + + + + + From c862522930fe5f12aaddf7b9e5e3aad317ede91d Mon Sep 17 00:00:00 2001 From: Deepika Date: Mon, 1 Apr 2019 16:18:51 +0530 Subject: [PATCH 18/30] Update shippable.yml --- shippable.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shippable.yml b/shippable.yml index 25e8d17..4ae0ba6 100644 --- a/shippable.yml +++ b/shippable.yml @@ -139,6 +139,8 @@ pipelines: - SECURE_ENV2: test_value1 runtime: onHost requires: + resources: + - sample_java_file_test integrations: - github-subint triggeredBy: From 99e256359a92d8ac5525e845bec6e55652fbee6f Mon Sep 17 00:00:00 2001 From: Deepika Date: Wed, 3 Apr 2019 11:10:38 +0530 Subject: [PATCH 19/30] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 4ae0ba6..f062dd6 100644 --- a/shippable.yml +++ b/shippable.yml @@ -163,5 +163,4 @@ pipelines: onCancel: - echo "Someone cancelled the job" outputResources: - - sample_java_file_test - sample_java_webhook_test From a8225607aa4ca4f06b6949ddcd36b09559ef48a6 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 09:33:27 +0530 Subject: [PATCH 20/30] Update shippable.yml --- shippable.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shippable.yml b/shippable.yml index f062dd6..55f6ab5 100644 --- a/shippable.yml +++ b/shippable.yml @@ -64,7 +64,7 @@ pipelines: runtime: onHost-pipe steps: - name: in_trigger_step - type: runSh + type: bash configuration: affinityGroup: test_group setup: @@ -82,7 +82,7 @@ pipelines: - echo "executing task command 2" - name: main_step - type: runSh + type: bash configuration: affinityGroup: test_group priority: 9999 @@ -123,7 +123,7 @@ pipelines: - sample_java_file_test - sample_java_webhook_test - name: other_step - type: runSh + type: bash configuration: affinityGroup: test_group priority: 9999 From 014ee8227a1d6593857239ad9640dc4e0e52cba2 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:37:01 +0530 Subject: [PATCH 21/30] Update shippable.yml --- shippable.yml | 49 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 8 deletions(-) diff --git a/shippable.yml b/shippable.yml index 55f6ab5..80f569d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -55,13 +55,19 @@ pipelines: - name: test_pipeline_1 setup: environmentVariables: - normal: + readOnly: - ENV1: value-pipe-1 - ENV2: value-pipe-2 - encrypted: - - SECURE_ENV1: test_value-pipe-1 - - SECURE_ENV2: test_value-pipe-2 - runtime: onHost-pipe + runtime: + type: image + image: + auto: true + language: java + versions: v1.1 + custom: + name: test + tag: test + options: test steps: - name: in_trigger_step type: bash @@ -75,7 +81,16 @@ pipelines: encrypted: - SECURE_ENV1: test_value - SECURE_ENV2: test_value - runtime: onHost + runtime: + type: image + image: + auto: true + language: java + versions: v1.1 + custom: + name: test + tag: test + options: test execution: onExecute: - echo "executing task command 1" @@ -96,7 +111,16 @@ pipelines: encrypted: - SECURE_ENV1: test_value - SECURE_ENV2: test_value - runtime: onHost + runtime: + type: host + image: + auto: true + language: java + versions: v1.1 + custom: + name: test + tag: test + options: test requires: integrations: - github-subint @@ -137,7 +161,16 @@ pipelines: encrypted: - SECURE_ENV1: test_value1 - SECURE_ENV2: test_value1 - runtime: onHost + runtime: + type: host + image: + auto: true + language: java + versions: v1.1 + custom: + name: test + tag: test + options: test requires: resources: - sample_java_file_test From 0e2b2dbb6b5cc835c1c2480eec5843c833ead918 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:51:32 +0530 Subject: [PATCH 22/30] Update shippable.yml --- shippable.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/shippable.yml b/shippable.yml index 80f569d..cd65e88 100644 --- a/shippable.yml +++ b/shippable.yml @@ -10,12 +10,13 @@ resources: tags: except: none only: none - buildOnCommit: true - buildOnPullRequest: false - buildOnPullRequestClose: false - buildOnRelease: true - buildOnTagPush: false - buildOnFileCommit: "*test" + buildOn: + commit: true + pullRequest: true + pullRequestClose: true + release: true + tagPush: true + fileCommit: "*test" shallowDepth: 2 gitConfig: - dont_know From 5a599f66be431334f2e3f32372360d2afd711233 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:53:16 +0530 Subject: [PATCH 23/30] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index cd65e88..9755110 100644 --- a/shippable.yml +++ b/shippable.yml @@ -198,3 +198,4 @@ pipelines: - echo "Someone cancelled the job" outputResources: - sample_java_webhook_test + From f1f1b741485752cacb487455c395357e54b507bf Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:54:14 +0530 Subject: [PATCH 24/30] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 9755110..f1e0bc6 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,7 +5,7 @@ resources: configuration: integrationName: github-subint branches: - except: "*test" + except: "test" only: "master*" tags: except: none From 7f1af1a780e05c5611583521d86235efba0d2d80 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:56:02 +0530 Subject: [PATCH 25/30] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index f1e0bc6..239f9d2 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,7 +5,7 @@ resources: configuration: integrationName: github-subint branches: - except: "test" + except: "test*" only: "master*" tags: except: none From ff5a096dc836af2198036c33468515f8efb20565 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:57:21 +0530 Subject: [PATCH 26/30] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 239f9d2..9755110 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,7 +5,7 @@ resources: configuration: integrationName: github-subint branches: - except: "test*" + except: "*test" only: "master*" tags: except: none From ef481ab57706a7219e5aa3cbaa63611304d32877 Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:58:39 +0530 Subject: [PATCH 27/30] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 9755110..f1e0bc6 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,7 +5,7 @@ resources: configuration: integrationName: github-subint branches: - except: "*test" + except: "test" only: "master*" tags: except: none From ce584d4f87146043706f9eb65ed50f488005f9bc Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:59:10 +0530 Subject: [PATCH 28/30] Update shippable.yml --- shippable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index f1e0bc6..6a4ed24 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,8 +5,8 @@ resources: configuration: integrationName: github-subint branches: - except: "test" - only: "master*" + except: test + only: master tags: except: none only: none From 9948d440e900e0472fdcc3afb114ec9a0abf2ebf Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 10:59:47 +0530 Subject: [PATCH 29/30] Update shippable.yml --- shippable.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 6a4ed24..22b57f3 100644 --- a/shippable.yml +++ b/shippable.yml @@ -198,4 +198,3 @@ pipelines: - echo "Someone cancelled the job" outputResources: - sample_java_webhook_test - From 51bcf2be0bd1bc1ce310ec1af1624ce4ee9c4b0f Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 4 Apr 2019 11:03:53 +0530 Subject: [PATCH 30/30] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 22b57f3..6a4ed24 100644 --- a/shippable.yml +++ b/shippable.yml @@ -198,3 +198,4 @@ pipelines: - echo "Someone cancelled the job" outputResources: - sample_java_webhook_test +