2016-03-14 3 views
1

При использовании Jenkins GIT Plugin «Git Publisher», чтобы нажать тег, я получаю следующую ошибку, которая не дает мне никакой полезной информации, которую я могу видеть. Кто-нибудь сталкивался с подобной проблемой?Jenkins - Git Publisher - Невозможно нажать теги

Pushing tag mytag to repo origin 
RefSpec is "refs/tags/mytag:refs/heads/mytag". 
Opening connection 
Counting objects 
Finding sources 
Writing objects 
ERROR: Failed to push tag mytag to origin 
hudson.plugins.git.GitException: failed to write REJECTED_OTHER_REASON for 'refs/tags/mytag:refs/heads/mytag' refspec 'mytag' to https://<ADDRESSOFSTASH>/tomtest.git 
     at org.jenkinsci.plugins.gitclient.JGitAPIImpl$9.execute(JGitAPIImpl.java:1870) 
     at hudson.plugins.git.GitPublisher.perform(GitPublisher.java:306) 
     at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45) 
     at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) 
     at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:726) 
     at hudson.model.Build$BuildExecution.post2(Build.java:185) 
     at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:671) 
     at hudson.model.Run.execute(Run.java:1766) 
     at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 
     at hudson.model.ResourceController.execute(ResourceController.java:98) 
     at hudson.model.Executor.run(Executor.java:408) 
Build step 'Git Publisher' marked build as failure 

ответ

1

У нас была такая же проблема, когда мы обновили следующие плагины:

Git plugin  : from 2.4.0 to 2.4.4 
Git client plugin: from 1.18.0 to 1.19.6 

Когда мы понизили до предыдущих версий проблема была решена.

+0

Благодарим за это, зарегистрировав проблему https://issues.jenkins-ci.org/browse/JENKINS-37120 – Akom

Смежные вопросы