Jenkins and Gerrit Trigger for the win

I had quite a few problems setting the workflow as follows: I’d make a change in ansible files, and push them to a git behind Gerrit Gerrit would trigger Jenkins with the new commit, and Jenkins would apply the linter on the committed files. If all is good, the files are send upstream to Rundeck that than picks the nodes …