From b31c0ad485d88b52da33583a00b2175ebb903dfb Mon Sep 17 00:00:00 2001 From: Mali Bayhan Date: Fri, 10 Dec 2021 08:58:00 -0800 Subject: [PATCH] pact-test Sync Repo --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b995d9b..10596b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,9 @@ pipeline { } stage('Pact'){ - sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}' + steps{ + sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}' + } } } }