Hi,
i've set up a pipeline using this plugin, i can use it without any error and works great at every push that meets the CodeCommit trigger. However if i put more than one branches in the branches variable of the checkout scm job in the pipeline, when the build is triggered the pipeline takes commit from all branches. How can i avoid this, and have that the pipeline uses only the branch that was triggered from CodeCommit.
Thanks.