From 23b8fd5fa59a6dad10182de8bdc84979dd36ffc2 Mon Sep 17 00:00:00 2001 From: Kurt Madel Date: Thu, 25 Apr 2019 09:39:05 -0400 Subject: [PATCH 1/4] Update Jenkinsfile removed publishEvent trigger --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 82a4a3d..01ace57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,6 @@ pipeline { branch 'master' } steps { - publishEvent simpleEvent('hello-api-deploy-event') copyArtifacts projectName: '../helloworld-api/development' gateConsumesArtifact file: 'application.sh' } From fc196e14f38c43fc3329ff5673be91ddd0ddb6c4 Mon Sep 17 00:00:00 2001 From: ygmhhbhe <50597669+ygmhhbhe@users.noreply.github.com> Date: Mon, 13 May 2019 15:18:21 -0700 Subject: [PATCH 2/4] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 01ace57..36b4f2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,6 +19,7 @@ pipeline { branch 'test' } steps { + error 'fake error to force failure in test stage/gate' copyArtifacts projectName: '../helloworld-api/development' gateConsumesArtifact file: 'application.sh' } From 53b1e50e365a54a8a05d2cf9d44e4d1a2d4b4c61 Mon Sep 17 00:00:00 2001 From: ygmhhbhe <50597669+ygmhhbhe@users.noreply.github.com> Date: Mon, 13 May 2019 15:19:16 -0700 Subject: [PATCH 3/4] API-1001 new feature --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 36b4f2e..5eaaae0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { branch 'test' } steps { - error 'fake error to force failure in test stage/gate' + error 'fake error to force failure in test stage/gate' copyArtifacts projectName: '../helloworld-api/development' gateConsumesArtifact file: 'application.sh' } From 22965208c4219650c6a3170cb385883cd760c55d Mon Sep 17 00:00:00 2001 From: ygmhhbhe <50597669+ygmhhbhe@users.noreply.github.com> Date: Mon, 13 May 2019 15:26:14 -0700 Subject: [PATCH 4/4] API-1001 fix --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5eaaae0..01ace57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,6 @@ pipeline { branch 'test' } steps { - error 'fake error to force failure in test stage/gate' copyArtifacts projectName: '../helloworld-api/development' gateConsumesArtifact file: 'application.sh' }