[no subject]

2023-01-09 Thread Kul Bhushan Srivastava
/DataBoundSetter.class) [ERROR] class file has wrong version 55.0, should be 52.0 [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. [ERROR] Please help on how to use java8 compatible dependencies. -- Thanks & Regards Kul Bhushan Srivastava --

Custom Build Step configuration is not persistent. It disappears on server restart or Reloading Configuration from disk.

2016-12-03 Thread Kul Bhushan Srivastava
I have created a custom build step. Added a text area in config.jelly. Whatever I am putting in the text area is getting saved but on restarting the server or reloading it disappears. Please help. -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: How to execute single Jenkins job on multiple platforms with different parameters?

2016-11-23 Thread Kul Bhushan Srivastava
Correction : I have created one build job in Jenkins. I want to use that same job to run on multiple nodes but with different value for job parameter for each node. On Wednesday, 23 November 2016 15:50:08 UTC+5:30, Kul Bhushan Srivastava wrote: > > > I have created one build job in J

How to execute single Jenkins job on multiple platforms with different parameters?

2016-11-23 Thread Kul Bhushan Srivastava
I have created one build job in Jenkins. I want to use that same job to run on multiple nodes but with different job parameter. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails

Re: How to change the default value of Global Environment Variable through build job configuration at run time?

2016-11-21 Thread Kul Bhushan Srivastava
November 2016 23:16:36 UTC+5:30, Kul Bhushan Srivastava wrote: > > How to change the default value of Global Environment Variable through > build job configuration at run time? > -- You received this message because you are subscribed to the Google Groups "Jenkins

How to change the default value of Global Environment Variable through build job configuration at run time?

2016-11-18 Thread Kul Bhushan Srivastava
How to change the default value of Global Environment Variable through build job configuration at run time? -- 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

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

2016-11-18 Thread Kul Bhushan Srivastava
tected abstract String getContents(); protected abstract String getFileExtension(); private static final Logger LOGGER = Logger.getLogger(CommandInterpreter.class.getName()); } On Thursday, 17 November 2016 13:54:00 UTC+5:30, Kul Bhushan Srivastava wrote: > > Agree with your

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

2016-11-17 Thread Kul Bhushan Srivastava
hudson", getFileExtension(), getContents(), false); } private static final Logger LOGGER = Logger.getLogger(CommandInterpreter.class.getName()); } On Wednesday, 16 November 2016 23:00:36 UTC+5:30, Robert Sandell wrote: > > Abstract classes cannot be instanciated, s

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

2016-11-17 Thread Kul Bhushan Srivastava
directly > instanciated but will need to be subclassed. > > /B > > On Wed, Nov 16, 2016 at 3:59 PM, Kul Bhushan Srivastava <cool...@gmail.com > > wrote: > >> Thanks Robert. >> >> I am facing maven compilation issue. Saying @DataBoundConstructor cannot >> b

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

2016-11-16 Thread Kul Bhushan Srivastava
gt; > https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/CommandInterpreter.java > > /B > > > On Wed, Nov 16, 2016 at 8:41 AM, Kul Bhushan Srivastava <cool...@gmail.com > > wrote: > >> If anyone can guide how the windows bactch

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

2016-11-15 Thread Kul Bhushan Srivastava
If anyone can guide how the windows bactch command execution are handled from backend JAVA API. Then I may create one of my own. On Monday, 14 November 2016 13:37:49 UTC+5:30, Kul Bhushan Srivastava wrote: > > -- You received this message because you are subscribed to the Google

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

2016-11-14 Thread Kul Bhushan Srivastava
-- 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 jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: Plugin to add a custom build step.

2016-10-24 Thread Kul Bhushan Srivastava
rchectration"; } } } config.jelly On Monday, 24 October 2016 13:43:14 UTC+5:30, Kul Bhushan Srivastava wrote: > > Thanks for suggestions. I am able to bu

Re: Plugin to add a custom build step.

2016-10-24 Thread Kul Bhushan Srivastava
On Tuesday, 18 October 2016 16:45:16 UTC+5:30, Daniel Beck wrote: > > > > On 17.10.2016, at 20:07, Kul Bhushan Srivastava <cool...@gmail.com > > wrote: > > > > Please suggest. > > I don't know what else is wron

Re: Plugin to add a custom build step.

2016-10-17 Thread Kul Bhushan Srivastava
:56 UTC+5:30, Daniel Beck wrote: > > > > On 17.10.2016, at 08:23, Kul Bhushan Srivastava <cool...@gmail.com > > wrote: > > > > public String getTask() { > > @Extension > > public static class Descriptor extends > B

Re: Plugin to add a custom build step.

2016-10-17 Thread Kul Bhushan Srivastava
:56 UTC+5:30, Daniel Beck wrote: > > > > On 17.10.2016, at 08:23, Kul Bhushan Srivastava <cool...@gmail.com > > wrote: > > > > public String getTask() { > > @Extension > > public static class Descriptor extends > B

Re: Plugin to add a custom build step.

2016-10-17 Thread Kul Bhushan Srivastava
gest. On Monday, 17 October 2016 13:38:56 UTC+5:30, Daniel Beck wrote: > > > > On 17.10.2016, at 08:23, Kul Bhushan Srivastava <cool...@gmail.com > > wrote: > > > > public String getTask() { > > @Extension > > public static

Re: Plugin to add a custom build step.

2016-10-17 Thread Kul Bhushan Srivastava
15 October 2016 22:30:12 UTC+5:30, Daniel Beck wrote: > > > > On 15.10.2016, at 17:36, Kul Bhushan Srivastava <cool...@gmail.com > > wrote: > > > > the same is not achieved > > You need to provide much more information than this. > > http://www.ca

Plugin to add a custom build step.

2016-10-15 Thread Kul Bhushan Srivastava
I gone through the following URL https://wiki.jenkins-ci.org/display/JENKINS/Create+a+new+Plugin+with+a+custom+build+Step and implemented the same to develop my own custom plugin but the same is not achieved. Jenkins version : 1.651.1 Please help. -- You received this message because you