Re: Jenkins 5.0.8 Git Broken Again

2013-03-26 Thread Jared Griffith
Never mind, I take it back turns out there was some funky stuff with our network that was causing the time out issue on the git checkout. I was a bit paranoid when I saw that after the git-client plugin guys so graciously and rapidly fixed the previous issue. On Tue, Mar 26, 2013 at 4:26 PM, Jare

Re: Groovy script on slave node

2013-03-26 Thread Les Mikesell
On Tue, Mar 26, 2013 at 10:20 PM, Scott Ellis wrote: > >> Our shop gets around this by using the "Run SSH command on slave" option >> to start our slaves, and specifying a shell script that rsyncs a tools >> directory from the master to the slave before starting the slave process. >> The master to

Groovy script on slave node

2013-03-26 Thread Scott Ellis
I've been working on this for two days and have googled this to death. There are just too many unknowns for me and I need some help. The original problem I'm having is that I want to deploy two war files from a multi-module maven project, and Jenkins is only giving me the option to deploy one-

Re: Removing additional "Transfer Sets" without deleteing the whole build step?

2013-03-26 Thread Bap
Quoting David Brossard : Apparently there is not in my version. I have Jenkins 1.505. Also I am using these steps using the "Conditional Steps" plugin. I don't know if that is what is making the difference or not. The Advanced button under each transfer set only has: Looks like there is a bug

Re: Removing additional "Transfer Sets" without deleteing the whole build step?

2013-03-26 Thread David Brossard
Apparently there is not in my version. I have Jenkins 1.505. Also I am using these steps using the "Conditional Steps" plugin. I don't know if that is what is making the difference or not. The Advanced button under each transfer set only has: Exclude files [image: Help for feature: Exclude fil

Re: Removing additional "Transfer Sets" without deleteing the whole build step?

2013-03-26 Thread Bap
Quoting David Brossard : Hey all, When I setup a build step to send files to an SSH or windows CIFS share, and I add multiple transfer sets under a server, how can I delete just one of the transfer sets without deleting the whole server/build step? There is no option for it, and leaving it blan

Re: Deploy to Windows CIFS share including all subfolder/recursivley

2013-03-26 Thread Bap
Quoting David Brossard : Hi all, I am experimenting publishing files to w windows share using the "Send Files to a Windows Share" build step. When I do however it only send the files at the top level of my source directory, not the subfolder as well. My source files command line is something lik

AD Plugin Issues

2013-03-26 Thread Cory
We are rolling out Jenkins for our dev team and we need to get AD/LDAP authentication working and have had a hell of a time. Even enterprise support was unable to help us make any progress. We have tried every flavor of configuration we can think of. The odd part is that it appears to be worki

Re: Jenkins 5.0.8 Git Broken Again

2013-03-26 Thread Jared Griffith
Found it, for those keeping track: https://issues.jenkins-ci.org/browse/JENKINS-17204 I'm not sure whether or not it should be opened again as this seems to be something with Jenkins in particular as opposed to the plug ins. On Tue, Mar 26, 2013 at 4:23 PM, Jared Griffith wrote: > I was trying to

Removing additional "Transfer Sets" without deleteing the whole build step?

2013-03-26 Thread David Brossard
Hey all, When I setup a build step to send files to an SSH or windows CIFS share, and I add multiple transfer sets under a server, how can I delete just one of the transfer sets without deleting the whole server/build step? There is no option for it, and leaving it blank will cause the job to g

Re: Jenkins 5.0.8 Git Broken Again

2013-03-26 Thread Jared Griffith
I was trying to look for the Jenkins + Git issue in Jira, but couldn't find the one that was resolved last week. On Tue, Mar 26, 2013 at 3:25 PM, Jared Griffith wrote: > Sure, thankfully I had at least one build with 1.508, here's the error > when doing a git checkout: > http://pastebin.com/1fF0u

Re: Publish with SSH always creates extra nested folder

2013-03-26 Thread David Brossard
Thanks Hooky. That's what I was looking for. On Tuesday, March 26, 2013 3:30:46 PM UTC-7, old hooky wrote: > > Quoting David Brossard >: > > > Hi all. New to Jenkins. So far it seems pretty straight forward but I > have > > one nagging problem I can't solve. I am trying to publish all files in

