How to deploy API proxy using with declarative pipeline in jenkins from scratch?

semihural
Participant I

Hi,

I would like to deploy api proxy dynamicaly to the dev, test and prod environment using with declarative pipeline in Jenkins. Is there any reference project that I can take a reference ? I could not able to find any samples or documentation regarding deployment via Jenkins ?

Regards,

Semih

0 2 527
2 REPLIES 2

There's a demo project available here https://github.com/apigee/maven-jenkins-ci-demo

It gives you a docker container with Jenkins that comes with example pipelines for deploying a sample API

Hi @dane knezic, thanks for your advice. But I ve already Jenkins and I would like to deploy via Jenkinsfile. Is there any reference project that cover this?