How to change data source properties of deployed application in jenkins?
42 views
Skip to first unread message
sayantan rana
unread,
Mar 16, 2015, 5:50:44 AM3/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
am using jenkins to automate build and deployment of a java web
application. Currently I am able to automate build and deployment of the
application in tomcat using jenkins. But, I also need to change the
datasource.properties file of the application in order to point to a
specific schema. Is there any plugin to do that?
Oliver Michels
unread,
Mar 16, 2015, 7:35:02 PM3/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
You could execute a shell script as the tomcat owner, ssh works fine.