Re: Cloudbees build failing due to java doc errors?

2016-11-17 Thread JordanGS
1) Do i need to reconfigure everything to run with java 7? 2) Do i need to undo my 1.0.0 release because it compiled with java 7? If so, how would i undo my release? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from thi

Cloudbees build failing due to java doc errors?

2016-11-17 Thread JordanGS
Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc (default) on project zap: An error has occurred in JavaDocs report generation See here for full log Usage pom.xml is available here

Re: New plugin - gradle build

2016-11-17 Thread Taylor Patton
Thanks Jesse! On Saturday, November 12, 2016 at 9:28:10 AM UTC-6, Jesse Glick wrote: > > On Fri, Nov 11, 2016 at 7:10 PM, Taylor Patton > wrote: > > I do not yet see a job for my new plugin here > > Created > > > https://jenkins.ci.cloudbees.com/job/plugins/job/Cisco-Spark-Notifier-plugin/ >

Re: Problem with mvn prepare throws error

2016-11-17 Thread JordanGS
Resolved: http://stackoverflow.com/questions/32706000/error-in-maven-build-mvn-bat-not-recognized -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsc

Problem with mvn prepare throws error

2016-11-17 Thread JordanGS
Step 1) open command line as administrator Step 2) navigate to location where my source is on my machine (in this case my GitHub repo) Step 3) run mvn prepare Please see the below attached screenshot. When it asked me for release version i said 1.0.0 SCM release tag i said zap-1.0.0 and new de

Re: Repository access nodejs-plugin

2016-11-17 Thread 'Nikolas Falco' via Jenkins Developers
ok Daniel, let's continue here. Let me know about any updates. >From other thread Il giorno giovedì 17 novembre 2016 10:20:19 UTC+1, Daniel Beck ha scritto: > > Hi Nikolas, > > Sorry about that -- I confused your mes

Re: Problem when configure Jenkins with LDAP(fail to bind to specified groups)

2016-11-17 Thread Ullrich Hafner
Please use the users mailing list. > Am 17.11.2016 um 08:33 schrieb Frank Yu : > > Hi All, > > Sorry for disturb, I do have a problem when configure Jenkins with LDAP. > The case is I have a LDAP Server(ApacheDS), and there are three groups. I > only want member of one group can access Jenkins.

zephyr-for-jira-test-management-plugin Compatibility with Pipeline

2016-11-17 Thread Ivan Fernandez Calvo
Hi, I made a PR few months ago to make zephyr-for-jira-test-management-plugin compatible with Pipeline Plugin and it is still waiting for merge/close, Is this Plugin maintained? Are there any way to merge it an release? https://github.com/jenkinsci/zephyr-for-jira-test-management-plugin/pull/2

Re: maintainer requests

2016-11-17 Thread Daniel Beck
> On 09.11.2016, at 11:14, 'Nikolas Falco' via Jenkins Developers > wrote: > > I have no changed my opinion If there is a chance to have a co-mantainer for > PR code review or interchange opinions without open a new thread every time I > need, it would be great by here lacks a response since

Re: maintainer requests

2016-11-17 Thread 'Nikolas Falco' via Jenkins Developers
I'm sorry but I think there are no chances of coordinate with Greg Langston the Node JS plugin. If there are requests of other guys that show interest to co-maintainer the Node JS are welcome. Please let me know in original post https://groups.google.com/forum/#!topic/jenkinsci-dev/wpC8zcrhkjg

Re: How to Add Custom Build Step to behave exactly same as Execute Windows Batch Command.

2016-11-17 Thread Kul Bhushan Srivastava
Agree with your point. I have change the code accordingly. Compiles properly through Maven. But now Jenkins at Runtime throwing exception when saving the job configuration, saying - Caused by: java.lang.IllegalArgumentException: Failed to instantiate class com.oracle.siebel.jenkins.ABC from {

Re: How to Add Custom Build Step to behave exactly same as Execute Windows Batch Command.

2016-11-17 Thread Kul Bhushan Srivastava
Agree with your point. Can you help me with the exact code change. On Wednesday, 16 November 2016 23:00:36 UTC+5:30, Robert Sandell wrote: > > Abstract classes cannot be instanciated, so you can't annotate the > constructor with DataBoundConstructor since the class can't be directly > instanciat