Deploy to Windows CIFS share including all subfolder/recursivley

2013-03-26 Thread David Brossard
Hi all, I am experimenting publishing files to w windows share using the "Send Files to a Windows Share" build step. When I do however it only send the files at the top level of my source directory, not the subfolder as well. My source files command line is something like: myfolder/*.* A

Re: Publish with SSH always creates extra nested folder

2013-03-26 Thread Bap
Quoting David Brossard : Hi all. New to Jenkins. So far it seems pretty straight forward but I have one nagging problem I can't solve. I am trying to publish all files in a folder on a remote server with the same folder name but add the Build Info so it never overwrites the previous folder. I wi

Re: Jenkins 5.0.8 Git Broken Again

2013-03-26 Thread Jared Griffith
Sure, thankfully I had at least one build with 1.508, here's the error when doing a git checkout: http://pastebin.com/1fF0uuEW It was the same that I was seeing with 1.507 and 1.2 git and 1.04 git client plug ins. On Tue, Mar 26, 2013 at 3:18 PM, Slide wrote: > Can you be more descriptive of w

Re: Jenkins 5.0.8 Git Broken Again

2013-03-26 Thread Slide
Can you be more descriptive of what is not working in 1.508? On Tue, Mar 26, 2013 at 3:14 PM, Jared Griffith wrote: > Yes, sorry, I always over look the 1- :/. > 1.507 = works > 1.508 = no worky again, even with the latest git-client plugin (1.05). > > > On Tue, Mar 26, 2013 at 3:02 PM, Slide w

Re: Jenkins 5.0.8 Git Broken Again

2013-03-26 Thread Jared Griffith
Yes, sorry, I always over look the 1- :/. 1.507 = works 1.508 = no worky again, even with the latest git-client plugin (1.05). On Tue, Mar 26, 2013 at 3:02 PM, Slide wrote: > Can we assume you mean 1.507 and 1.508? > > > On Tue, Mar 26, 2013 at 3:00 PM, Jared Griffith < > jgriff...@picsauditing.

Re: Jenkins 5.0.8 Git Broken Again

2013-03-26 Thread Slide
Can we assume you mean 1.507 and 1.508? On Tue, Mar 26, 2013 at 3:00 PM, Jared Griffith wrote: > I just tried to upgrade to Jenkins 5.0.8 and the Git stuff is broken > again. Please be advised, do not upgrade to the latest version. I was > going to submit a bug regarding this, but I had to qui

Re: PRQA Plugin

2013-03-26 Thread Jens Brejner
Hi Klaus. I have created the issue for you here: https://issues.jenkins-ci.org/browse/JENKINS-17372 Best regards Praqma Support On Tuesday, March 26, 2013 2:26:03 PM UTC+1, Kuhnert, Klaus (extern) wrote: > > Hi, > > > > I’ve updated to PRQA 1.2.0, since that I got following message: > > FA

Re: trigger and monitor status of build on remote jenkins

2013-03-26 Thread tetlika
awesome, thanks Jerry, I'll try it out On 26 Бер, 18:49, Jerry wrote: > You have your pick of lastBuild, lastCompletedBuild, lastFailedBuild, > lastStableBuild, lastSuccessfulBuild, lastUnsuccessfulBuild, and possibly > others. You will find all this data > inhttp://jenkins.node.com:80/job/api-t

Re: Xvnc plugin

2013-03-26 Thread J Arrizza
I had a similar (but not exactly the same) problem on Ubuntu 10.04. I solved it by using this command line: /usr/bin/Xvfb :$DISPLAY_NUMBER -ac -screen 0 1024x768x16 Set it in Manage Jenkins | Xvnc | Command Line. The Xvfb utility is part of the xvnc4server package. In my case, without it, Xvnc

Re: Workspaces and slave nodes

2013-03-26 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
This is my use case as well (slaves on EC2), and you are correct. I wouldn't want to copy the entire workspace to the master after every job (that would be quite time and disk space consuming), but not having it available later is annoying. I've got items on my to-do list to investigate whethe

Re: main config changes programatically?

2013-03-26 Thread J Arrizza
Yes, the job configs are working great. But getting the root config.xml is not working. I've tried a bunch of things: xx/jenkins/api/xml xx/jenkins/api/xml?depth=1 xx/jenkins/api/xml?depth=2 xx/jenkins/api/xml?depth=999 xx/jenkins/config.xml xx/jenkins/api/config.xml xx/jenkin

Re: Workspaces and slave nodes

2013-03-26 Thread Moore, Robert
OK, thanks for the explanation. In the case of using EC2 slaves that come and go quite frequently this seems to be problematic. I see there is a plugin that allows for copying from a slave to a master but even then it seems unlikely the workspace link would function correctly. On Tue, Mar 26, 201

Re: Multi-configuration job only has one configuration - "Default"

2013-03-26 Thread David Brossard
Awesome Thanks. I see the need for a "Target". On Tuesday, March 26, 2013 12:13:58 PM UTC-7, ogondza wrote: > > Have a look at [1]. You need to configure some values for configuration > axes. > > [1] https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project > > -- > oliver > --

Re: Multi-configuration job only has one configuration - "Default"

2013-03-26 Thread oliver gondža
Have a look at [1]. You need to configure some values for configuration axes. [1] https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Multi-configuration job only has one configuration - "Default"

2013-03-26 Thread David Brossard
I have been looking around but have not found any tutorial or information on creating additional configurations for a multi-configuration. Does any one have a good link? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe f

Re: Workspaces and slave nodes

2013-03-26 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Yes, this is how it is expected to work. Access to the workspace is performed through the open connection to the Jenkins slave on the node; the workspace is not copied to the Jenkins master. This causes problems in some areas; for example, the Warnings plugin does not copy referenced source file

Re: Workspaces and slave nodes

2013-03-26 Thread Scott Evans
I see the same behavior and certainly assume it is by design. The workspaces are likely still there and can be accessed directly if you're on that node itself, just not through Jenkins. Scott On Tue, Mar 26, 2013 at 12:30 PM, Robert Moore wrote: > This behavior seems new to me but perhaps I've

Workspaces and slave nodes

2013-03-26 Thread Robert Moore
This behavior seems new to me but perhaps I've just overlooked it in the past. We are building slave nodes and after the nodes have gone offline are not able to access the workspace (we see "Error: no workspace" when trying to access it). Is this by design or a bug? Thanks, Rob -- You receiv

Re: trigger and monitor status of build on remote jenkins

2013-03-26 Thread Jerry
You have your pick of lastBuild, lastCompletedBuild, lastFailedBuild, lastStableBuild, lastSuccessfulBuild, lastUnsuccessfulBuild, and possibly others. You will find all this data in http://jenkins.node.com:80/job/api-tests/api/xml. -- Jerry On Tuesday, March 26, 2013 12:09:15 PM UTC-4, tet

Re: trigger and monitor status of build on remote jenkins

2013-03-26 Thread tetlika
thanks for reply Jerry! But how will I know what number has my task which I've triggered? also, maybe this would be easier if I'm trigerring build also from jenkins? On 26 Бер, 18:06, Jerry wrote: > Add api/xml or api/json to the end of your URL > (e.g.http://jenkins.node.com:80/job/api-tests/

Re: Xvnc plugin

2013-03-26 Thread Urivan Flores
Set the HOME env variable to the home directory of the user running jenkins. Regards, -Urivan On Mar 26, 2013 6:47 AM, "haglo" wrote: > I have jenkins 1.506 under ubuntu 12.10 > > I start Jenkins as Standalone Server with the following command: > java -jar /lunifera/jenkins/jenkins.war --httpPo

Re: trigger and monitor status of build on remote jenkins

2013-03-26 Thread Jerry
Add api/xml or api/json to the end of your URL (e.g. http://jenkins.node.com:80/job/api-tests/12/api/xml for build 12) and parse the *result* element out of that. -- Jerry On Tuesday, March 26, 2013 11:58:24 AM UTC-4, tetlika wrote: > > I need to run task on remote jenkins, and verify remotely

trigger and monitor status of build on remote jenkins

2013-03-26 Thread tetlika
I need to run task on remote jenkins, and verify remotely if it succeed or failed how can I do that? P.S. I have found that I can do that by curl call e.g.: curl --silent --user jenkins:password' --head 'http://jenkins.node.com: 80/job/api-tests/build' this triggers build on project api-tests,

Status Code: 500

2013-03-26 Thread Kuhnert, Klaus (extern)
Hi again, it’s a general problem since I’ve updated Jenkins I have now in every job this: Status Code: 500 Exception: org.apache.commons.jelly.JellyTagException: jar:file:/C:/Program Files/Jenkins/war/WEB-INF/lib/jenkins-core-1.508.jar!/hudson/model/Job/permalinks.jelly:32:48: Error l

Help - Jenkins LDAP config

2013-03-26 Thread Eduardo Dias
Hi All, I am new with Jenkins an I have googled a lot trying to find some that help me to configure LDAP or AD in Jenkins without success. Anyone has some tips to help me? Regards, Eduardo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Xvnc plugin

2013-03-26 Thread haglo
I have jenkins 1.506 under ubuntu 12.10 I start Jenkins as Standalone Server with the following command: java -jar /lunifera/jenkins/jenkins.war --httpPort=8083 --logfile=/var/log/jenkins/jenkins.log I user the plugin Jenkins Xvnc I have setup this plugin how described in this blog: http://blog.

PRQA Plugin

2013-03-26 Thread Kuhnert, Klaus (extern)
Hi, I've updated to PRQA 1.2.0, since that I got following message: FATAL: Error looking up function 'CreateSymbolicLinkW': The specified procedure could not be found. java.lang.UnsatisfiedLinkError : Error loo

Re: main config changes programatically?

2013-03-26 Thread Nathan Overbey
Have you tried posting it to /config.xml ? I know that works for /job/xyz/config.xml On Tuesday, March 26, 2013 12:20:05 AM UTC-4, JohnA wrote: > > Hi, > > I have all my jobs configured via scripts and so all that remains for a > full automated configuration is a few things in the main config.x

Re: how do we intentionally fail a job run in Post build task

2013-03-26 Thread Geoff Cummings
Sounds like this is what you need: This plugin lets you search keywords in the files you specified and/or the console, and use that to downgrade a "successful" build to be unstable or a failure. https://wiki.jenkins-ci.org/display/JENKINS/Text-finder+Plugin On Tuesday, 26 March 2013 06:05:27

Re: Multijob, multi-configuration plugins help

2013-03-26 Thread Bruno Cunha
Hello! What you need is Multi-Configuration Job (you can choose this option in "New Job" page). Probably you have a slave in which OS, right? What you'll do is to use labels in the node configurations to specify the operational system of each one. After that, you can use this information on the M

Multijob, multi-configuration plugins help

2013-03-26 Thread profiletesting12
Hi, I'm new to Jenkins and require help to configure jobs using the following plugins: 1.Multijob plugin Usage as below: Phase 1: To generate build and deploy Phase 2- Run tests and generate report 2) multi-configuration plugin: Usage: To run Selenium Grid tests in multiple platforms(Windows,

Re: Jenkins and Maven and Nexus, oh my!

2013-03-26 Thread teilo
On Friday, 22 March 2013 14:44:31 UTC, frankg...@gmail.com wrote: > Hi All, > > > I'm new to Jenkins and would like a little advice on how best to build, > promote, tag and release maven projects that we have in Git. > > > For re-usable library components, I envision the following: > > > Library

Re: Copy Artifact from slave to master (ssh plugin) seems to take forever

2013-03-26 Thread David Mata
I have had the same problem for months. Did you solve them? -- 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 mo

Re: how do we intentionally fail a job run in Post build task

2013-03-26 Thread syamimi mokhtar
You can use fail the build plugin. On Tue, Mar 26, 2013 at 2:05 PM, Z W wrote: > Hi All > > How do we intentionally fail a job run in Post build task in the > script section after the condition passed ? > ie how do we report back to the job that we should fail the run since > we found a text in