jenkinsci / audit2db-plugin

Jenkins plugin to record build audit information to database.
https://plugins.jenkins.io/audit2db/
5 stars 24 forks source link

Plugin disappears in Jenkins 1.599 #13

Open smasilamani-cfins opened 9 years ago

smasilamani-cfins commented 9 years ago

I created a test job and added the plugin to the job and saved it .

Then when I go back to the job's configuration page,the plugin disappears from there.

Happening since Jenkins 1.599

rexminnis commented 9 years ago

Are there any updates on this issue?

sergueik commented 9 years ago

Hello rexminnis Sorry for slow followup  - was busy with other tasks.  Can you provide with sample config.xml of the bombing project and other inputs - which jenkins release the config was created, which release corrupts  anything else needed to reproduce Thanks, Serguei Kouzmine

  From: rexminnis <notifications@github.com>

To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Sent: Wednesday, March 4, 2015 7:00 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Is there any updates on this issue? — Reply to this email directly or view it on GitHub.

smasilamani-cfins commented 9 years ago

There is nothing specific about config.xml.You just create a job and add the plugin and save it and go back to the configuration screen,it will be disappeared.

It works up until v1.597 and started disappearing after any new version

alejozlv commented 9 years ago

Hello,

I have the same problem with the plugin. I have 1.599 version of jenkins

sergueik commented 9 years ago

Attach the file please

  From: alejozlv <notifications@github.com>

To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com Sent: Wednesday, March 4, 2015 10:58 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello,I have the same problem with the plugin. I have 1.599 version of jenkins and this is my config.xml<?xml version='1.0' encoding='UTF-8'?>

1.599 2 NORMAL true

xxxx xxx xxx xxxx xxxx

xx xxxxxxx false displayname mail

true

${ITEM_ROOTDIR}/workspace ${ITEM_ROOTDIR}/builds

5 0

Todo false false

Todo 0

— Reply to this email directly or view it on GitHub.

alejozlv commented 9 years ago

attached configjenkinsauditdb

sergueik commented 9 years ago

Thanks,

OK. I  hope to look into tonight

Note since my employer does not honor 80 ./. 20  it will take some time .  Serguei Kouzmine

  From: alejozlv <notifications@github.com>

To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com Sent: Wednesday, March 4, 2015 11:10 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

attached — Reply to this email directly or view it on GitHub.

jRom42 commented 9 years ago

Are there any updates on this issue?

