pipeline Source for DSL

Viewed 2157

I'm starting to work on pipelines for jenkins (formerly workflow)

I'm using IntelliJ for an IDE

Is there a source of Documentation for GDSL or some way I can know what groovy is acceptable in the pipeline and what is not?

Also is there a way that I can test run the GDSL before having to check in my Jenkinsfile?

1 Answers
Related