Hello,

I'm in the process of putting my pipeline scripts in version control and creating a Maven project in IntelliJ IDEA. I already included the output of " IntelliJ IDEA GDSL" (Pipeline Syntax) in my project and I am able to use DSL keywords (stage, node, ...) no problem.

I'd like for the project to /compile,/ which doesn't seem possible right now because build parameters are not defined. They are accessible in the groovy script (after all that's how groovy scripts in Jenkins work), but I'd like my IDE to know about them too. Is this possible?

Another feature would be to be able to execute the pipeline scripts locally in a test suite, i.e. with a "fake" Jenkins for testing purposes. Any hints here?

Best regards,
Tobias

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3f31d5c1-bac4-c78b-05f6-105c904032a1%40bmiag.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to