Re: Pushing Git tags back to origin

2014-11-20 Thread Stephen Connolly
https://wiki.jenkins-ci.org/download/attachments/65143385/Screen+Shot+2012-10-26+at+12.26.13.png?version=1modificationDate=1351250826000 On 20 November 2014 03:48, youhour youh...@us.ibm.com wrote: Any idea how that is done? I have been searching on how to do this but has no luck... Thanks

Re: Jobs show as Pending

2014-11-20 Thread David Resnick
I've also seen this problem, I mentioned it here: https://groups.google.com/d/topic/jenkinsci-users/eetAVwKTJNU/discussion I'm also seeing a perhaps related problem where jobs with a periodic trigger are not being triggered after a while. I've opened a bug about it:

Re: Adding Windows slaves to Jenkins

2014-11-20 Thread Patricia Mendez Lorenzo
Hi Yossi, I've already followed all instructions included in the link you sent me and they do not work. The problem has appeared after the following actions: 1. We've installed a SSO front-end for login purposes into the master 2. We've passed to a https protocol for the master 3. We've

Jenkins sporadically fails to check out

2014-11-20 Thread Jan Seidel
Hi folks, I am facing a weird issue and am about to run low on ideas. Let me show you the log output: *21:13:48* hudson.util.IOException2: revision check failed on http://svn.xxx/svn/xxx/trunk http://svn.ebgroup.elektrobit.com/svn/PASA_GM-ColorRadio_HMI_internal/trunk *21:13:48*at

RE: Adding Windows slaves to Jenkins

2014-11-20 Thread Brosh, Yossi
Hi Patricia, Your master run on which os ? Your batch file in the slave should run as administrator !! The slave Configuration on Jenkins: [cid:image002.png@01D004C9.F5D99780] Check if you are admin: echo off echo USERNAME: %USERNAME% NET FILE 1NUL 2NUL echo %ERRORLEVEL% IF %ERRORLEVEL%

Last Success shows unexpected time

2014-11-20 Thread James Green
My build just completed. It took around five minutes. The Last Success time shows a time five minutes ago - presumably the time the build _began_. Am I wrong in expecting the last success to be when the last successful build _completed_? James -- You received this message because you are

Re: Last Success shows unexpected time

2014-11-20 Thread Mark Waite
I'm pretty sure Jenkins shows the build start time,rather than build end time. On Thu, Nov 20, 2014 at 5:16 AM, James Green james.mk.gr...@gmail.com wrote: My build just completed. It took around five minutes. The Last Success time shows a time five minutes ago - presumably the time the build

How to read parameters in Work-Flow plugin

2014-11-20 Thread Rupali
Hi, I am trying beta version of new work-flow plugin. https://github.com/jenkinsci/workflow-plugin I tried some basic steps to run multiple steps one after other in a workflow using Groovy CPS DSL which are working fine. But I am unable to read job parameters in in the workflow or parameters

RE: Last Success shows unexpected time

2014-11-20 Thread Rob Mandeville
Start time is more important, as it tells you which version of the source code it built and tested. It tells you that the code that was in SCM five minutes ago is good. It has no clue if the code in SCM right now can even compile. --Rob From: jenkinsci-users@googlegroups.com

AW: Last Success shows unexpected time

2014-11-20 Thread Eric Engel
Hello Jenkins Users, we want to try the new jenkins workflow-plugin. Is there any documentation besides the information from github https://github.com/jenkinsci/workflow-plugin ? Especially a simple question: How to start a parameterized job? Ideally with all parameters from the parent job.

Join plugin return results of builds from triggered jobs

2014-11-20 Thread Marko Lisica
Topic may not have apropriate title. I will try to fix it as I write my challenge. I have tested Join plugin in order to parallelise our builds in order to reduce time of build. Current job build setup we have is: BitBucket Pull Request Builder triggers on every PR, builds a project and

A svn credentials question

2014-11-20 Thread David Aldrich
Hi In one of my Jenkins jobs, I want to run 'svn ls' against the repository from which Jenkins has checked out its working copy. My svn client is compatible with Jenkins' svn working copy format. I get Jenkins to check out the working copy and then run some svn commands in the build steps.

Weekly E-mail Reports

2014-11-20 Thread Andrew Smith
Hi We're looking to use jenkins more at work and we want to increase it's visibility (of things like code coverage, number of tests, etc.). One way I thought to do this was to have a weekly jenkins report. Listing the projects, alongside some graphs and metrics. Are there any projects out there

RE: Weekly E-mail Reports

2014-11-20 Thread Dunnigan, Terrence J
Jenkins has a pretty powerful scripting API. I’ve written scripts in python to data mine some good information. For every job, add /api/ to the end of it to see the documentation. For example, https://yoursever/api/json will give you some top level information. Happy metric-ing ☺ Terry

workflow plugin start parameterized job

2014-11-20 Thread Eric Engel
Resending with correct subject -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Eric Engel Gesendet: Donnerstag, 20. November 2014 16:33 An: jenkinsci-users@googlegroups.com Betreff: AW: Last Success shows unexpected

Re: Javascript to create custom view?

2014-11-20 Thread Tom Sackett
After giving up on this, I stumbled into an acceptable answer. The Dashboard View plugin includes a iframe portlet that will display the contents of another html page. I just provide the URL, and the page served by my javascript web app appears in the Dashboard view. I'm serving the web app