So I'm trying to set up the git plugin to build feature branches. Features are on branches like feature/foo and feature/blah. This is a common pattern as it's derived from git-flow.
I seem to have tried every combination of branch specifiers, and all this results in is jenkins building the same SHA1 over, and over again. I've tried removing wildcards, and specifying directly two branch specifiers in multiple different formats (refs/heads/features/A, remotes/origin/features/A) all to no avail. All of them seem to result in a polling log declaring nonexisting_workspace which I don't understand since determining if there are changes ought not to require a checkout. But it simply re-triggers and fills up my disks. What have I missed? -- 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/CAPYP83TA_0H5vhRRh-YxNLjrFqJGnMXtZjHkn5bA83sPzzHyWQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
