Re: Chaining Security Realm for fallback

2014-06-11 Thread alex ouzounis
Hi Momin, I would be really interested to know if you found an answer to your question. I have a similar issue I am trying to resolve. Many thanks, Alex On Wednesday, March 5, 2014 4:28:35 AM UTC, Momin wrote: > > Hi Guys, > > Does jenkins have a fallback mechanism for its security realm?

Re: JAVA_HOME on Mac Mavericks

2014-03-30 Thread alex ouzounis
To have your Mac pickup the latest Java installed you can do: #export JAVA_HOME export JAVA_HOME=`/usr/libexec/java_home` PATH=$PATH:$JAVA_HOME/java You can find more information about this utility here: https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man1/java_h

Re: Java Version 7, Update 45 warning every time I try starting the slave

2014-02-03 Thread alex ouzounis
This is what we do. We have a script that launches the slave which fetches the slave.jar from the master and uses that. example: #!/bin/bash rm slave.jar wget $JENKINS_MASTER_URL/jnlpJars/slave.jar source ~/.bash_profile java -jar slave.jar Alex On Monday, February 3, 2014 12:46:35 PM UT

Get User that approved a promotion

2013-12-22 Thread alex ouzounis
Hi all, Is there a way to get the user that promoted a build programmatically ? I know I can get the promoted_url/id/svn_revision etc but I cannot see how I can get the user that made the promotion. The promotion status view shows the user, so it must be possible, It would be nice to use this

Re: [1.509.1 LTS] Massive performance issues

2013-05-19 Thread alex ouzounis
Hi all, Was facing the same issue with lazy-loading. Updated to 1.511 which includes a fix for issue 16845 and the issue is gone for me. Alex On Sunday, May 19, 2013 7:13:19 PM UTC+1, jcsirot wrote: > > Hello Steffen, > > Yes, I'm facing t

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

2013-02-11 Thread alex ouzounis
anyone experiencing similar issues ? Alex On Thursday, February 7, 2013 8:01:50 PM UTC, alex ouzounis wrote: > > Hi all, > > I have a job on Jenkins 1.500 that runs on a slave and produces 5 tiny > files which are then copied as artifacts. > The slave is connected via the S

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

2013-02-07 Thread alex ouzounis
Hi all, I have a job on Jenkins 1.500 that runs on a slave and produces 5 tiny files which are then copied as artifacts. The slave is connected via the SSH plugin. The files are of a total size less than 1 Mb and the job seems stuck in Copying Artifacts for hours... The same job was last run a

Re: Jenkins doesn't work with Eclipse Mylyn

2012-09-06 Thread alex ouzounis
any news for a possible fix ? Alex On Tuesday, August 7, 2012 3:31:22 PM UTC+3, Stepan Vavra wrote: > > Hello, > I've found that the problem is with the Winstone web server. > When I deploy Jenkins to Jetty or Tomcat, everyting is fine. > > So the resolution is that Jenkins should have used worki