Is it possible to enlarge the multibranch pipeline events log?

2020-12-04 Thread Jay
ar enough back to show me the event processing i want to see. (users are in a different time zone and sometimes i can have a look only some hours later) Is there a way to configure the length of this log? Thanks for help. Jay -- You received this message because you are subscribed to the

Re: Invoking the /build endpoint for a job with curl dropping parameters not explicitly passed via json

2020-02-20 Thread Jay Hayes
Thursday, February 20, 2020 at 10:20:19 AM UTC-5, Mark Waite wrote: > > I suspect that is intentional. I assume that the '/build' end point is > not intended for use with parameters. If you want to pass parameters, use > the /buildWithParameters end point. > > > O

Invoking the /build endpoint for a job with curl dropping parameters not explicitly passed via json

2020-02-20 Thread Jay Hayes
'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: XXX' Build #9 Parameters required_param default_param Is there a bug with the /build endpoint WRT passing parameters as json data? Thanks, Jay -- Y

Re: Cucumber Report displays incorrect total duration if total duration is more than 24 hour

2019-05-19 Thread jay rokde
This is an issue. It will get fixed in next release. Please refer https://issues.jenkins-ci.org/browse/JENKINS-57497 for more details. On Thursday, 16 May 2019 14:44:55 UTC+5:30, jay rokde wrote: > > When Total duration of feature is exceeding 24 hours, it gets reset to 0 > so incorr

Cucumber Report displays incorrect total duration if total duration is more than 24 hour

2019-05-16 Thread jay rokde
When Total duration of feature is exceeding 24 hours, it gets reset to 0 so incorrect Total duration gets displayed in Cucumber Report For Example, 1:40.915 when total duration was 25:40:915 Not able to find any option to format this -- You received this message because you are subscribed

Re: Pipeline bat stdout redirection

2018-10-10 Thread JAY D SHAH
I am Facing the same issue, Does anyone got something on it For me, Std_err gets called by Clean_up With Jenkins file due to which I can't get the correct error message -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Does the dir() rule ever work?

2017-05-09 Thread Jay Miller
On Tuesday, May 9, 2017 at 3:34:00 AM UTC-6, Christopher Orr wrote: > > That description of the issue comes from Scripted Pipeline syntax — > you're using the `agent { docker }` directive from the Declarative > Pipeline syntax, which probably causes the `image().inside` stuff to > happen under t

Does the dir() rule ever work?

