Skip to content

CICD Jenkins example using Pivotal Web Services / Pivotal Cloud Foundry

Notifications You must be signed in to change notification settings

TechPrimers/cicd-jenkins-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <user_name> -p <password>
      cf push -f <path_to_manifest_yml>
    

Releases

No releases published

Packages

 
 
 

Languages