Skip to content

Commit

Permalink
Update Jenkinsfile for config
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Apr 14, 2020
1 parent 83f96c5 commit aaea9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
}
stage('Configurations') {
steps {
sh "mvn apigee-config:keyvaluemaps apigee-config:targetservers apigee-config:caches -P${env.APIGEE_PROFILE} -Ddeployment.suffix=${env.APIGEE_PREFIX} -Dcommit=${env.GIT_COMMIT} -Dbranch=${env.GIT_BRANCH} -Duser.name=jenkins -Dapigee.config.options=update -Dapigee.config.dir=./resources/edge"
sh "mvn -ntp apigee-config:keyvaluemaps apigee-config:targetservers apigee-config:caches -P${env.APIGEE_PROFILE} -Ddeployment.suffix=${env.APIGEE_PREFIX} -Dcommit=${env.GIT_COMMIT} -Dbranch=${env.GIT_BRANCH} -Duser.name=jenkins -Dapigee.config.options=update -Dapigee.config.dir=${WORKSPACE}/resources/edge"
}
}
stage('Package proxy bundle') {
Expand Down

0 comments on commit aaea9a3

Please sign in to comment.