Re: CI/CD Pipeline & DSL

2016-09-20 Thread Ben Parees
On Tue, Sep 20, 2016 at 7:15 AM, Charles Moulliard wrote: > > > > On Mon, Sep 19, 2016 at 1:39 PM, Ben Parees wrote: > >> >> >> On Mon, Sep 19, 2016 at 1:28 PM, Charles Moulliard >> wrote: >> >>> Hi, >>> >>> I'm confused about this section of the doc : >>> https://github.com/openshift/jenkins-p

Re: CI/CD Pipeline & DSL

2016-09-19 Thread Charles Moulliard
On Mon, Sep 19, 2016 at 1:39 PM, Ben Parees wrote: > > > On Mon, Sep 19, 2016 at 1:28 PM, Charles Moulliard > wrote: > >> Hi, >> >> I'm confused about this section of the doc : https://github.com/openshift >> /jenkins-plugin#jenkins-pipeline-formerly-workflow-plugin >> >> - Is Groovy DSL syntax

Re: CI/CD Pipeline & DSL

2016-09-19 Thread Ben Parees
On Mon, Sep 19, 2016 at 1:28 PM, Charles Moulliard wrote: > Hi, > > I'm confused about this section of the doc : https://github.com/openshift > /jenkins-plugin#jenkins-pipeline-formerly-workflow-plugin > > - Is Groovy DSL syntax still supported with Openshift Jenkins Pipeline ? > When using the

Re: CI/CD Pipeline & DSL

2016-09-19 Thread Charles Moulliard
Hi, I'm confused about this section of the doc : https://github.com/openshift /jenkins-plugin#jenkins-pipeline-formerly-workflow-plugin - Is Groovy DSL syntax still supported with Openshift Jenkins Pipeline ? Additional questions : - Is it the list of the jenkins plugins that we package with th

Re: CI/CD Pipeline & DSL

2016-09-16 Thread Ben Parees
In the meantime, you can certainly install the fabric8 plugin into our jenkins image and use those additional pipeline steps. The openshift pipeline feature works with any valid jenkinsfile. We just happen to include the openshift specific plugin/dsl support in the image we ship. Ben Parees | Ope

Re: CI/CD Pipeline & DSL

2016-09-16 Thread Charles Moulliard
Hi Clayton, Is there a jira ticket, email, ... where it has been discussed ? Regards, Charles On Fri, Sep 16, 2016 at 7:07 PM, Clayton Coleman wrote: > It's been discussed. The primary concern would that would become a > versionable API once we ship it, so we have to have a release and > ver

Re: CI/CD Pipeline & DSL

2016-09-16 Thread Clayton Coleman
It's been discussed. The primary concern would that would become a versionable API once we ship it, so we have to have a release and versioning process that maintains backwards compatibility for users for the life of the product. That part is what we haven't sorted out yet. On Fri, Sep 16, 2016

CI/CD Pipeline & DSL

2016-09-16 Thread Charles Moulliard
Hi, As far as I know Openshift and Fabric8 projects have developed DSL to define Jenkins Pipelines running top of OpenShift/Kubernetes - OpenShift : https://github.com/openshift/jenkins-plugin#jenkins- pipeline-formerly-workflow-plugin - Fabric8 : https://github.com/fabric8io/jenkins-pipeline-li