Re: Jenkinsfile Pipeline Language Complete Reference

2016-09-09 Thread Erol Suleyman
You can find it here http://localhost:8080/job/test%20pipeline/pipeline-syntax/html There's a link to it in the pipeline pane of your pipeline config page. On Wednesday, 10 August 2016 11:44:35 UTC+2, Alan Franzoni wrote: > > On Mon, Apr 11, 2016 at 1:59 PM, David Karlsen > wrote: > > https:

Re: Jenkinsfile Pipeline Language Complete Reference

2016-08-10 Thread Alan Franzoni
On Mon, Apr 11, 2016 at 1:59 PM, David Karlsen wrote: > https://yourJenkinsHost/workflow-cps-snippetizer/dslReference contains Hello, sorry to resume this old thread; such URL doesn't seem to work anymore on recent jenkins installations (2.7.2 with all the updated plugins). I've seen the public

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-12 Thread Kohsuke Kawaguchi
And now it's also available here: https://jenkins.io/doc/pipeline/steps/ 2016-04-11 11:53 GMT-07:00 Matt Friedman : > Ok, interesting, I didn't see that for mine. I will look at it more > closely. > > > On Mon, Apr 11, 2016 at 2:43 PM Craig Rodrigues > wrote: > >> What results display are you re

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-11 Thread Matt Friedman
Thanks so much for this. On Monday, April 11, 2016 at 4:05:09 PM UTC-4, Craig Rodrigues wrote: > > I am not familiar with Jacoco and Robot Framework plugins, but according > to their wiki pages, > those plugins should support Pipeline. So make sure you have the latest > versions of those plugin

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-11 Thread Craig Rodrigues
I am not familiar with Jacoco and Robot Framework plugins, but according to their wiki pages, those plugins should support Pipeline. So make sure you have the latest versions of those plugins first. This link has an example for using Robot Framework in Pipeline: https://github.com/jenkinsci/robo

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-11 Thread Matt Friedman
Ok, interesting, I didn't see that for mine. I will look at it more closely. On Mon, Apr 11, 2016 at 2:43 PM Craig Rodrigues wrote: > What results display are you referring to? I have a Pipeline job which > uses JUnitArchiver and see > the test results graphs: > > https://jenkins.freebsd.org/j

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-11 Thread Craig Rodrigues
What results display are you referring to? I have a Pipeline job which uses JUnitArchiver and see the test results graphs: https://jenkins.freebsd.org/job/FreeBSD_HEAD/ -- Craig On Mon, Apr 11, 2016 at 10:29 AM, Matt Friedman wrote: > Thanks Craig, > > Actually noticed that and tried it out.

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-11 Thread Matt Friedman
Thanks Craig, Actually noticed that and tried it out. But I don't see the same sort of results display that I am used to when I use for instance a maven project with junit. Are there any plans to enhance the views that are configured after running such a tool? And what about other tools with

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-11 Thread Craig Rodrigues
Hi, There is an example for using JUnitArchiver in the tutorial: https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md#recording-test-results-and-artifacts -- Craig On Mon, Apr 11, 2016 at 6:15 AM, Matt Friedman wrote: Thanks much David > > I found the pages you referred to. >

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-11 Thread Matt Friedman
Thanks much David I found the pages you referred to. A sort of related question. If I use JUnitResultArchiver then I expect the junit results will be displayed in Jenkins in the usual way. Some time ago, I tried the workflow plugin as it was then called, and I wanted to see Robot Framework res

Re: Jenkinsfile Pipeline Language Complete Reference

2016-04-11 Thread David Karlsen
https://yourJenkinsHost/workflow-cps-snippetizer/dslReference contains a reference - and there you find a link for a gdsl which can be added to your project in IDEA [1] [1] http://www.tothenew.com/blog/gdsl-awesomeness-introduction-to-gdsl-in-intellij-idea/ 2016-04-11 13:24 GMT+02:00 Matt Friedma