Re: How to get started with Blue Ocean for Subversion user?

2019-09-06 Thread Christopher Wolske
Check this: https://jenkins.io/doc/book/blueocean/creating-pipelines/#local-repository The git repo need not be on a server (nor github.com), it can be a local 'git repo'. Simply create a directory for your Jenkinsfile, 'git init', and create/commit your Jenkinsfile. Then point Blue Ocean to t

Re: How to get started with Blue Ocean for Subversion user?

2017-05-11 Thread Mark Waite
al itself is kept safely stored in your Jenkins server. Mark Waite > David > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Mark Waite > *Sent:* 11 May 2017 17:57 > *To:* jenkinsci-users@googlegroups.com > *S

RE: How to get started with Blue Ocean for Subversion user?

2017-05-11 Thread David Aldrich
to get started with Blue Ocean for Subversion user? You can create the pipeline definition in a girhub repo with a branch per Jenkinsfile. The Jenkinsfile can reference your subversion repository. I've used that technique with scripted pipeline, so I think it should work with declar

Re: How to get started with Blue Ocean for Subversion user?

2017-05-11 Thread Mark Waite
You can create the pipeline definition in a girhub repo with a branch per Jenkinsfile. The Jenkinsfile can reference your subversion repository. I've used that technique with scripted pipeline, so I think it should work with declarative pipeline. Probably best to use github rather than hosting yo