From 3fc8af30cb47ec347ae5632af1092824c439f3af Mon Sep 17 00:00:00 2001 From: danielcode10it <123751227+danielcode10it@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:34:34 +0200 Subject: [PATCH] Update Jenkinsfile --- .../for/CICD-DeployIntegrationArtefactGetEndpoint/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Recipes/for/CICD-DeployIntegrationArtefactGetEndpoint/Jenkinsfile b/Recipes/for/CICD-DeployIntegrationArtefactGetEndpoint/Jenkinsfile index e44e9783..9a8829da 100644 --- a/Recipes/for/CICD-DeployIntegrationArtefactGetEndpoint/Jenkinsfile +++ b/Recipes/for/CICD-DeployIntegrationArtefactGetEndpoint/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { //Configure the following environment variables before executing the Jenkins Job environment { - IntegrationFlowID = "IntegrationFlow1" + IntegrationFlowID = "internalEventListener" GetEndpoint = true //If you don't need the endpoint or the artefact does not provide an endpoint, set the value to false DeploymentCheckRetryCounter = 20 //multiply by 3 to get the maximum deployment time CPIHost = "${env.CPI_HOST}" @@ -127,4 +127,4 @@ pipeline { } } } -} \ No newline at end of file +}