Commit ad1588a4 authored by RamaRao's avatar RamaRao

add deployment job

parent a2bd8d73
...@@ -19,7 +19,7 @@ job("school-deployment-to-pcf") { ...@@ -19,7 +19,7 @@ job("school-deployment-to-pcf") {
gradle('clean build') gradle('clean build')
} }
steps{
pushToCloudFoundry( pushToCloudFoundry(
target: 'https://api.run.pivotal.io', target: 'https://api.run.pivotal.io',
organization: 'org-school', organization: 'org-school',
...@@ -27,5 +27,5 @@ job("school-deployment-to-pcf") { ...@@ -27,5 +27,5 @@ job("school-deployment-to-pcf") {
credentialsId: 'rgajendrula@nisum.com', credentialsId: 'rgajendrula@nisum.com',
manifestChoice: [manifestFile: 'manifest.yml'] manifestChoice: [manifestFile: 'manifest.yml']
) )
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment