Foren

Jenkins job to run EXT plugin project

Varsha Ajane, geändert vor 8 Jahren.

Jenkins job to run EXT plugin project

Junior Member Beiträge: 30 Beitrittsdatum: 10.12.14 Neueste Beiträge
Hi all,

I have developed one EXT plugin project to do some customization to the LDAP importer.

On my local I am using Liferay version 6.2 bundled with Apache Tomcat 7 and Maven. To run this plugin I used "clean install" on the parent project (say "my-project") and "liferay:deploy" on the created sub-project (say my-project-ext). This is working fine.

Now I have to run this EXT plugin on JBoss via creating jenkins job.
For now, as a workaround, I am doing Drag-Drop of the fresh war created on my local machine to the deploy folder of the JBoss server.
I have Liferay 6.2 bundled with JBoss 6.1.0-EAP and Maven.

So while creating jenkins job to run this EXT plugin what should I define under "Build"?

Thanks in advanced.
thumbnail
David H Nebinger, geändert vor 8 Jahren.

RE: Jenkins job to run EXT plugin project (Antwort)

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
You cannot redeploy EXT plugins. You should not push these via jenkins. It's basically a one-time-only deal.
Varsha Ajane, geändert vor 8 Jahren.

RE: Jenkins job to run EXT plugin project

Junior Member Beiträge: 30 Beitrittsdatum: 10.12.14 Neueste Beiträge
ohk... Thank you David. emoticon

But only my concern behind asking this question was if while any server maintenance activity, I delete the server "tmp" folder, then this will not affect my ext-plugin functionality, right?
thumbnail
David H Nebinger, geändert vor 8 Jahren.

RE: Jenkins job to run EXT plugin project

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Right. tmp is used by the app server to facilitate runtime processing requests, it's not going affect your web applications.