That particular error case (` Make sure `git status -s` is empty before using -Dset.changelis `) likely means that some portion of the build is modifying one or more files in the source code during the build process. I believe the incrementals build process wants the output of `git status -s` to be empty.
If you run a build yourself and then execute the command `git status -s`, is the output empty? On Sun, Jul 14, 2019 at 4:25 AM Parichay Barpanda < [email protected]> wrote: > Hi all, > > GitLab Branch Source Plugin was recently hosted on `jenkinsci` org. But > the build is failing on Jenkins CI. I am unable to figure out the error. > Can someone help me figure this out? The build information can be found > here - > https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fgitlab-branch-source-plugin/detail/develop/5/pipeline > . > > Thanks. > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/6e9ef5cb-8cf5-4819-bf9d-4931cb0cc480%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/6e9ef5cb-8cf5-4819-bf9d-4931cb0cc480%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtG3r34zJZa8ynBUhe8s8OnEkeOHJ-Uz64ikeuBPoreaUQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
