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 in advance.

 I was looking at the git repository checkbox in Jenkins project, it has an
 input selection for Credential  I select it to use my login id credential
 (which suppose to have all the authorities need for push).  That does not
 work.

 The next thing I will try is to set the Name and Refspec for the git
 Repository checkbox.




 --
 View this message in context:
 http://jenkins-ci.361315.n4.nabble.com/Pushing-Git-tags-back-to-origin-tp2274148p4728593.html
 Sent from the Jenkins users mailing list archive at Nabble.com.

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:
https://issues.jenkins-ci.org/browse/JENKINS-25704

- David

On Monday, November 17, 2014 7:56:27 PM UTC+2, Steve Gallagher wrote:

 Jenkins jobs show as Pending even though nothing is in front of it. But 
 the Status page shows it counting down the minutes to zero. But when it 
 gets to 0:00, nothing happens. On the dashboard, progress bar looks 
 incomplete even though countdown = 0. Estimated remaining time shows N/A. 
 This is a new glitch since we upgraded out Gerrit to 2.9.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 intalled a trusted certificate also in the master

After these 3 actions, no way to restart the windows slaves and I do not 
know which one is making the mess and providing this IOException. wget 
works, i can get the slave.jnlp file, the http address works... but this 
jnlp file is creating a exception where it was not triggered before these 3 
actions. 

Thanks so much,
BR
Patricia



El miércoles, 19 de noviembre de 2014 15:54:19 UTC+1, Brosh, Yossi escribió:

  *Hi *Patricia,

  

 First step: *read*:
 *Unable to start Jenkins Service in Windows 7 Slave machine 
 https://issues.jenkins-ci.org/browse/JENKINS-12820*   

 https://issues.jenkins-ci.org/browse/JENKINS-12820

  

 BR

 Yossi

  

 *From:* jenkins...@googlegroups.com javascript: [mailto:
 jenkins...@googlegroups.com javascript:] *On Behalf Of *Patricia Mendez 
 Lorenzo
 *Sent:* Tuesday 18 November 2014 13:28
 *To:* jenkins...@googlegroups.com javascript:
 *Subject:* Adding Windows slaves to Jenkins

  
  

 Hello all,

 just arriving to this forum, nice to be here. I have a quetion, maybe you 
 can help me. I am trying to add a windows slave to my jenkins instance. I 
 am following the instructions included in Launch Java Web Start slave 
 agent via Windows Scheduler. The master node has a proper SSL certificate, 
 however when lauching the command: 

 java -jar slave.jar -jnlpUrl 
 https://master_node:443/computer/slave_windows_hostname/slave-agent.jnlp 
 -secret long_hex_string

 (executed inside the windows slave) it tells me:

 Exception in thread main javax.net.ssl.SSLHandshakeException: 
 java.security.cert.CertificateException: No subject alternative DNS name 
 matching master server name found

 would you have an indea about what's going worng and how to solve this issue?


 Thanks so much!
 Best
 Patricia
  
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Users group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-use...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.
  

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:158)
*21:13:48*at 
hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:100)
*21:13:48*at 
hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:535)
*21:13:48*at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:652)
*21:13:48*at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1171)
*21:13:48*at 
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:499)
*21:13:48*at 
hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:415)
*21:13:48*at hudson.model.Run.run(Run.java:1362)
*21:13:48*at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
*21:13:48*at 
hudson.model.ResourceController.execute(ResourceController.java:88)
*21:13:48*at hudson.model.Executor.run(Executor.java:145)
*21:13:48*  Caused by: org.tmatesoft.svn.core.SVNCancelException: *svn: 
authentication cancelled*
*21:13:48*at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:37)
*21:13:48*at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:32)
*21:13:48*at 
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthentication(DefaultSVNAuthenticationManager.java:257)
*21:13:48*at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:552)
*21:13:48*at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:275)
*21:13:48*at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:263)
*21:13:48*at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
*21:13:48*at 
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
*21:13:48*at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
*21:13:48*at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
*21:13:48*at 
org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
*21:13:48*at 
org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:873)
*21:13:48*at 
org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
*21:13:48*at 
org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:1019)
*21:13:48*at 
org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:894)
*21:13:48*at 
org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:826)
*21:13:48*at 
hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:146)
*21:13:48*... 10 more
*21:13:48*  Retrying after 10 seconds
*21:14:01*  Reverting D:\DEV_CNR_Trunk_SyncExt\Projects
*21:14:03*  Updating http://svn.xxx/svn/xxx/trunk 
http://svn.ebgroup.elektrobit.com/svn/PASA_GM-ColorRadio_HMI_internal/trunk
*21:14:05*  ERROR: Failed to update http://svn.xxx/svn/xxx/trunk 
http://svn.ebgroup.elektrobit.com/svn/PASA_GM-ColorRadio_HMI_internal/trunk
*21:14:05*  org.tmatesoft.svn.core.SVNCancelException 
http://stacktrace.hudson-ci.org/search?query=org.tmatesoft.svn.core.SVNCancelException:
 svn: authentication cancelled
*21:14:05*at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:37)
 
http://stacktrace.hudson-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancelentity=method
*21:14:05*at 
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:32)
 
http://stacktrace.hudson-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancelentity=method
*21:14:05*at 
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthentication(DefaultSVNAuthenticationManager.java:257)
 
http://stacktrace.hudson-ci.org/search/?query=org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthenticationentity=method
*21:14:05*at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:552)
 
http://stacktrace.hudson-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.requestentity=method
*21:14:05*at 
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:275)
 
