https://github.com/techprimers/cicd-jenkins-example
CICD Jenkins example using Pivotal Web Services / Pivotal Cloud Foundry
https://github.com/techprimers/cicd-jenkins-example
ci-cd ci-cd-pipeline jenkins-pip pivotal-cloud-foundry pivotal-web-services
Last synced: about 1 month ago
JSON representation
CICD Jenkins example using Pivotal Web Services / Pivotal Cloud Foundry
- Host: GitHub
- URL: https://github.com/techprimers/cicd-jenkins-example
- Owner: TechPrimers
- Created: 2019-03-25T14:45:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T12:28:27.000Z (over 5 years ago)
- Last Synced: 2025-08-10T07:36:59.190Z (about 2 months ago)
- Topics: ci-cd, ci-cd-pipeline, jenkins-pip, pivotal-cloud-foundry, pivotal-web-services
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 7
- Watchers: 1
- Forks: 66
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CICD Using Jenkins Pipeline and Pivotal Web Services / Pivotal Cloud Foundry
- `Jenkinsfile` controls the Jenkins Pipeline. More stages can be added into this file
- `/hello` REST endpoint returns a message
- Command to deploy into PCF/PWS
cf login -a https://api.run.pivotal.io -u -p
cf push -f