> On 31. Oct 2017, at 22:51, Christoph Ruepprich <[email protected]> wrote: > > This gets pretty tedious and time consuming. Is there a better way to develop > scripts without having to either develop them in the web UI or copy & paste > them?
https://jenkins.io/blog/2016/04/14/replay-with-pipeline might also help. The declarative pipeline syntax also has a linter accessible from the Jenkins CLI, which should cut down on the trial & error executions: https://jenkins.io/doc/book/pipeline/development/#linter -- 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/414FE298-83C0-47CC-B07A-0B58231BADEB%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
