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 +}