Hello. I have an issue with the build-pipeline-plugin.
Whenewer my pipeline gets more than two steps, rendering of the pipeline fails with a NPE in ProjectForm. I can see in the source that a commit lately has (hopefully) fixed this by checking for null on the actions of the project. Now I would like to build the project in order to fix my problem, get a better understanding, and maybe someday contribute. When i fork and clone https://github.com/jenkinsci/build-pipeline-plugin/, I cannot build. There are several problems, leading me to think that I am forking the wrong repository or doing some other basic mistake. Problems include tests calling an old version of constructor (wrong number of parameters). Where can I find the correct repo, and are there a place to read about plugin development and how to buld this plugin in particular? regards Nils Otto Johansen -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
