Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-13 Thread Vladimir Zak
Hi, I have a look at it but it is not so clear to me why I should use that? What are the advantages of the usage of it? Thank you. zakyn 2012/12/13 Clemens : > Hi, > > have you just thought about using "Artifactory" ? > > > Am Donnerstag, 13. Dezember 2012 07:39:52 UTC+1 schrieb zakyn: >> >

Re: Slave setup questions...

2012-12-13 Thread Jeff
Thanks...I'm not worried about the master and I know I don't need Tomcat, but that is how we have been deploying the master. I'm now trying to configure/add slaves and the settings for the Master don't directly translate to the slaves, at least in ways that are obvious. For example, I told the ma

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Scott Evans
Not sure what OS you're running on, but could it be that the user that the Jenkins agent is running as might not have permissions to access network resources to do a DNS lookup? Seems odd, but that's the only thing that comes to mind for this case. Scott On Thu, Dec 13, 2012 at 7:29 PM, mwpowell

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
Don't know what happened. Turns out it was a strange DNS issue (as folks pointed out). What makes it strange is why it would fail for Jenkins and still succeed for a command line Git Bash. To workaround I added an entry in my hosts file and that has "fixed" at least my part of the issue. Still

[ANN] looking for speakers in various parts of the world Jan 2013

2012-12-13 Thread Kohsuke Kawaguchi
Hi, I'm doing a little bit of world tour next January. As a part of it, I'm trying to do small meet-ups in places that we don't normally do them. To attract more people, I'm looking for people willing to come present in those events. It can be a talk of any size --- more than anything else

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
No, Jenkins is running on the same machine as my day to day development. Not the best of ideas I know. For the second part, yes, I can clone from a command line or Git Bash. On Thursday, December 13, 2012 5:44:40 PM UTC-6, Andrew Melo wrote: > > I mean, presumably the machine you work on day to

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Andrew Melo
I mean, presumably the machine you work on day to day isn't the machine your Jenkins slaves run on (since it seems like you have a larger install) If you SSH to your Jenkins master/slaves, can you clone from them? Andrew Melo Sent from my secret fortress. On Dec 14, 2012, at 0:17, mwpowell

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
How do you mean, "connect to your slaves, clone manually"? From a command line or Git Bash? Yes, I can clone manually with the same (copy and paste) SSH URI. On Thursday, December 13, 2012 4:33:12 PM UTC-6, Andrew Melo wrote: > > On Thu, Dec 13, 2012 at 11:24 PM, mwpowellhtx > > > wrote: > >

Repost - Install/uninstall plugin impact

2012-12-13 Thread zw
Hi When a plugin is installed and used for a while, but we decide to not use that plugin anymore and like to uninstall it. Would that plugin still work with old data if we again decide to reinstall it, after uninstalling it the first time ? Would the history files of that plugin be lost and unre

Subversion - Tag build from workspace

2012-12-13 Thread Daniel Becroft
Hi, In Jenkins, I can select a build, and tag it in Subversion. However, this creates the tag from the repository URL, so it skips any files (version.h, etc) that might have been modified. Is there a way to get Jenkins to create the tag from the workspace? Cheers, --- Daniel Becroft

Re: Cron Style Syntax for Overnight Builds for Non-Consecutive Hour Ranges

2012-12-13 Thread Jeremy Rosenberg
Any other thoughts on this? I would like to do the same. On Thursday, November 8, 2012 5:30:31 PM UTC-5, Chris Wozny wrote: > > If I put two lines with two ranges, will that not kick off a build for > each line? And also, how will the staggered build with the 'H' syntax be > calculated if there

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Andrew Melo
On Thu, Dec 13, 2012 at 11:24 PM, mwpowellhtx wrote: > And I can assure you it's not. I copy and paste the exact same address on > the command line, and I can clone from the command line. Only Jenkins is now > consistently failing across the board for jobs that were previously > succeeding. > > We

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
And I can assure you it's not. I copy and paste the exact same address on the command line, and I can clone from the command line. Only Jenkins is now consistently failing across the board for jobs that were previously succeeding. We're speculating whether repositoryhosting.com (our host) has s

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Scott Evans
The error would indicate to me that it can't find the host where your repo is, whether a typo in that variable setting that's not getting resolved through your nameserver, or some sort of network issue, most likely. On Thu, Dec 13, 2012 at 3:47 PM, mwpowellhtx wrote: > To clarify, I've edited

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
To clarify, I've edited the actual names out. The names are there, it was working earlier. Now suddenly it has stopped working. A colleague of mine and I are wondering whether it's a SSH thing, or perhaps there's a limit set by our host, or something. On Thursday, December 13, 2012 3:43:44 PM U

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
I'm not sure what you mean. Can you be more specific? It's possible something got unset, but like I said, it was working all day until just now. On Thursday, December 13, 2012 3:38:27 PM UTC-6, SA Evans wrote: > > Looks like you're missing an environment setting for repo-host > > Scott > > On Thu

Re: Jenkins Git suddenly stopped working

2012-12-13 Thread Scott Evans
Looks like you're missing an environment setting for repo-host Scott On Thu, Dec 13, 2012 at 3:35 PM, mwpowellhtx wrote: > stderr: ssh: : no address associated with name

Jenkins Git suddenly stopped working

2012-12-13 Thread mwpowellhtx
I am experiencing the following error(s). I've been working on build jobs today in Jenkins and polling our online repository hosting frequently. It's been working most of today until recently the past hour or two. Now suddenly I am receiving the following error(s), for one job I am currently w

Re: How to run PowerShell during job

