Elcio Junior (2017-04-06 16:00):
Hi,
I use Jenkins with the Deploy to Container Plugin and I can deploy to my server (glassfish).
The app looks like this:

Test.war

But I want to add the version after the app name.
Example:

Test-1.0.war

Could someone tell me what configuration is needed so that when accessing the glassfish control panel (4848) the app name is with the version?

Not sure about Glasfish, but Tomcat supports war versions with `##`.

E.g. revision 1 app would be:
ROOT##1.war

E.g. revision 123 app would be:
ROOT##123.war

Not sure what if you can only use numbers after `##` or any alpha-numerics.

Regards,
Nux.

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1b9d88a6-a887-c4d2-c8a6-d6885874b569%40mol.com.pl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to