http://stacktrace.hudson-ci.org/search/?query=org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.requestentity=method
*21:14:05*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% EQU 0 (
ECHO this script run as Administrator
) ELSE (
ECHO this script run as NO Administrator.!!
)
AT  NUL
IF %ERRORLEVEL% EQU 0 (
ECHO this script run as Administrator
) ELSE (
ECHO this script run as NO Administrator.!!
)



BR
Yossi

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Patricia Mendez Lorenzo
Sent: Thursday 20 November 2014 11:38
To: jenkinsci-users@googlegroups.com
Subject: Re: Adding Windows slaves to Jenkins


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 intalled a trusted certificate also in the master

After these 3 actions, no way to restart the windows slaves and I do not know 
which one is making the mess and providing this IOException. wget works, i can 
get the slave.jnlp file, the http address works... but this jnlp file is 
creating a exception where it was not triggered before these 3 actions.

Thanks so much,
BR
Patricia



El miércoles, 19 de noviembre de 2014 15:54:19 UTC+1, Brosh, Yossi escribió:

Hi Patricia,



First step: read:

Unable to start Jenkins Service in Windows 7 Slave 
machinehttps://issues.jenkins-ci.org/browse/JENKINS-12820


https://issues.jenkins-ci.org/browse/JENKINS-12820


BR
Yossi

From: jenkins...@googlegroups.comjavascript: 
[mailto:jenkins...@googlegroups.comjavascript:] On Behalf Of Patricia Mendez 
Lorenzo
Sent: Tuesday 18 November 2014 13:28
To: jenkins...@googlegroups.comjavascript:
Subject: Adding Windows slaves to Jenkins


Hello all,

just arriving to this forum, nice to be here. I have a quetion, maybe you can 
help me. I am trying to add a windows slave to my jenkins instance. I am 
following the instructions included in Launch Java Web Start slave agent via 
Windows Scheduler. The master node has a proper SSL certificate, however when 
lauching the command:

java -jar slave.jar -jnlpUrl 
https://master_node:443/computer/slave_windows_hostname/slave-agent.jnlphttps://%3cmaster_node%3e:443/computer/%3cslave_windows_hostname%3e/slave-agent.jnlp
 -secret long_hex_string

(executed inside the windows slave) it tells me:

Exception in thread main javax.net.ssl.SSLHandshakeException: 
java.security.cert.CertificateException: No subject alternative DNS name 
matching master server name found

would you have an indea about what's going worng and how to solve this issue?

Thanks so much!
Best
Patricia
--
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-use...@googlegroups.comjavascript:.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 _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 subscribed to the Google Groups
 Jenkins Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Thanks!
Mark Waite

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
selected as part of one step into another step of same workflow.
Can you advise how to do that?

Regards,
Rupali

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite
Sent: Thursday, November 20, 2014 8:05 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Last Success shows unexpected time

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.commailto: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 _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 subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Thanks!
Mark Waite
--
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Click 
herehttps://www.mailcontrol.com/sr/KCXxwJHkYM3GX2PQPOmvUikZGg4PuPFTY+AiCxr1elLN3tqpkgWzyxX4QqN2EcusMfBPjk0ffGuoZTw26POg4w==
 to report this email as spam.


This e-mail and the information, including any attachments it contains, are 
intended to be a confidential communication only to the person or entity to 
whom it is addressed and may contain information that is privileged. If the 
reader of this message is not the intended recipient, you are hereby notified 
that any dissemination, distribution or copying of this communication is 
strictly prohibited. If you have received this communication in error, please 
immediately notify the sender and destroy the original message.

Thank you.

Please consider the environment before printing this email.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.

Regards,
Eric

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
returns build result along with a URL to the build.

We have room for spliting builds into separate builds (slaves). So what I 
wanted is to have Join plugin run parallel builds and post at least failing 
build result in the output console.

My test setup is as follows.

TEST project builds two split{1,2} projects and JointTrigger RESULT job.

Is there any option to concatenate build console output of split projects?

Shouldn't master project be marked as fail if some of parallel builds 
fail?


Also there is That's why we add the Join Trigger Upstream Notifier to 
these jobs. at the https://wiki.jenkins-ci.org/display/JENKINS/Join+Plugin 
.

Where is that JoinTrigger upstream notifier?

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.

If I run 'svn status' it works fine.  But with 'svn ls' I see:


C:\Jenkins\workspace\tagLogsvn ls --verbose --trust-server-cert

svn: E215004: Authentication failed and interactive prompting is disabled; see 
the --force-interactive option

svn: E215004: Unable to connect to a repository at URL repo url

svn: E215004: No more credentials or we tried too many times.

Authentication failed


Please can anyone suggest how to make this work?

Best regards

David

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 that do this? Or has anyone got any
experience whipping up a script to do it?

Thanks
Andy

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andrew Smith
Sent: Thursday, November 20, 2014 10:56 AM
To: jenkinsci-users@googlegroups.com
Subject: Weekly E-mail Reports

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 that do this? Or has anyone got any experience 
whipping up a script to do it?

Thanks
Andy
--
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 time

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.

Regards,
Eric

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 from the ${JENKINS_HOME}/userContent directory, and 
am deploying it using a job that syncs if from our SCM system as needed and 
copies it into the userContent directory. 

On Sunday, August 17, 2014 11:29:12 AM UTC-7, Tom Sackett wrote:

 Is there some way I could create a Jenkins view serves a javascript web 
 app?

 I've created a javascript/backbone.js site that lets our engineers browse 
 Jenkins jobs by SCM change (in a way not currently provided by an existing 
 view plugin). I would like to deploy the site within Jenkins as a view. Is 
 there any way to have Jenkins serve my javascript files in a view?

 -Tom


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.