Config changes not saved

2016-08-29 Thread uscengineer
After upgrading to 2.19 some most of my configs had the Build Environment section reset back to the default for all my projects. After fixing this issue by updating manually all configs once again reset with the next restart. Looking at the config-history files it looks like config changes stop

Re: Combination triggers possible?

2016-01-12 Thread uscengineer
Thanks Baptiste, While our solution works for now I will be implementing the workflows a long term solution. On Friday, December 4, 2015 at 8:52:25 AM UTC-8, Baptiste Mathus wrote: > > Might be an use case for workflow, the advantage being also that it should > let you avoid having a slave lock

Re: Connection time out issues

2016-01-12 Thread uscengineer
Thanks pablaasmo, The issue turned out to be in the Network IPS. Had to whitelist the urls I was hitting. On Tuesday, October 20, 2015 at 3:11:29 AM UTC-7, pablaasmo wrote: > > On 20. okt. 2015 10:31, uscen...@gmail.com wrote: > > My setup: > > master running on ubuntu > > 3 x slaves running

Re: Combination triggers possible?

2015-12-03 Thread uscengineer
Thanks Victor for the reply. I was able to use a work around and so far seems good enough. This is what I did. Schedule Project A to build at the top of the hour. Added a post build step to trigger a build on Project B On Project B I added a quiet period of 1200 and a pre-requisite build step to

Combination triggers possible?

2015-12-02 Thread uscengineer
Not sure if what I am trying to do is possible. Here is what I am trying to accomplish: - Project A builds at the top of the hour. - Project B needs to build 20 minutes later but only if the build in Project A passes. Can this be done? -- You received this message because you a

Using jenkins-cli to connect slave to master

2015-11-19 Thread uscengineer
I used cloudbees for a bit with multiple on premise executors. To connect the nodes we added the ssh key to our cloudbees account and then ran the following command from the node machine: java -jar jenkins-cli.jar -s https://test1234.ci.cloudbees.com on-premise-executor -fsroot /usr/share/jenkin

Connection time out issues

2015-10-20 Thread uscengineer
My setup: master running on ubuntu 3 x slaves running on OSX I am running 3 builds at one time. When I run all builds on the same slave then I have no issues. Tried it with all 3 slaves. If I run one build one each slave then I end up with connection timed out issues. Not sure why I have this

Re: Running build across slave nodes

2015-10-05 Thread uscengineer
Thanks Victor. The feedback is always appreciated. Selenium Plugin uses the old selenium grid and server setup. Our tests are basically kicked off from the slaves and run on Sauce Labs. The grid is not really needed unless it would provide a performance boost. I'll take a look at the other plu

Re: Running build across slave nodes

2015-10-05 Thread uscengineer
Thanks James. I was considering that but was not sure if that would work. Definitely will take a look. On Monday, October 5, 2015 at 11:31:48 AM UTC-7, James Nord wrote: > > workflow > > with a parallel fork will give you th

Running build across slave nodes

2015-10-04 Thread uscengineer
I am using jenkins to run selenium tests in ruby. There are 4 nodes: master + 3 slaves The current build runs all my tests on one slave. Is there a way to run one build and have the tests split across the slave nodes? I know I can split the tests into groups and run each group as a build but wou

Re: workspace question

2015-09-24 Thread uscengineer
I am using master is using ubuntu. The slaves are using osx. The way I go to the workspace is by click on the project on the dashboard. Then clicking the Workspace link. Which takes me to the workspace of only one slave. Is there a way to get to the workspace for each slave using the gui? On

workspace question

2015-09-24 Thread uscengineer
I have Jenkins setup with 3 slaves(SL1-3). However I am only to view the workspace where the first build was run. After the project was setup the first build was on SL3. We are on build 24 and I can only see the workspace for SL3 even though build have been run on all 3 slaves. Is there a settin