jenkins-library icon indicating copy to clipboard operation
jenkins-library copied to clipboard

how to use cloudFoundryDeploy for deploying war file

Open lindeengineering opened this issue 4 months ago • 0 comments

Hi,

we are currently migration from NEO to CF and would like to understand how we can deploy JAVA apps towards cloud foundry?

What kind of parameters we need to provide for cloudFoundryDeploy?

Our current NEO script is:

        def yaml = readYaml file: "mta.yaml";
        def pom = readMavenPom file: "pom.xml"
        
        neoDeploy script: parameters.script,
                  deployMode: 'warParams',
                  source: warFilePath(),
                  neo: [ application: applicationIDfromMTA() ]

lindeengineering avatar Oct 23 '24 13:10 lindeengineering