-
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>