diff --git a/Jenkinsfile b/Jenkinsfile index 38b91b3..9a9ee52 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,6 +28,9 @@ pipeline { usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD']]) { sh '/usr/local/bin/cf login -a http://api.run.pivotal.io -u $USERNAME -p $PASSWORD' + sh '/usr/local/bin/cf push' + + } } }