2017-05-08 Thread Jay Miller
I have a pretty simple Jenkinsfile: pipeline { agent { docker 'node:6.10' } environment { NPM_CONFIG_USERCONFIG = 'T2/.npmrc' } stages { stage('Packages') { steps { sh 'node -v' *dir ('T2/bot') { * * sh 'npm install'* *}* }

Re: "optional" plugin dependencies

2016-05-03 Thread Jay Howard
ally, provide a view of installed plugins that only includes those that can be "operated on". On Tue, May 3, 2016 at 3:23 AM, Daniel Beck wrote: > > > On 03.05.2016, at 03:08, Jay Howard > wrote: > > > > For instance, I'd like to remove the Subversion plug

"optional" plugin dependencies

2016-05-02 Thread Jay Howard
I recently updated to Jenkins 2.1 and removed a few of the "built-in" plugins we never use that were impossible to remove in earlier versions of Jenkins. However, I'm finding myself unable to certain others because they're listed as "optional" dependencies of other plugins. Am I wrong to assum

Re: Generating parallel flow with Build Flow Plugin

2015-09-17 Thread Jay Neese
d test2 #10 started test1 #12 completed test2 #10 completed } Finished: SUCCESS This post was a big help: http://jenkins-ci.361315.n4.nabble.com/BUILD-FLOW-parallel-closure-simple-example-td4699743.html On Wednesday, September 16, 2015 at 10:34:26 PM UTC-5, Jay Neese wrote: > > I am

Re: Generating parallel flow with Build Flow Plugin

2015-09-16 Thread Jay Neese
test2 #1 completed } Finished: SUCCESS Any ideas on why the test1 job isn't being included in the parallel build? Any help would be appreciated. Thank You, Jay On Monday, February 17, 2014 at 4:13:35 PM UTC-6, Stuart Rowe wrote: > > Hi Rodrigo, > > BuildFlow'

Re: Generating parallel flow with Build Flow Plugin

2015-09-16 Thread Jay Neese
completed } Finished: SUCCESS Any ideas on why the test1 job isn't being included in the parallel build? Any help would be appreciated. Thank You, Jay On Monday, February 17, 2014 at 4:13:35 PM UTC-6, Stuart Rowe wrote: > > Hi Rodrigo, > > BuildFlow's parallel function t

Jenkins Javadoc plugin - How to update java source path to generate the javadoc

2015-02-12 Thread Jay
Hi Im using jenkins javadoc plugin version 1.1. When i add javadoc:javadoc for a jar project it worked perfectly fine. The same is not generating any doc for a war project for which the java source path is different. Could any one let me know how to change the java source path in javadoc plugin.

[workflow plugin] Retrieving sh output

2015-02-10 Thread Chris Jay
Hi everyone, I have looked into the workflow plugin recently and found it to be really useful. However I wonder whether it is possible to get ahold of console output code inside the workflow? Regards, Chris -- You received this message because you are subscribed to the Google Groups "Jenkins

Inverse Git Poller building all branches on each interval

2014-12-22 Thread Jay Perry
BQlo84No/VJh1kCvuFgI/Pg4/j7tanuRYix8/s1600/Screen%2BShot%2B2014-12-22%2Bat%2B2.48.00%2BPM.png> Any idea what is going on here? I have jenkins 1.580.1 and git plugin 2.3.2. Thanks, Jay -- You received this message because you are subscribed to the Google Groups "Jenkins User

Re: Problem launching ssh slave

2014-10-01 Thread Jay Reslock
t/jenkins' on slave > > it makes me think you have this on an NFS share. If so, check how this is > mounted to make sure the user have RW permissions there. > > > On Wed, Oct 1, 2014 at 9:09 AM, Jay Reslock wrote: > >> I have permissions set to 777 on the directory. Furt

Re: Problem launching ssh slave

2014-10-01 Thread Jay Reslock
I have permissions set to 777 on the directory. Further, the log reports that the directory does not exist but it is there. On Wed, Oct 1, 2014 at 6:36 AM, Jason Stanley wrote: > Open up the permissions on the slave. > > > > Caused by: com.trilead.ssh2.SFTPException: Permission denied > (SSH_F

Using Maven Metadata Plugin with Gradle

2014-07-23 Thread Jay Askren
I'm using the Maven Metadata plugin in a Jenkins build to allow me to choose the version of an internal dependency I want to use when making a build. It works wonderfully in Maven. One of our builds however is in Gradle. How do I access the version parameter in Gradle? I'm running the prope

Re: Problem with sending email

2014-07-07 Thread Sudheer Jay
Hi Zakyn, are you talking about symantic end protection installed on the mail server or in your system from where you are trying to send the mail? On Tuesday, April 16, 2013 4:03:46 PM UTC+5:30, zakyn wrote: > > Hello, > > I have the following problem. > > Some days ago it is not possible to sen

Re: Jenkins Master [Execute Shell] Host Key Verification Failed

2014-03-18 Thread Jay Vyas
I guess the answer to this is that : If SSH isnt set up properly on the machine your trying to SSH into, then the jenkins commands will fail. To test things : ## become the jenkins user: su jenkins -s /bin/bash ## Now try to ssh into the machine , mimicking the method you configured for the

Re: Re: Log Parser Plugin: Configuration

2014-03-06 Thread Jay Park
Ah, realized that I had defined the parser rule in my "slave" server which my project config is referencing. Moving it to the "master" server which the global config is referencing worked! Thanks, Jay On Thursday, March 6, 2014 2:56:21 PM UTC-8, Jay Park wrote: >

Re: Re: Log Parser Plugin: Configuration

2014-03-06 Thread Jay Park
not have to restart the server if I don't have to. Thanks, Jay On Tuesday, February 1, 2011 2:40:47 AM UTC-8, Andreas Schilling wrote: > > Hi Simon and all the others! > > Thanks for the help, now it finally works :) > > Regards, >

[no subject]

2013-10-30 Thread Jay Vee
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

Jenkins example

2013-10-30 Thread Jay Vee
I need to execute a gradle script passing params to it from within a Jenkins job, any pointers would be helfpul. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email t

Re: stop mirroring Source Control folder structure in jenkins workfolder

2013-09-26 Thread Al Jay
Thanks Mike you're the man, the environment_variables and the server shares did the work. Thank you ;) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsc

Re: stop mirroring Source Control folder structure in jenkins workfolder

2013-09-26 Thread Al Jay
ems a bit messy to me to solve it this way. Am Mittwoch, 25. September 2013 17:06:43 UTC+2 schrieb LesMikesell: > > On Wed, Sep 25, 2013 at 9:29 AM, Al Jay > > > wrote: > > I am using Jenkings 1.531 on Windows 8 for evaluation. I am trying to > build > > VB6.NET

stop mirroring Source Control folder structure in jenkins workfolder

2013-09-25 Thread Al Jay
I am using Jenkings 1.531 on Windows 8 for evaluation. I am trying to build VB6.NET Software with it. I installed the Visual Source Safe plugin as this still is the version control we are using. i set it as the SCM in the job I created I have a Job in which I use the version control path $/Solut

Adjust GitScm to Build on New Branch

2012-12-07 Thread Jay Flowers
Currently the GitScm plugin does not trigger a build when it detects a new branch. I would like to add the option to do this. Can I buy a clue as to where to look in the code to control this behavior? Thanks :-) -- Jay Flowers

RE: Release the m2release plugin

2012-06-20 Thread Jay Keshur
Haven't managed to test it yet, TBH I'm only interested in: https://issues.jenkins-ci.org/browse/JENKINS-12076 Will test it later on today/tomorrow. Regards, Jay Keshur From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Nord, James Sen

Release the m2release plugin

2012-06-20 Thread Jay Keshur
Hi, Could someone release 0.10.0 of M2 Release plugin please (https://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin) Cheers. Regards, Jay Keshur This message contains confidential and proprietary information of the sender, and is intended only for

REMOVE ME

2012-06-01 Thread Jay Blanton
From: "Lewis, Eric" To: "jenkinsci-users@googlegroups.com" Sent: Friday, June 1, 2012 8:48 AM Subject: AW: Dummy's guide to Jenkins CLI with authentication Thanks for the hint: I read the page, but I'm none the wiser... sorry! It points to https://wiki.je

Loading Configs in Groovy

2012-03-29 Thread Jay Flowers
2) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:864) at hudson.XmlFile.read(XmlFile.java:133) at hudson.XmlFile$read.call(Unknown Source) at Scratch.run(Scratch.groovy:18) -- Jay Flowers -- http://jayflowers.com -

Re: CLI Causes Server to Crash?

2012-03-21 Thread Jay Flowers
I think I figured it out... I had a system.exit() as the last line in my script! Left over from something else :-( On Mon, Mar 19, 2012 at 8:54 PM, Jay Flowers wrote: > Yep :-( Same version... > > > On Mon, Mar 19, 2012 at 2:02 PM, Sami Tikka wrote: > >> Sorry, no ide

Re: CLI Causes Server to Crash?

2012-03-19 Thread Jay Flowers
Yep :-( Same version... On Mon, Mar 19, 2012 at 2:02 PM, Sami Tikka wrote: > Sorry, no idea. Grasping at straws here: Do your CLI and Jenkins have > the same version? > > -- Sami > > 2012/3/19 Jay Flowers : > > When I execute a simple groovy script over the CLI t

CLI Causes Server to Crash?

2012-03-19 Thread Jay Flowers
axPermSize=512m -jar jenkins.war -- Jay Flowers -- http://jayflowers.com -

Re: SVN_REVISION not showing the correct revision

2012-03-15 Thread Jay Flowers
ay/JENKINS/SSH+Slaves+plugin > Timestamper v1.2.2 - http://wiki.jenkins-ci.org/display/JENKINS/Timestamper > Jenkins Translation Assistance plugin v1.8 - > http://wiki.jenkins-ci.org/display/JENKINS/Translation+Assistance+Plugin > > > Is there anything that does easily explain this behavior? > Thanks you, > Ingo > > -- Jay Flowers -- http://jayflowers.com -

Re: Getting Current Build in Groovy

2012-03-15 Thread Jay Flowers
I figured it out... I was not running the Groovy script as the build step type "Execute system Groovy script" On Thu, Mar 15, 2012 at 9:00 AM, Jay Flowers wrote: > This use to work for me: > > def build = Thread.currentThread().executable > > Now I g

Getting Current Build in Groovy

2012-03-15 Thread Jay Flowers
happening? :-) Anyone know... -- Jay Flowers -- http://jayflowers.com -