Upload artifacts to DropBox/Google drive ?

2014-07-20 Thread Kaido Kert
Hi, Is there an existing way to get artifacts published on either GoogleDrive or Dropbox ? Amazon S3 buckets and GoogleStorage are there of course, but thats not quite what i want. If its somehow possible through one of the CIFS/Samba plugins, that would work, too. -kert -- You received thi

Re: Upload artifacts to DropBox/Google drive ?

2014-07-20 Thread طلال Anthony-Peter-Thomas رابعة
Install Dropbox on the Jenkins master and publish by copying to the appropriate Dropbox directory? > On Jul 20, 2014, at 1:21 PM, Kaido Kert wrote: > > Hi, > > Is there an existing way to get artifacts published on either GoogleDrive or > Dropbox ? > Amazon S3 buckets and GoogleStorage are th

Re: Upload artifacts to DropBox/Google drive ?

2014-07-20 Thread Kaido Kert
Somehow i didnt think of that, as the Jenkins master is entirely headless box. But it could be set up, yes http://www.dropboxwiki.com/tips-and-tricks/install-dropbox-in-an-entirely-text-based-linux-environment Same should be possible with Grive for google drive i guess. On Sunday, July 20, 2014

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2014-07-20 Thread roman . pickl
Hey Mike, I succeeded with https://github.com/xhaggi/deploy-plugin after switching the log4j jar in the jenkins war. However, this is not the solution I was looking for :/ Kind regards, Roman On Friday, July 18, 2014 10:00:36 AM UTC+2, Michael Nothhard wrote: > > I have not tried the fork myself

Re: Build is still running but marked as failure

2014-07-20 Thread abhinavn
The solution to this is to increase build-pipeline refresh to large value, i set it to 30 seconds. I have not see this happen again On Friday, July 18, 2014 4:53:02 PM UTC-7, abhinavn wrote: > > Hi > > I have lot of integration tests and as the tests keep running if another > job starts on same

SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-20 Thread Tim Myerscough
Hi, I'm trying to connect to a Mac from a Jenkins 1.558 instance running on Windows 7 using the SSH plugin. I am getting the following log messages: Jul 21, 2014 10:21:39 AM org.jvnet.hudson.plugins.SSHBuildWrapper$DescriptorImpl doLoginCheck SEVERE: Auth fail Jul 21, 2014 10:21:39 AM org.jvne

Re: SSH Plugin - "Cannot Connect to server" but credentials are correct.

2014-07-20 Thread Tim Myerscough
I've found a solution by configuring an SSH Keyfile. Has anyone else experienced issues with username/password authentication issues with the SSH Plugin? On Monday, 21 July 2014 10:33:22 UTC+8, Tim Myerscough wrote: > > Hi, > > I'm trying to connect to a Mac from a Jenkins 1.558 instance running

Re: Can i revert back the commit in git if the build fails in jenkins or bamboo?

2014-07-20 Thread Sumit Kumar
Is there any other option available?? Writing hooks/scripts for checking if Build Fails or not in jenkins?? On Friday, July 18, 2014 5:25:07 PM UTC+5:30, Mark Waite wrote: > > I am not aware of any Jenkins plugin that will revert changes on a failed > build. > On Jul 18, 2014 5:48 AM, "Sumit Kum