Given the thread title I'd like to point out we're now in beta: https://jenkins.io/blog/2016/03/24/jenkins-2-beta-released/
----- On 25.03.2016, at 23:47, E <[email protected]> wrote: > I cannot find documentation for the Jenkinsfile DSL format. It should be > linked on the announcement page at (https://jenkins-ci.org/2.0/ and > https://jenkins.io/2.0/) so that all the people who come will get a chance to > look at it. Besides the Jenkins-specific stuff, it's essentially Groovy: http://groovy-lang.org/ Here are some links that should get you started: https://jenkins.io/doc/pipeline/ https://jenkins.io/doc/pipeline/jenkinsfile/ https://jenkins.io/doc/pipeline/steps/ https://github.com/jenkinsci/workflow-plugin/blob/master/basic-steps/CORE-STEPS.md https://github.com/jenkinsci/workflow-plugin/blob/master/scm-step/README.md https://github.com/jenkinsci/workflow-plugin/blob/master/cps-global-lib/README.md I added links these from the Pipeline plugin wiki page. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/D400CE4B-2ECC-4AE6-8551-C8C0204DDB70%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
