I would like to use the CloudBees deployer plugin (deploy to CloudBees) for Jenkins – is it limited to war files and web apps?
I would like to use the CloudBees deployer plugin (deploy to CloudBees) for Jenkins
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can.
Note if you use a ClickStart for the appropriate runtime container – then it will automatically set all this up for you, but if you aren’t using one:
You can deploy any sort of app this way – the trick is to have the application set up to know what type it is.
So if you want to deploy a play2 app, you can run
Just once – it will remember it for all subsequent deploys (you can also use app:create to set this parameter via -t).
When you generate your build artefact, you should ensure it is a .zip file – so it isn’t confused with a war file – but otherwise it works just the same.