From f43ea41133ead543f6202146a53be8ef5cf40f01 Mon Sep 17 00:00:00 2001 From: Ajay Kumar S Date: Fri, 19 Jul 2019 21:36:10 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) 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' + + } } }