2012-12-13 Thread Michael Powell
Yes, I believe that's the case. Not the x86 one. Using the -ExecutionPolicy did the trick from a Jenkins Job perspective. On Thu, Dec 13, 2012 at 1:32 PM, bearrito wrote: > Two things. > > 1. Windows machines have a 32bit and 64bit powershell. > 2. Jenkins will typically run on the 32-bit JVM whi

Re: How to run PowerShell during job

2012-12-13 Thread bearrito
Two things. 1. Windows machines have a 32bit and 64bit powershell. 2. Jenkins will typically run on the 32-bit JVM which means when it invokes powershell it will invoke the 32bit version. It sounds like you have Set-Execution Policy on the 64bit version but not 32bit. You might want to config

Re: Warnings-Plugin: How to access the path of current workspace?

2012-12-13 Thread Markus Schneider
I have tried it, but the parser throughs an error not knowing "$JenkinsHome" string. Am 13.12.2012 um 04:04 schrieb "Strausser, Barrett" : > You could probably do $JenkinsHome + "/jobs/" + $WorkSpace > > > > > On Wed, Dec 12, 2012 at 5:58 PM, schneim wrote: >> Hello, >> >> >> I have cr

Re: Warnings-Plugin: How to access the path of current workspace?

2012-12-13 Thread Markus Schneider
Hello Ulli, Yes the relative path does not work for me. The tmp files are generated, but are empty. Do I need a special configuration? Markus Am 13.12.2012 um 16:02 schrieb Ulli Hafner : > Actually, a relative path (starting from the workspace root) should be > resolved automatically. Doe

Re: How to run PowerShell during job

2012-12-13 Thread mwpowellhtx
This is helpful: http://jenkins.361315.n4.nabble.com/PowerShell-plug-in-question-td1468725.html After that it's the usual troubleshooting script issues from different runtime contexts. On Thursday, December 13, 2012 1:06:13 PM UTC-6, mwpowellhtx wrote: > > Hello, > > We've got some Windows Powe

How to run PowerShell during job

2012-12-13 Thread mwpowellhtx
Hello, We've got some Windows PowerShell scripts I would like to expose throughout our jobs for natural house keeping steps. I've got the Set-ExecutionPolicy set appropriately and I can run scripts apart from Jenkins through the command line, with PowerShell (i.e. context menu), etc. Running

Re: Problems with Windows Slaves: hudson.util.IOException2: remote file operation failed

2012-12-13 Thread Joshua Boyd
On 12/12/2012 5:01 PM, Strausser, Barrett wrote: Can you not install the Slave as a service on the machine? If I install the slave as a service (choosing File->Install as Windows Service in the Jenkins slave agent), won't it have the same trouble with accessing the graphical interface? Or

Re: Really corrupt build history

2012-12-13 Thread mwpowellhtx
So the corruption is rooted in operator error: I misconfigured the Jenkins builds configuration. Did a little more reading and it seems that when you set the builds directory in the Jenkins configuration to ${ITEM_ROOTDIR}/builds, this corrects the problem, is now job-specific. It would be bett

Really corrupt build history

2012-12-13 Thread mwpowellhtx
Hello, I have half a dozen or so jobs configured to run and I am finding that Jenkins build history is becoming very corrupt. We're running 1.492 in a Windows 7 Ultimate environment. Here's what I am experiencing: - From time to time my executor threads will just completely die. It usua

Re: Jenkins exception - URI has an authority component

2012-12-13 Thread bearrito
You are going to have nothing but trouble running that from a share. C# windows service have enough of a problem running from a share. Not too mention running a jvm based service that is opinionated about paths. Do yourself a favor and install it locally. On Thursday, December 13, 2012 7:04:38

Re: Warnings-Plugin: How to access the path of current workspace?

2012-12-13 Thread Ulli Hafner
Actually, a relative path (starting from the workspace root) should be resolved automatically. Does this not work in your case? Ulli Am 12.12.2012 um 23:58 schrieb schneim : > Hello, > > > I have created a custom warning parser. This works quite well. However, I > have trouble to display the

Jenkins exception with parameterizedtrigger plugin

2012-12-13 Thread alok kumar
Hi All, I tried using flexible publish plugin in my jenkins setup, but, since the time of adding that plugin and restarting jenkins, I have been encountering various exceptions related to the parameterizedtrigger plugin. When I tried to restart the server, the jenkins webpage fails to come up and

Re: artifactory - cannot deselect publish build info

2012-12-13 Thread Baruch Sadogursky
Hi Russ, I opened a bug , you are more than welcome to vote and watch :) Thanks! Baruch On Wednesday, December 12, 2012 1:52:58 AM UTC, Russ Tremain wrote: > > Hi, > > I've been experimenting with the Artifactory plugin. > > In the job configuratio

Jenkins exception - URI has an authority component

2012-12-13 Thread zakyn
Hello, I would like to start jenkins from the the remote folder something like \\Jenkins\jenkins.exe and I got the exception bellow. I use service for running it on Windows and the service is running with correct credentials. Do you have any hint where the problem could be? Thanks. zakyn

Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-13 Thread Clemens
Hi, have you just thought about using "Artifactory" ? Am Donnerstag, 13. Dezember 2012 07:39:52 UTC+1 schrieb zakyn: > > Hello, > > I have this situation. I have limited space on VM so I have to move the > results(artifacts) to the another virtual HDD (for example > \\file01\jenkins\results)

Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-13 Thread Pawel Jasinski
hi, groovy postbuild is your plugin. Example configuration: s=manager.createSummary("package.png") s.appendText( "result.msi", false) s.appendText( "result.msi", false) be aware that normal browser by default do not follow such a links. e.g. firefox - http://kb.mozillazine.org/Links_to_local_pag