Re: Pipeline DSL, IntelliJ, and maven

2017-03-03 Thread Justin Knowles
Daniel > Beck" <jenkinsci-users@googlegroups.com on behalf of m...@beckweb.net> > wrote: > > > > On 03.03.2017, at 00:12, Justin Knowles <jaycee...@gmail.com> wrote: > > > > are there even install instructions on that page or directions

Re: Pipeline DSL, IntelliJ, and maven

2017-03-02 Thread Justin Knowles
how to set it up? Am I looking at the right section? This is for an existing project, FWIW. On Thu, Mar 2, 2017 at 5:19 PM, Daniel Beck <m...@beckweb.net> wrote: > > > On 02.03.2017, at 22:49, Justin Knowles <jaycee...@gmail.com> wrote: > > > > I've done that

Re: Pipeline DSL, IntelliJ, and maven

2017-03-02 Thread Justin Knowles
t;m...@beckweb.net> wrote: > > > On 02.03.2017, at 21:34, Justin Knowles <jaycee...@gmail.com> wrote: > > > > integrated a plugin with IntelliJ for editing a Jenkinsfile when writing > Jenkins pipelines > > There's a GDSL you can download from /pipeline-syntax that p

Pipeline DSL, IntelliJ, and maven

2017-03-02 Thread Justin Knowles
Has anyone integrated a plugin with IntelliJ for editing a Jenkinsfile when writing Jenkins pipelines? Where can I find how to do this? I'm not seeing any plugins in the plugin repositories or on google, and the closest thing I've found to a howto was using Gradle and not maven, so I'm unsure

Re: Github Organization and credentials

2017-01-11 Thread Justin Knowles
mavenLocalRepo: '.repository') {* *sh "mvn clean install"* * }* *}* *}* On Wednesday, January 11, 2017 at 3:12:23 PM UTC-5, Justin Knowles wrote: > > Hello. I'm having an issue creating a Github Organization (GO from now on) > and also not quite understanding how

Github Organization and credentials

2017-01-11 Thread Justin Knowles
Hello. I'm having an issue creating a Github Organization (GO from now on) and also not quite understanding how credentials (the plugin) fit into all this. I think I understand that credentials via the plugin can be siloed into different groups or folders for access control purposes. I have a