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. -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
