Shared Perforce workspace

2014-03-20 Thread jpsteinmetz
Hello, I have a Jenkins master that is set up share the same workspace for Perforce. This is primarily because the depot is more than 40GB in size and syncing this per job is prohibitive. The jobs are also set up to share a single Perforce client workspace where each job modifies the client vie

Re: "It appears that your reverse proxy set up is broken."

2014-03-20 Thread Les Mikesell
On Thu, Mar 20, 2014 at 11:28 AM, wrote: > If you are on Linux, It's much easier to use iptables instead of standing up > httpd just to proxy. > > > > iptables -t nat -I PREROUTING --src 0.0.0.0/0 --dst 0.0.0.0/0 -p tcp --dport > 80 -j REDIRECT --to-ports 8080 > But both of those approaches forc

Re: Cannot write file to disk using the build Flow plugin

2014-03-20 Thread Les Mikesell
On Thu, Mar 20, 2014 at 12:19 PM, James Nord (jnord) wrote: > Attempting to do this is a bad idea for the future. > > > > The workspace does not exist in the latest version of the plugin (and having > it allowed people to abuse its functionality from being an orchestrator.) > Is there an alternat

Build flow build failed

2014-03-20 Thread Igor Kostenko
Hello all, I'm trying to use build flow plugin, but getting build failure: Building on master in workspace /home/jenkins/jobs/QAF_103_All/workspace parallel { Schedule job QAF_103_Build_Solaris64 Schedule job QAF_103_Build_Windows

RE: Cannot write file to disk using the build Flow plugin

2014-03-20 Thread James Nord (jnord)
Attempting to do this is a bad idea for the future. The workspace does not exist in the latest version of the plugin (and having it allowed people to abuse its functionality from being an orchestrator.) /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On

Re: Cannot write file to disk using the build Flow plugin

2014-03-20 Thread slopes321
I can write to a file successfully by adding the Jenkins workspace to the path. try something like this: workspace = build.environment.get("WORKSPACE"); new File("${workspace}/foo.ini").withWriter { out -> out.writeLine("this is a test") } On Tuesday, March 4, 2014 3:59:29 AM UTC-8, dev

Re: "Send to committers" missing option

2014-03-20 Thread Slide
For sending to all committers since last successful build, you need to check the culprits box as well. On Thu, Mar 20, 2014 at 9:03 AM, kgiloo wrote: > Thanx for the info. > This is what i assumed at first, but unfortunatelly i see it does not send > build failure notifications to all commiters

Mail Watcher Plugin or Node Offline Notification plugins

2014-03-20 Thread VFloyd
I really need a way to know if any of our build servers (slaves) go offline. I have tried installing the Mail Watcher Plugin & Node Offline Notification plugins (at separate times). Our Jenkins install fails to come back up after installing either of these plugins. We are running Jenkins ver

RE: "It appears that your reverse proxy set up is broken."

2014-03-20 Thread Arthur_Herman
If you are on Linux, It’s much easier to use iptables instead of standing up httpd just to proxy. iptables -t nat -I PREROUTING --src 0.0.0.0/0 --dst 0.0.0.0/0 -p tcp --dport 80 -j REDIRECT --to-ports 8080 From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Beha

Re: Block builds based on parameters

2014-03-20 Thread Marc MacIntyre
Will this solve your problem? https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin On Thu, Mar 20, 2014 at 5:17 AM, David Campos wrote: > Hi all, > > I have a scenario that I am not able to solve without some downsides. I > don't know if my workflow is currently suppor

"It appears that your reverse proxy set up is broken."

2014-03-20 Thread Dennis Jacobfeuerborn
Hi, I just installed a fresh Jenkins behind Apache httpd and while Jenkins is available it tells me "It appears that your reverse proxy set up is broken." but I don't know why. This is my httpd config: ServerName jenkins.local ProxyRequests Off ProxyPreserveHost On ProxyPass

Re: "Send to committers" missing option

2014-03-20 Thread kgiloo
Thanx for the info. This is what i assumed at first, but unfortunatelly i see it does not send build failure notifications to all commiters since last successful build. I can't even determine what is the logic used by jenkins behind this. It should be: rev #1 -> OK rev #2 -> commited by 'ab', F

Templating and substituting SVN paths

2014-03-20 Thread Maureen Barger
I want to template a maven build job. The build job itself would contain string variables with the SVN paths. The template has SVN URLs defined with the variables in the build job. It also contains several execute shell blocks and groovy blocks. With this setup I cannot define the template job in t

Re: The result of the email template testing is different in different web browsers

2014-03-20 Thread Levski
Well, my email template is writtern in HTML format. When I reads the content of the HTML email body, I found that the page contained no failure cause, so it cannot be the email client's fault. And I've no idea what's going on. :-( Is there any debug options which could show me the whole procedure

Jenkins Node faild in startup

2014-03-20 Thread Андрей Семенов
Hello. I have a Windows vds, which i want to use as a jenkins slave. But it crashes when jre agent start. The error is: мар 20, 2014 5:44:56 PM hudson.remoting.SynchronousCommandTransport$ReaderThread run SEVERE: I/O error in channel channel java.net.SocketException: Connection reset at java

Re: "Send to committers" missing option

2014-03-20 Thread k . thieling
Having Developers checked should do the trick for you: - Original Message - From: "kgiloo" To: jenkinsci-users@googlegroups.com Sent: Thursday, March 20, 2014 7:20:11 AM Subject: Re: "Send to committers" missing option enclosed what i have in my configuration... On Thursday,

Re: "Send to committers" missing option

2014-03-20 Thread Slide
Committers is now Developers, the documentation just hasn't been updated I guess. On Thu, Mar 20, 2014 at 5:11 AM, kgiloo wrote: > > In the > Email-ext > plugin > There is supposed to b

Re: "Send to committers" missing option

2014-03-20 Thread kgiloo
enclosed what i have in my configuration... On Thursday, March 20, 2014 1:14:45 PM UTC+1, kgiloo wrote: > > > > On Thursday, March 20, 2014 1:11:14 PM UTC+1, kgiloo wrote: >> >> >> In the >> Email-ext >> plugin

Block builds based on parameters

2014-03-20 Thread David Campos
Hi all, I have a scenario that I am not able to solve without some downsides. I don't know if my workflow is currently supported or not so I search for your help. *Scenario:* *Compilation job:* Maven job that executes unit tests and creates deliverables *Deploy job:* Capistrano deployment tha

Re: "Send to committers" missing option

2014-03-20 Thread kgiloo
On Thursday, March 20, 2014 1:11:14 PM UTC+1, kgiloo wrote: > > > In the > Email-ext > plugin > There is supposed to be such an "trigger" option: > ... > *Send to Committers* - Check th

"Send to committers" missing option

2014-03-20 Thread kgiloo
In the Email-ext plugin There is supposed to be such an "trigger" option: ... *Send to Committers* - Check this checkbox In my configuration, I have only this: Where are the "

Re: Looking for tips for profiling CPU and memory use of jobs

2014-03-20 Thread Baptiste Mathus
As Jenkins can basically run anything, I'm not sure you'll be able to find a somehow generic way/plugin to monitor these things (which moreover are specific to the job being run plus the system on which it's running). IMO, your best part is indeed manually doing some top calls and the likes during

Re: SCM Polling fails: Cannot run program "cleartool"

2014-03-20 Thread Amir Misgav
use full path to cleartool. Example :"C:/Program Files/IBM/RationalSDLC/ClearCase/bin/cleartool.exe Amir -- 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 jenki