sergueik commented 9 years ago

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer  (in its MS  part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop ///  i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

  From: Romain Joachim <notifications@github.com>

To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

sergueik commented 9 years ago

Hello Again, romain I was wondering,  Have you tried  / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml  in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar  I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

      false             true   false   false   false     false            

I will look into your specific config.xml after commute home. Hope to be helpful....

  From: Kouzmine Serguei <kouzmine_serguei@yahoo.com>

To: jenkinsci/audit2db-plugin reply@reply.github.com; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer  (in its MS  part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop ///  i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

 From: Romain Joachim <notifications@github.com>

To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

smasilamani-cfins commented 9 years ago

Hi

Sorry to bother you again.

Are there any updates regarding this issue?

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Monday, March 16, 2015 2:59 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Again, romain I was wondering, Have you tried / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

false true false false false false

I will look into your specific config.xml after commute home. Hope to be helpful....

From: Kouzmine Serguei kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> To: jenkinsci/audit2db-plugin reply@reply.github.com<mailto:reply@reply.github.com>; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer (in its MS part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop /// i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

From: Romain Joachim notifications@github.com<mailto:notifications@github.com> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-81872272.

sergueik commented 9 years ago

Hello - not yet.  But I exactly planned to look  - got a jenkins / groovy scripting task on my main job..  1.608 is the requirement now because of the bug with git pull requests triggering bulds in older releases Thanks for your patience.. Serguei Kouzmine

  From: saachinsiva <notifications@github.com>

To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com Sent: Thursday, April 9, 2015 8:25 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

Sorry to bother you again.

Are there any updates regarding this issue?

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Monday, March 16, 2015 2:59 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Again, romain I was wondering, Have you tried / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

false true false false false false

I will look into your specific config.xml after commute home. Hope to be helpful....

From: Kouzmine Serguei kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> To: jenkinsci/audit2db-plugin reply@reply.github.com<mailto:reply@reply.github.com>; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer (in its MS part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop /// i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

From: Romain Joachim notifications@github.com<mailto:notifications@github.com> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-81872272. — Reply to this email directly or view it on GitHub.

smasilamani-cfins commented 9 years ago

Hi

I was not able to run the build and it would be great if you can share the hpi file that you created so that I can test the same.

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 09, 2015 8:25 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello - not yet. But I exactly planned to look - got a jenkins / groovy scripting task on my main job.. 1.608 is the requirement now because of the bug with git pull requests triggering bulds in older releases Thanks for your patience.. Serguei Kouzmine

From: saachinsiva notifications@github.com<mailto:notifications@github.com> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> Sent: Thursday, April 9, 2015 8:25 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

Sorry to bother you again.

Are there any updates regarding this issue?

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Monday, March 16, 2015 2:59 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Again, romain I was wondering, Have you tried / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

false true false false false false

I will look into your specific config.xml after commute home. Hope to be helpful....

From: Kouzmine Serguei kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>> To: jenkinsci/audit2db-plugin reply@reply.github.com<mailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com>>; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>> Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer (in its MS part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop /// i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

From: Romain Joachim notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>> Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-81872272. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-91387493.

sergueik commented 9 years ago

Hello Siva,

It actually  started failing with 1.598 there was a change in the class inheritance,  Unfortunately for now please stay with 1.597.

Fixing and even debugging this is a complex matter for me , and I do not have sufficient time to embark,I cannot figure out the eta have you contacted the creator of the plugin ? terribly sorry i am such a poor student Serguei Kouzmine From: saachinsiva notifications@github.com To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com Sent: Thursday, April 30, 2015 5:34 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

I was not able to run the build and it would be great if you can share the hpi file that you created so that I can test the same.

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 09, 2015 8:25 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello - not yet. But I exactly planned to look - got a jenkins / groovy scripting task on my main job.. 1.608 is the requirement now because of the bug with git pull requests triggering bulds in older releases Thanks for your patience.. Serguei Kouzmine

From: saachinsiva notifications@github.com<mailto:notifications@github.com> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> Sent: Thursday, April 9, 2015 8:25 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

Sorry to bother you again.

Are there any updates regarding this issue?

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Monday, March 16, 2015 2:59 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Again, romain I was wondering, Have you tried / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

false true false false false false

I will look into your specific config.xml after commute home. Hope to be helpful....

From: Kouzmine Serguei kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>> To: jenkinsci/audit2db-plugin reply@reply.github.com<mailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com>>; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>> Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer (in its MS part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop /// i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

From: Romain Joachim notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>> Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-81872272. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-91387493. — Reply to this email directly or view it on GitHub.

smasilamani-cfins commented 9 years ago

Hi

I am very new to Jenkins and would like to learn about plugin .I will try to reach out to the creator.

Thanks for your help though.

Please keep me posted should you arrive at any working code.

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 30, 2015 5:44 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Siva,

It actually started failing with 1.598 there was a change in the class inheritance, Unfortunately for now please stay with 1.597.

Fixing and even debugging this is a complex matter for me , and I do not have sufficient time to embark,I cannot figure out the eta have you contacted the creator of the plugin ? terribly sorry i am such a poor student Serguei Kouzmine From: saachinsiva notifications@github.com<mailto:notifications@github.com> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> Sent: Thursday, April 30, 2015 5:34 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

I was not able to run the build and it would be great if you can share the hpi file that you created so that I can test the same.

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 09, 2015 8:25 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello - not yet. But I exactly planned to look - got a jenkins / groovy scripting task on my main job.. 1.608 is the requirement now because of the bug with git pull requests triggering bulds in older releases Thanks for your patience.. Serguei Kouzmine

From: saachinsiva notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>> Sent: Thursday, April 9, 2015 8:25 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

Sorry to bother you again.

Are there any updates regarding this issue?

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com<mailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com> | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/<http://www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/> [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Monday, March 16, 2015 2:59 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Again, romain I was wondering, Have you tried / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

false true false false false false

I will look into your specific config.xml after commute home. Hope to be helpful....

From: Kouzmine Serguei kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>> To: jenkinsci/audit2db-plugin reply@reply.github.com<mailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com>>>; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>> Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer (in its MS part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop /// i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

From: Romain Joachim notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com>>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>> Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-81872272. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-91387493. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-97977798.

sergueik commented 9 years ago

i will be happy to, shame i am too busy to fix the dependency atm, IMHO you may very well go on with 1.597  . Note that breaking changes due to code defects are often with jenkins, I faced one other about a year ago, with groovy plugin lesson learned not  always possible to run the latest

Serguei Kouzmine From: saachinsiva notifications@github.com To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com Sent: Thursday, April 30, 2015 5:48 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

I am very new to Jenkins and would like to learn about plugin .I will try to reach out to the creator.

Thanks for your help though.

Please keep me posted should you arrive at any working code.

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 30, 2015 5:44 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Siva,

It actually started failing with 1.598 there was a change in the class inheritance, Unfortunately for now please stay with 1.597.

Fixing and even debugging this is a complex matter for me , and I do not have sufficient time to embark,I cannot figure out the eta have you contacted the creator of the plugin ? terribly sorry i am such a poor student Serguei Kouzmine From: saachinsiva notifications@github.com<mailto:notifications@github.com> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> Sent: Thursday, April 30, 2015 5:34 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

I was not able to run the build and it would be great if you can share the hpi file that you created so that I can test the same.

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 09, 2015 8:25 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello - not yet. But I exactly planned to look - got a jenkins / groovy scripting task on my main job.. 1.608 is the requirement now because of the bug with git pull requests triggering bulds in older releases Thanks for your patience.. Serguei Kouzmine

From: saachinsiva notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>> Sent: Thursday, April 9, 2015 8:25 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

Sorry to bother you again.

Are there any updates regarding this issue?

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com<mailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com> | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/<http://www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/> [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Monday, March 16, 2015 2:59 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Again, romain I was wondering, Have you tried / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

false true false false false false

I will look into your specific config.xml after commute home. Hope to be helpful....

From: Kouzmine Serguei kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>> To: jenkinsci/audit2db-plugin reply@reply.github.com<mailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com>>>; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>> Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer (in its MS part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop /// i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

From: Romain Joachim notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com>>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>> Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-81872272. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-91387493. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-97977798. — Reply to this email directly or view it on GitHub.

smasilamani-cfins commented 9 years ago

Thanks.Really appreciate your time.

On thing I wanted to tell you is that if I go to Job’s config.xml and added the below entry and restarted Jenkins,then it stays there and works fine .This disappears only when I click the save button.

So as of now I will just continue to add this entry directly to the job’s config file.

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 30, 2015 6:15 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

i will be happy to, shame i am too busy to fix the dependency atm, IMHO you may very well go on with 1.597 . Note that breaking changes due to code defects are often with jenkins, I faced one other about a year ago, with groovy plugin lesson learned not always possible to run the latest

Serguei Kouzmine From: saachinsiva notifications@github.com<mailto:notifications@github.com> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> Sent: Thursday, April 30, 2015 5:48 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

I am very new to Jenkins and would like to learn about plugin .I will try to reach out to the creator.

Thanks for your help though.

Please keep me posted should you arrive at any working code.

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 30, 2015 5:44 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Siva,

It actually started failing with 1.598 there was a change in the class inheritance, Unfortunately for now please stay with 1.597.

Fixing and even debugging this is a complex matter for me , and I do not have sufficient time to embark,I cannot figure out the eta have you contacted the creator of the plugin ? terribly sorry i am such a poor student Serguei Kouzmine From: saachinsiva notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>> Sent: Thursday, April 30, 2015 5:34 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

I was not able to run the build and it would be great if you can share the hpi file that you created so that I can test the same.

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com<mailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com> | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/<http://www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/> [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 09, 2015 8:25 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello - not yet. But I exactly planned to look - got a jenkins / groovy scripting task on my main job.. 1.608 is the requirement now because of the bug with git pull requests triggering bulds in older releases Thanks for your patience.. Serguei Kouzmine

From: saachinsiva notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com>>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>> Sent: Thursday, April 9, 2015 8:25 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

Sorry to bother you again.

Are there any updates regarding this issue?

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com<mailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com<mailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com>> | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/<http://www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/<http://www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/>> [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Monday, March 16, 2015 2:59 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Again, romain I was wondering, Have you tried / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

false true false false false false

I will look into your specific config.xml after commute home. Hope to be helpful....

From: Kouzmine Serguei kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>>> To: jenkinsci/audit2db-plugin reply@reply.github.com<mailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com>>>>; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>>> Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer (in its MS part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop /// i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

From: Romain Joachim notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com>>>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>>> Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-81872272. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-91387493. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-97977798. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-97986122.

sergueik commented 9 years ago

This is the common problem because the expectations of the job are higher when embedded. That precisely was the case with the Groovy plugin I forked a while ago. one can also have a dummy step if there   is a configuration change ongoing, and replace a dummy XML  fragment with autoit call  Sorry for the brie message Serguei kouzmine

  From: saachinsiva <notifications@github.com>

To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com Sent: Friday, May 1, 2015 8:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Thanks.Really appreciate your time.

On thing I wanted to tell you is that if I go to Job’s config.xml and added the below entry and restarted Jenkins,then it stays there and works fine .This disappears only when I click the save button.

So as of now I will just continue to add this entry directly to the job’s config file.

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 30, 2015 6:15 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

i will be happy to, shame i am too busy to fix the dependency atm, IMHO you may very well go on with 1.597 . Note that breaking changes due to code defects are often with jenkins, I faced one other about a year ago, with groovy plugin lesson learned not always possible to run the latest

Serguei Kouzmine From: saachinsiva notifications@github.com<mailto:notifications@github.com> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com> Sent: Thursday, April 30, 2015 5:48 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

I am very new to Jenkins and would like to learn about plugin .I will try to reach out to the creator.

Thanks for your help though.

Please keep me posted should you arrive at any working code.

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/ [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 30, 2015 5:44 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Siva,

It actually started failing with 1.598 there was a change in the class inheritance, Unfortunately for now please stay with 1.597.

Fixing and even debugging this is a complex matter for me , and I do not have sufficient time to embark,I cannot figure out the eta have you contacted the creator of the plugin ? terribly sorry i am such a poor student Serguei Kouzmine From: saachinsiva notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>> Sent: Thursday, April 30, 2015 5:34 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

I was not able to run the build and it would be great if you can share the hpi file that you created so that I can test the same.

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com<mailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com> | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/<http://www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/> [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Thursday, April 09, 2015 8:25 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello - not yet. But I exactly planned to look - got a jenkins / groovy scripting task on my main job.. 1.608 is the requirement now because of the bug with git pull requests triggering bulds in older releases Thanks for your patience.. Serguei Kouzmine

From: saachinsiva notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com>>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>> Sent: Thursday, April 9, 2015 8:25 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hi

Sorry to bother you again.

Are there any updates regarding this issue?

Thanks

Siva Masilamani | Java Developer Crum & Forster | 305 Madison Avenue | Morristown, NJ 07960 | USA B: +1.973.490.6561 | M: +1.908.307.8653 Skype – siva_masilamani sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.commailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com<mailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com<mailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com%3cmailto:sivachidambaram.masilamani@cfins.com>> | www.cfins.comhttp://www.cfins.com/http://www.cfins.com%3chttp:/www.cfins.com/<http://www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/<http://www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/%3chttp:/www.cfins.com%3chttp:/www.cfins.com/>> [cid:image001.gif@01CECF2F.E7083390]

From: Serguei Kouzmine [mailto:notifications@github.com] Sent: Monday, March 16, 2015 2:59 PM To: jenkinsci/audit2db-plugin Cc: Masilamani, Sivachidambaram Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Again, romain I was wondering, Have you tried / can afford the following

  1. Build the audit2db_test.hpi using the project directory tree and pom. (clean compile hpi:hpi )
  2. Launch the old version on a separate port, and save config.xml e.g. I had 1.568
  3. Install the audit2db_test.hpi into the new version
  4. Create a dummy project named the same as your saved config.xml project5. Stop new instance, Replace the config.xml in the jobs/, start the instance ?

I did that to set up the environment but so far I did not observe any problem with the project. The version of Jenkins jar I tried was 1.604. The sample project I created looked like <?xml version='1.0' encoding='UTF-8'?>

false true false false false false

I will look into your specific config.xml after commute home. Hope to be helpful....

From: Kouzmine Serguei kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>>> To: jenkinsci/audit2db-plugin reply@reply.github.com<mailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com<mailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com%3cmailto:reply@reply.github.com>>>>; jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>>> Sent: Monday, March 16, 2015 1:36 PM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Hello Romain Thanks for reminding..

I am still catching up, and audit2db is on my queue. My employer (in its MS part) has decided to pass Jenkins, this complicates matters, besides i am in the interview loop /// i know this is knot an excuse...

building the head in mscata/jenkins-audit2db-plugin now to see if the issue s with config.xml is something i can help with

From: Romain Joachim notifications@github.com<mailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com<mailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com%3cmailto:notifications@github.com>>>> To: jenkinsci/audit2db-plugin audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com<mailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com%3cmailto:audit2db-plugin@noreply.github.com>>>> Cc: Serguei Kouzmine kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com<mailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com%3cmailto:kouzmine_serguei@yahoo.com>>>> Sent: Monday, March 16, 2015 9:27 AM Subject: Re: [audit2db-plugin] Plugin disappears in Jenkins 1.599 (#13)

Are there any updates on this issue? — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-81872272. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-91387493. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-97977798. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/jenkinsci/audit2db-plugin/issues/13#issuecomment-97986122. — Reply to this email directly or view it on GitHub.