Commit 7a940ee3 authored by RamaRao's avatar RamaRao

add deployment2 job

parent ad1588a4
job("school-deployment-to-pcf") {
job("school-Sample-deployment-to-pcf") {
scm {
git {
......@@ -18,14 +18,4 @@ job("school-deployment-to-pcf") {
steps {
gradle('clean build')
}
steps{
pushToCloudFoundry(
target: 'https://api.run.pivotal.io',
organization: 'org-school',
cloudSpace: 'development',
credentialsId: 'rgajendrula@nisum.com',
manifestChoice: [manifestFile: 'manifest.yml']
)
}
}
\ No newline at end of file
......@@ -28,8 +28,6 @@ job('school--main-build') {
}
listView('School_jobs') {
columns {
status()
......
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