I'm having some issues with Jenkins and its Git plugin.
Currently, a Gitlab server is triggering the builds but I want to configure the job so that it doesn't build when a specific message is included in the commit.
I've tried using the ci-skip plugin (https://github.com/banyan/jenkins-ci-skip-plugin) but instead of not starting the job, the plugin allows it to start but then aborts it.
It does the job but I'm having aborted builds in Jenkins history and I'm trying to avoid that.
Anyone managed to do that?