Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Committers to Ignore" being ignored #177

Open
nickcodefresh opened this issue Nov 21, 2016 · 2 comments
Open

"Committers to Ignore" being ignored #177

nickcodefresh opened this issue Nov 21, 2016 · 2 comments

Comments

@nickcodefresh
Copy link

I have a Jenkins job that's committing code to my master branch and then pushing to origin using the user "flexteam". In BitBucket I have added that user to "Committers to Ignore" but Jenkins still kicks off a Jenkins build.

Here's a snipped of the Jenkins build job.

+ git config --global user.email [email protected]
+ git config --global user.name flexteam
+ git config --global push.default simple
+ git config --list
[email protected]
user.name=flexteam
push.default=simple
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=XXXXXXXXXXXXXXXXXXXXXXXXXX
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
+ find . -name pom.xml
+ xargs git add
+ git commit -m Updated POM version to 1.0.58
[detached HEAD f8fed8f] Updated POM version to 1.0.58
 5 files changed, 5 insertions(+), 5 deletions(-)
+ git push origin HEAD:master
To XXXXXXXXXXXXXXXXXXXXXXXXXX
   ebfd76a..f8fed8f  HEAD -> master

image

Any ideas why this is happening?

@haimich
Copy link

haimich commented Jan 10, 2017

It works for me. Are you sure that the user has the name flexteam in your bitbucket?

@thrownullpointer
Copy link

Can you print the results of git log that has the commit performed by this user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants