Re: params is null

2020-01-25 Thread Todd Oberg
Hello David - Just wondering if you ever figured this out, just started seeing this very same thing yesterday. :( Regards and thanks in advance - Todd On Monday, August 12, 2019 at 9:23:59 PM UTC-7, David Harvey wrote: > > Hi, > > I'm experiencing a strange issue with a

Re: wget post-data purpose

2015-06-15 Thread Benjamin Todd
That works. Thanks for the suggestion. Ben On Monday, June 8, 2015 at 11:25:26 AM UTC-7, Daniel Beck wrote: > > Try uploading a file with the svnlook output first, and use that as > --post-file. > > On 08.06.2015, at 20:13, Benjamin Todd > wrote: > > > I'm

Re: wget post-data purpose

2015-06-08 Thread Benjamin Todd
ter. Do you check in files that > have newlines as part of the filename, and they get broken into multiple > lines? > > On 05.06.2015, at 20:24, Benjamin Todd > wrote: > > > When I run `svnlook changed --revision ${REV} ${REPO}`, it returns > something similar to th

Re: wget post-data purpose

2015-06-05 Thread Benjamin Todd
the subversion path of "path/to/new/file". Is that functionality using a new line as a delimiter or can Jenkins use a different delimiter? Thanks, Ben On Friday, June 5, 2015 at 1:36:36 AM UTC-7, Daniel Beck wrote: > > On 05.06.2015, at 01:14, Benjamin Todd > wrote: &g

wget post-data purpose

2015-06-04 Thread Benjamin Todd
Hi all, I'm trying to get a post commit working correctly and I'd like to understand more about the purpose of the --post-data option in the post-commit example as showin below: REPOS="$1" REV="$2" UUID=`svnlook uuid $REPOS` /usr/bin/wget \ --header "Content-Type:text/plain;charset=UTF-8" \

Re: After failed upgrade, restarting Jenkins keeps upgrading GIT plugin

2013-11-22 Thread Todd
An update: it wasn't Jenkins, but a Chef script for Jenkinsthat was causing our issue. *git* was one of the plugins we had configured to automatically upgrade (the fix was to simply

After failed upgrade, restarting Jenkins keeps upgrading GIT plugin

2013-11-20 Thread Todd
t be causing the new version to keep getting installed over and over again? Happy to provide any additional information that would be useful. Thanks! Todd -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group a

Re: SVN Checkout failing on Jenkins slave servers

2013-08-29 Thread todd heidenthal
he project configuration screen still indicates that the credentials are not valid. Any suggestions? Todd -- 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

SIGFPE Crash in Jenkins Slave 2.23

2013-05-31 Thread Todd Greer
6) for linux-x86 JRE (1.6.0_18-b18), built on Jun 29 2012 08:20:56 by "buildd" with gcc 4.4.5 Thanks, Todd Greer Principal Scientist, Affinegy, Inc. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

RE: Unable to start ssh slave from OSX master

2013-05-24 Thread Todd Greer
o someone; perhaps not. -- Todd From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Todd Greer Sent: Wednesday, May 22, 2013 10:29 AM To: jenkinsci-users@googlegroups.com Subject: RE: Unable to start ssh slave from OSX master Yes, the Jenkins user can

RE: Unable to start ssh slave from OSX master

2013-05-22 Thread Todd Greer
where before actually running a script (in the "run a script to launch" configuration). -- Todd From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Chanda Unmack Sent: Tuesday, May 21, 2013 8:20 PM To: jenkinsci-users@googlegroups.com Subject

RE: Unable to start ssh slave from OSX master

2013-05-21 Thread Todd Greer
that is my intent, and my suggestion to anyone in my situation. -- Todd From: Todd Greer Sent: Friday, May 17, 2013 2:48 PM To: 'jenkinsci-users@googlegroups.com' Subject: Unable to start ssh slave from OSX master I'm trying to use the ssh slave plugin (v.21) from OSX, and have

Unable to start ssh slave from OSX master

2013-05-17 Thread Todd Greer
see "Attempting to reconnect ". Other than that, I see no signs of activity, including in the slave node's auth log. Can anyone provide me with guidance on where to look next? Thank you, Todd -- Todd Greer Principal Scientist, Affinegy, Inc. -- You received this message bec

RE: Msbuild from Jenkins gives different results than from command line?

2013-02-19 Thread Todd Greer
sion, but in my case, I have 'call "%VS100COMNTOOLS%\vsvars32.bat"' as part of my build script. I think it can be known as vcvars32.bat, vcvars64.bat, vsvarsall.bat, or some variant on one of those; consult your VS documentation. -- Todd Greer Principal Scientist, Affinegy, In

RE: Converting paths with spaces

2013-01-22 Thread Todd Greer
excellent answer if you're willing to hand the work to a batch script. If for some reason it doesn't work, you could also just hard code the altered path. -- Todd From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mandeville, Rob Sent: Tuesday,

RE: Missing console link

2013-01-09 Thread Todd Greer
I’m seeing this in Jenkins 1.483, exactly as you describe. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ryan Shoemaker Sent: Tuesday, January 8, 2013 3:56 PM To: jenkinsci-users@googlegroups.com Subject: Missing console link I posted recently abou

RE: Finding the remote fs root in Groovy

2012-10-17 Thread Todd Greer
at I have to tell Jenkins what its filesystem root is, when it already knows it. [1] On Windows slaves, the BASE environment variable is already defined, but not on OSX slaves, so I define it just on them. Thank you, Todd Greer Marek Gimza said: > Do U want to have different builds sharing

Finding the remote fs root in Groovy

2012-10-17 Thread Todd Greer
Does anyone here happen to know how to find the remote fs root of a slave in Groovy? I'd like to do this so I can use EnvInject to put it in an environment variable, so I can use put some files there that all of my jobs can read. Thanks, Todd Greer

RE: publish artifacts *after* the build

2012-10-11 Thread Todd Greer
manually. This gives a way of having a "sign off" within the build system. For example, a developer might validate a build and approve it for QA testing only when a work product is completed entirely. Then another promotion can be added for the QA hand off to production." HTH, Todd Greer Director of Development, Affinegy, Inc.

Testing Job Configuration Changes

2012-10-10 Thread Todd Greer
e jobs change very rarely, but we're still learning the best ways to set things up, and changes are fairly frequent. Has anyone come up with a way they're happy with? Thank you, Todd Greer Director of Development, Affinegy, Inc.

RE: How to handle project dependencies?

2012-10-08 Thread Todd Greer
oject, with those jobs ordered by hand using post-build job triggers and the join plugin. They'd all have to use the same working directory. * In my case, the first job would also run cmake to generate the project files, but it doesn't sound like that applies to you. -- Todd Greer Director of Development, Affinegy, Inc.

Do failures mark upstream builds as unstable?

2012-10-05 Thread Todd Greer
build" to get that same status, but it keeps its happy green ball. So, am I supposed to write a post-build groovy step to do this, or is it supposed to happen automatically? (I've seen posts trying to figure out how to make this happen, and posts that seem to say it's happening, and they want it turned off, hence my confusion.) Thank you, Todd

RE: Jenkins Windows Slave Service startup is flakey

2012-09-17 Thread Todd Greer
milar problems with the Jenkins slave service not restarting on reboot, though I haven't seen issues when starting manually. (I'm running 1.474.) Todd Greer, Director of Development, Affinegy, Inc. 1705 S. Capital of Texas Hwy, Ste. 310, Austin, TX, 78746 O 512.535.1700 | F 512.233.2477 tgr...@affinegy.com    http://affinegy.com

RE: Making Feature Branches Effective with Continuous Integration

2012-04-27 Thread Todd Greer
This would be a very useful feature (I’m suddenly very interested in Bamboo), and I’d be very happy to test it and probably contribute occasional fixes if anyone decides to pursue it. -- Todd From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gustavo

RE: View list of builds organised by branch?

2012-03-28 Thread Todd Greer
seanh said: > Hey, I've setup a Jenkins job for our Python app with the Git and GitHub > plugins. Whenever someone pushes a new commit to any branch of our GitHub > project, Jenkins checks out that commit and runs a script which runs our unit > tests using nose, and if you view the build in Jen

RE: Using CVS to build the latest tag?

2012-03-16 Thread Todd Greer
James Carr: > > Is it possible to setup jenkins to build the most recent tag? Todd: > Probably. The way to do so would depend on what source code manager you're > using, and how you're using it. ...and now I notice the subject line... *hangs head in shame* I could've

RE: Using CVS to build the latest tag?

2012-03-16 Thread Todd Greer
James Carr said: > Is it possible to setup jenkins to build the most recent tag? Probably. The way to do so would depend on what source code manager you're using, and how you're using it.

Help request: Changelogs for multiple SCM repositories

2012-03-12 Thread Todd Greer
ns build report? Thank you in advance for any help you are able to offer, Todd Greer