Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 754 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 754 Bytes

apigee-hybrid-ci-cd

  • Fork this repo
  • In the pom file, update the apigee.org property under test and prod POM profile to point to your Apigee org
  • The repo has a Jenkinsfile with the build info, so you can automatically import this repo using the Blue Ocean UI
  • To run it locally, execute mvn clean install -P{profile} -Dapigee.config.options=update -Dfile={path_to_service_account_file}
  • Please configure the Apigee service account crendetials in Jenkins. The current Jenkinsfile uses apigee-service-account as the ID. If you wish to change that, please update the Jenkinsfile with the provided ID under the environment section - APIGEE_SA_CREDS = credentials('apigee-service-account')