Accenture / adop-docker-compose

Talk to us on Gitter: https://gitter.im/Accenture/ADOP
https://accenture.github.io/adop-docker-compose
Apache License 2.0
764 stars 573 forks source link

ADOP/C pipeline does not start when change is pushed to Gerrit/gitweb master branch #305

Closed gary-dang closed 5 years ago

gary-dang commented 5 years ago

I spun up the ADOP/C using quickstart and the tools come up fine and I am able to manually trigger the pipeline to execute jobs and all jobs run successfully. However, I made a change in the petclinic application (updated the welcome message in src/main/resources/messages/messages.properties file). I pushed the change to the master branch. In gerrit, I can see the changes in the UI. However, at this point, I would expect Jenkins to start the first job of the pipeline (Reference_Application_Build) but it does not. Any idea why?

I checked that job's configuration and it is configured to trigger on Gerrit Trigger event on Trigger On: Ref Updated Dynamic Trigger Configuration: Gerrit Project -> Type: Plain Gerrit Project -> Pattern: ExampleWorkspace/ExampleProject/spring-petclinic Gerrit Project -> Branches -> Type: Plain Gerrit Project -> Branches -> Pattern: plain:master

gary-dang commented 5 years ago

issue resolved. had to change Gerrit Project -> Branches -> Pattern: plain:master to Gerrit Project -> Branches -> Pattern: master