From 213e3f6e8b496a2fffa26615ceca0ad131fe6351 Mon Sep 17 00:00:00 2001 From: balaji-msk <54077780+balaji-msk@users.noreply.github.com> Date: Tue, 13 Aug 2019 14:19:28 -0700 Subject: [PATCH 1/3] Ap-1001 new feature Adding Error step --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 01ace57..0741b4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { steps { copyArtifacts projectName: '../helloworld-api/development' gateConsumesArtifact file: 'application.sh' + error "Test error to Test Failures" } } stage('Deploy') { From 3af712cdc8a21fe33bf2f7f1afd9e928ee5ed271 Mon Sep 17 00:00:00 2001 From: balaji-msk <54077780+balaji-msk@users.noreply.github.com> Date: Tue, 13 Aug 2019 14:25:17 -0700 Subject: [PATCH 2/3] AP-1004 Test Commit test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0741b4a..f5bf923 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { steps { copyArtifacts projectName: '../helloworld-api/development' gateConsumesArtifact file: 'application.sh' - error "Test error to Test Failures" + error "Test error to Test Failures edit" } } stage('Deploy') { From 70ced9d3da43f032113f4a3fbc40fa8ec16bc65b Mon Sep 17 00:00:00 2001 From: balaji-msk <54077780+balaji-msk@users.noreply.github.com> Date: Tue, 13 Aug 2019 14:30:01 -0700 Subject: [PATCH 3/3] AP-1004 Removed test erro Error removed --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f5bf923..01ace57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,6 @@ pipeline { steps { copyArtifacts projectName: '../helloworld-api/development' gateConsumesArtifact file: 'application.sh' - error "Test error to Test Failures edit" } } stage('Deploy') {