Re: How do I protect a job but publish the results?

2014-08-08 Thread Raine Nguyen
Thank you, I ended up using the Role plugin for that which was super easy to use. Thanks so much. On Friday, August 8, 2014 12:09:37 AM UTC+7, Daniel Beck wrote: Use (Project-based) Matrix Authorization Strategy and optionally enable the artifact permission by setting the Java system

Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread david guetta
Hello there, I have got a bitbucket repository and git installed. I wan to to connect my bitbucket with jenkins and vice versa. However, it does not work. I get this error in my Jenkins project: Failed to connect to repository url : Error performing command: C:\Program Files (x86)\Git\cmd

Active directory ADSI issue

2014-08-08 Thread dennys
We run Jenkins 1.554.3 on a Windows Server 2008 32-bit with Active Directory plugin. And we just migrate to a new Windows Server 2008 R2 64-bit server. Nothing is changed, we just zip and copy to the new server. When I click the test button in the configuration

Re: Violations plugin + perlcritic

2014-08-08 Thread J . M . Castroagudín Silva
For the sake of completion and information, I'll leave this response here: Everything is solved. In fact, it would have worked all the way if we weren't running 'perlcritic' from inside a sub-folder of the project. In some point, we changed the script we were using to something like: cd

Multijob-plugin: always execute last phase (even after failures)

2014-08-08 Thread felix drueke
Hi, I successfully configured a chain of jobs using the Multijob plugin, making it so, that following jobs are not run after a failure. However the last phase is sort of a cleanup job (which stops a system previously started by an earlier phase). I always want to run that cleanup job

Git polling does not work

2014-08-08 Thread Sidoine De Wispelaere
Hello, I try to setup Jenkins for our project. We use a Git repository hosted by a TFS server (which only supports HTTP). Everything run on Windows. Only one branch is monitored (test_branch in the example bellow). When I manually start a build, it works nicely, but the Git polling does not

Re: setting jenkins working and install directory

2014-08-08 Thread LynnJY.LU
Hi, -Is it also possible to set the directory where it expands/install? Yes, you can use -DJENKINS_HOME=D:\Jenkins in your install command line. -how can I be sure to setup the working directory? In job configuration, there's a column Use Custom workspace in Advanced Project Options. You can

Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread david guetta
The full error seems to be related to not able to verify GIT_SSH credentials even though I receive authentication succeeded. C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10 using GIT_SSH to set credentials C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress

Re: Git polling does not work

2014-08-08 Thread Mark Waite
If the Jenkins build works without polling, then you could try adding the additional behaviour Polling requires a workspace. That uses the slave which contains the workspace to pill instead of using git ls-remote on the master. Mark Waite On Aug 8, 2014 4:06 AM, Sidoine De Wispelaere

Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread Mark Waite
I think you are listing a directory in a field which needs the git executable. That output should have cmd\git or cmd\git.exe or bin\git or bin\git.exe Mark Waite On Aug 8, 2014 1:40 AM, david guetta mrsilents...@gmail.com wrote: Hello there, I have got a bitbucket repository and git

Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread Mark Waite
You might also try using bin rather than the cmd version of git On Aug 8, 2014 1:40 AM, david guetta mrsilents...@gmail.com wrote: Hello there, I have got a bitbucket repository and git installed. I wan to to connect my bitbucket with jenkins and vice versa. However, it does not work. I

Re: How to use Measurements Plot Plugin?

2014-08-08 Thread Jon Schewe
I would suggest you look at the plot plugin: https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin. If you're writing the time to a file, it should be pretty easy to modify to write to a properties file. I had a discussion on the list a couple of weeks ago about how to this this plugin up. You

Re: Git polling does not work

2014-08-08 Thread Sidoine De Wispelaere
I tried it and it solves the problem, thank you. 2014-08-08 13:42 GMT+02:00 Mark Waite mark.earl.wa...@gmail.com: If the Jenkins build works without polling, then you could try adding the additional behaviour Polling requires a workspace. That uses the slave which contains the workspace

Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread Mark Waite
You might try creating a job with no SCM which attempts git commands to that bitbucket repository. It will fail initially because the authentication won't match. However, it may provide you more verbose output to diagnose why the authentication is failing. Are you using a private key which

False positive on Jenkins builds. How to address.

2014-08-08 Thread Albert Tresens
Hi, I am trying to optimize the triaging time on jenkins failues caused by false positives. There is a percentage of failures that are always self healed after subsequent builds. Mostly dependent on the underlying OS or some resource factors. Does someone followed any specific approach to

Re: False positive on Jenkins builds. How to address.

2014-08-08 Thread Mark Waite
We found that random failures in tests caused the team to ignore test failures until there were two or more failures in a row. Unfortunately, that meant they were delaying fixing the problems until there were several cycles of failures, which tended to compound the failures. Ultimately we

RE: False positive on Jenkins builds. How to address.

2014-08-08 Thread Rob Mandeville
Ugh, intermittent test failures. I lived in that jungle for years. In a previous life, my company used Jenkins to drive a complete homebrew solution. We wrote a tool to parse the log and write to database, wrote a webapp to read the database and let you know what failed, even wrote a tool to

Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-08 Thread Eric Smalling
Clarification to my post: the post-build mvn findbugs:findbugs step is using Maven 3.1.1 while the main build is 3.2.1 (probably obvious - but wanted to be clear why it's a post step) On Friday, 8 August 2014 11:17:11 UTC-5, Eric Smalling wrote: I'm trying to find a workaround for

Jenkins Publish over SSH issue

2014-08-08 Thread Dwayne E Carter
I am trying to execute an command via SSH using the Publish over SSH plugin, but this is the output I am getting: SSH: Connecting from host [SVN] SSH: Connecting with configuration [wasapp-t03] ... SSH: EXEC: STDOUT/STDERR from command [ssh -t -t jenkins@wasapp-t03.xxx uname