[JIRA] (JENKINS-58400) Fix GitLabBuildStatusNotifier

2019-07-11 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-58400  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed for now. See https://github.com/baymac/gitlab-branch-source-plugin/pull/22#issuecomment-510342809  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-58400  
 
 
  Fix GitLabBuildStatusNotifier   
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200525.1562664652000.7993.1562856060097%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-58400) Fix GitLabBuildStatusNotifier

2019-07-10 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-58400  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fix GitLabBuildStatusNotifier   
 

  
 
 
 
 

 
 Fixed enqueue error in 2cc7de2 of https://github.com/baymac/gitlab-branch-source-plugin/pull/22.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200525.1562664652000.7715.1562808120042%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-58400) Fix GitLabBuildStatusNotifier

2019-07-10 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-58400  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58400  
 
 
  Fix GitLabBuildStatusNotifier   
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200525.1562664652000.6455.1562751301039%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-58400) Fix GitLabBuildStatusNotifier

2019-07-09 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-58400  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Fix GitLabBuildStatusNotifier   
 

  
 
 
 
 

 
 Currently the implementation of GitLabBuildStatusNotifier publishes the build result and GitLab Server notifies if pipeline fails but there is error in the console: 

 

org.gitlab4j.api.GitLabApiException: Cannot transition status via :enqueue from :pending (Reason(s): Status cannot transition via "enqueue")
at org.gitlab4j.api.AbstractApi.validate(AbstractApi.java:593)
at org.gitlab4j.api.AbstractApi.post(AbstractApi.java:264)
at org.gitlab4j.api.CommitsApi.addCommitStatus(CommitsApi.java:452)
at io.jenkins.plugins.gitlabbranchsource.helpers.GitLabSCMBuildStatusPublisher.sendNotifications(GitLabSCMBuildStatusPublisher.java:126)
at io.jenkins.plugins.gitlabbranchsource.helpers.GitLabSCMBuildStatusPublisher.access$200(GitLabSCMBuildStatusPublisher.java:48)
at io.jenkins.plugins.gitlabbranchsource.helpers.GitLabSCMBuildStatusPublisher$JobCheckOutListener.onCheckout(GitLabSCMBuildStatusPublisher.java:241)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:136)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
  

[JIRA] (JENKINS-58400) Fix GitLabBuildStatusNotifier

2019-07-09 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda started work on  JENKINS-58400  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200525.1562664652000.5391.1562664720203%40Atlassian.JIRA.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-58400) Fix GitLabBuildStatusNotifier

2019-07-09 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58400  
 
 
  Fix GitLabBuildStatusNotifier   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Parichay Barpanda  
 
 
Components: 
 gitlab-branch-source-plugin  
 
 
Created: 
 2019-07-09 09:30  
 
 
Labels: 
 gsoc-2019  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Parichay Barpanda  
 

  
 
 
 
 

 
 This feature adds support for notifiying the status of the project build status to the GitLab Server.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment