Kamal Ahmed (2014-02-27 08:16):
Hi,
Has anyone resolved this issue:

The application frontend comprises of files , structure such as:

workspace/DATASC-UI-DEV-STAGING/datasc-ui/dist $ tree
.
├── DataSc.html
├── index.jsp
├── js
│   └── DataSc.min.js
├── lib
│   ├── ember.js
│   ├── handlebars.js
│   └── jquery.js
├── META-INF
│   ├── context.xml
│   └── MANIFEST.MF
├── resources
│   ├── base.css
│   └── images
│       └── bg.png
└── WEB-INF
    └── web.xml

6 directories, 11 file

If this structure can be deployed directly to tomcat
Thanks,
-Kamal.

Zip it call it a war and copy to Tomcat. You will get best results if you stop Tomcat pre-build step and then copy war as a build step and in post build step start Tomcat.

Note that you can also rename war files and add revision number to them (before copying). Tomcat will automaticall deploy latest version. Example:
mv myapp.war mywar##${SVN_REVISION}.war

Where SVN_REVISION is a variable set by Jenkins for jobs that download sources from SVN.

Cheers,
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to