We can also avoid the error by adding `-Dignore.dirt` flag to Maven config as was suggested by Marky Jackson.
On Sun 14 Jul, 2019, 21:06 Parichay Barpanda, <[email protected]> wrote: > I don't think in our code we are optimisation the docs images or making > changes to the docs images. I was thinking the images were indented in the > markdown, so the markdown parser could be doing some changes with images. > But that is also not the case. > > Does anyone know a plugin with incrementals support and images in the repo? > > On Sunday, July 14, 2019 at 8:31:07 PM UTC+5:30, Mark Waite wrote: >> >> That seems like it would indicate that something is modifying those files >> in the build process on the CI server. >> >> Any chance there is an image optimization process running in the build, >> or something else that would change those files? >> >> On Sun, Jul 14, 2019 at 8:51 AM Parichay Barpanda <[email protected]> >> wrote: >> >>> Thanks Mark and Batmat. I am not sure if it was due to #1218 not being >>> merged. Because soon as it was merged the pipeline still failed with the >>> same results. >>> >>> Based on the logs: >>> >>> [2019-07-14T04:05:22.417Z] [ERROR] Make sure git status -s is empty >>> before using -Dset.changelist: [docs/img/gitlab-credentials.png, docs/ >>> img/gitlab-section.png, docs/img/gitlab-server.png, docs/img/gitlab- >>> token-creator.png] (use -Dignore.dirt to make this nonfatal) -> [Help 1] >>> [2019-07-14T04:05:22.417Z] >>> >>> >>> we tried to remove the docs dir, it happened to work(build passes now). >>> Earlier it also gave similar errors with webapp dir, so I had to remove it >>> and add to .gitignore. Maybe Mark is right but again I am not sure. >>> >>> On Sunday, July 14, 2019 at 3:55:32 PM UTC+5:30, Parichay Barpanda 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/daca3bd2-c550-4cc0-a28d-9fd1742a4220%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-dev/daca3bd2-c550-4cc0-a28d-9fd1742a4220%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/95655c15-e3db-4dfd-b079-e35827cc1aa4%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/95655c15-e3db-4dfd-b079-e35827cc1aa4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAD0DWAOEfT-BHz6g74kGjimBtqZ2H7nqy6UkydKDcAcsoUNcJw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
