Is there a guide on what I do with that GDSL? If I'm understanding correctly the instructions here ( https://st-g.de/2016/08/jenkins-pipeline-autocompletion-in-intellij) say: 1. take the raw GDSL from /pipeline-syntax 2. drop it into a file called pipeline.gdsl 3. put it somehwere on the classpath
I've done that but I'm not seeing any syntax highlighting or autocompletion in my Jenkinsfile. I'm not developing a plugin for Jenkins or anything, I just want IntelliJ to recognize the Jenkinsfile and provide highlighting, style fixes, etc. On Thu, Mar 2, 2017 at 4:25 PM, Daniel Beck <[email protected]> wrote: > > > On 02.03.2017, at 21:34, Justin Knowles <[email protected]> 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 provides > Pipeline syntax, would that work? If not, could you explain what you're > asking for? > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/to > pic/jenkinsci-users/S0_etu_70oY/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ms > gid/jenkinsci-users/6EAEF958-C442-4A3B-BA0A-CFAE41050335%40beckweb.net. > For more options, visit https://groups.google.com/d/optout. > -- 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/CAFZDVTi4_VtovDeOazb-xCT9X6x50VeumbV-zaaJBERi6M0nrg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
