[JIRA] (JENKINS-60299) Make build description in build history widget configurable or possible to hide

2019-11-30 Thread peder.schmedl...@dsb.no (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peder Schmedling commented on  JENKINS-60299  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make build description in build history widget configurable or possible to hide   
 

  
 
 
 
 

 
 A possible workaround for those interested: 
 
Install Simple theme plugin 
Go to "Manage Jenkins" > "Configure System" > "Theme" 
Add "Extra CSS" with the following content: 

 

.cards_container.zws-inserted {
display:none;
}
 

 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.203294.1574852635000.9643.1575152040142%40Atlassian.JIRA.


[JIRA] (JENKINS-60335) Indexing is not working in Multibranch pipeline jobs

2019-11-30 Thread vadivelka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vadivel Natarajan assigned an issue to Liam Newman  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60335  
 
 
  Indexing is not working in Multibranch pipeline jobs   
 

  
 
 
 
 

 
Change By: 
 Vadivel Natarajan  
 
 
Labels: 
 api blueocean  blueocean-git-pipeline  multibranch  
 
 
Sprint: 
 Post Blue Ocean - launch  Candidates  
 
 
Assignee: 
 Aytunc BEKEN Liam Newman  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.203347.1575140975000.9641.1575141240260%40Atlassian.JIRA.


[JIRA] (JENKINS-60335) Indexing is not working in Multibranch pipeline jobs

2019-11-30 Thread vadivelka...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vadivel Natarajan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60335  
 
 
  Indexing is not working in Multibranch pipeline jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Aytunc BEKEN  
 
 
Attachments: 
 image-2019-12-01-00-36-24-690.png  
 
 
Components: 
 multibranch-action-triggers-plugin, multibranch-build-strategy-extension-plugin, multibranch-scan-webhook-trigger-plugin  
 
 
Created: 
 2019-11-30 19:09  
 
 
Environment: 
 Jenkins installed version 2.90 in ubuntu linux machine.  Multibranch pipeline plugin installed: 2.16  Multibranch project plugin installed: 0.7   
 
 
Labels: 
 api blueocean multibranch  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Vadivel Natarajan  
 

  
 
 
 
 

 
 Recently, we haven't updated the Jenkins version and its plugin version also. My all source codes are maintaining in GitLab. When i create a new branch in Gitlab for a repository, new branch Jenkins job was not created in Jenkins server due to the indexing for the multi-branch pipeline is not triggered (not working).    When i triggered the push event hook in my GitLab repository, i got 500 server error in GitLab.  What is the issue? How can i resolve this?   Any help would be much appreciated. If you need any details, please let me know.       
 

  
 
 
  

[JIRA] (JENKINS-45280) duplicate build triggered by same github push notification when there is long scm polling

2019-11-30 Thread dlakatos...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Lakatos commented on  JENKINS-45280  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: duplicate build triggered by same github push notification when there is long scm polling   
 

  
 
 
 
 

 
 Same here with 2.190.3. When push brings 2 new commits, 2 job starts. Both of them points to the Git repo's HEAD.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.183417.1499134113000.9627.1575133620583%40Atlassian.JIRA.


[JIRA] (JENKINS-45280) duplicate build triggered by same github push notification when there is long scm polling

2019-11-30 Thread dlakatos...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Lakatos edited a comment on  JENKINS-45280  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: duplicate build triggered by same github push notification when there is long scm polling   
 

  
 
 
 
 

 
 Same here with 2.190.3. When push brings 2 new commits, 2  job starts  jobs start . Both of them points to the Git repo's HEAD.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.183417.1499134113000.9629.1575133620612%40Atlassian.JIRA.


[JIRA] (JENKINS-57232) Configuration as code support for audit-trail plugin

2019-11-30 Thread pibe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pierre Beitz updated  JENKINS-57232  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57232  
 
 
  Configuration as code support for audit-trail plugin   
 

  
 
 
 
 

 
Change By: 
 Pierre Beitz  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.198992.1556571471000.9608.1575119700812%40Atlassian.JIRA.


[JIRA] (JENKINS-57232) Configuration as code support for audit-trail plugin

2019-11-30 Thread pibe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pierre Beitz updated  JENKINS-57232  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-57232  
 
 
  Configuration as code support for audit-trail plugin   
 

  
 
 
 
 

 
Change By: 
 Pierre Beitz  
 
 
Status: 
 Resolved Fixed but Unreleased  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.198992.1556571471000.9610.1575119700846%40Atlassian.JIRA.


[JIRA] (JENKINS-60334) The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:3.6 is missing

2019-11-30 Thread hgov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hemnaath Govartan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60334  
 
 
  The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:3.6 is missing   
 

  
 
 
 
 

 
Change By: 
 Hemnaath Govartan  
 
 
Attachment: 
 jenkins-snap.JPG  
 
 
Attachment: 
 error-jenkins.txt  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.203346.1575115143000.9604.1575115320147%40Atlassian.JIRA.


[JIRA] (JENKINS-60334) The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:3.6 is missing

2019-11-30 Thread hgov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hemnaath Govartan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60334  
 
 
  The POM for org.jenkins-ci.tools:maven-hpi-plugin:jar:3.6 is missing   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Danielle Jenkins  
 
 
Components: 
 splunk-devops-plugin  
 
 
Created: 
 2019-11-30 11:59  
 
 
Environment: 
 Windows Environment  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hemnaath Govartan  
 

  
 
 
 
 

 
   I am trying to ingest Jenkins events into splunk based on this link https://wiki.jenkins.io/display/JENKINS/Splunk+Plugin+for+Jenkins, based on document, I have gone through the steps, and downloaded the Zip file from the git repository splunk-devops-plugin-master and when tried to execute the mvn package command I am getting the above error message.    Note: I am not a developer and new to Jenkins and my intention is to ingest Jenkins Events into splunk. Please do guide me how to package the jar file using the splunk-devops-plugin-master.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  

[JIRA] (JENKINS-60333) git LFS pull after checkout doesn't pull the files

2019-11-30 Thread robojian...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jiannis S. created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60333  
 
 
  git LFS pull after checkout doesn't pull the files   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Attachments: 
 jenk.rtf  
 
 
Components: 
 core, git-plugin  
 
 
Created: 
 2019-11-30 11:39  
 
 
Environment: 
 jenkins 2.190.3, Git client plugin 3.0.0  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jiannis S.  
 

  
 
 
 
 

 
 I'm using jenkins on a windows 10 computer and the git plugin to build a unity3D project. The git repository (on bitbucket) contains lots of LFS files. When checking the unity logs there are lots of files with the error "File could not be read". It seems like the LFS files aren't being pulled, although there aren't any git error in the console output (git LFS is already installed in the workspace). Jenkins has already the behaviour "git LFS pull after checkout". Am I missing out something obvious here? Attached the console log  
 

  
 
 
 
 

 
 
 

 
 
   

[JIRA] (JENKINS-59557) Support Gitea required status checks

2019-11-30 Thread s...@amshove.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Markus Amshove commented on  JENKINS-59557  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Gitea required status checks   
 

  
 
 
 
 

 
 I've created a PR to solve this issue. I'm open for options or adoption of the context names    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.202190.1569561798000.9594.1575113580140%40Atlassian.JIRA.


[JIRA] (JENKINS-48975) Jenkins build using TOPIC

2019-11-30 Thread islam.g.n...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Islam Negm edited a comment on  JENKINS-48975  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins build using TOPIC   
 

  
 
 
 
 

 
 [~lucamilanesio]Hello Luca, I wonder if this is supported now, do you have any updates about this topic?Thanks in advance. Edit#1: I've also changed the ticket priority to be blocker, as in my team we're working with this paradigm mentioned in the ticket description and we want to add the Jenkins verification functionality to the sub-module code review. And this is crucial for us to move on.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.187789.1516132931000.9592.1575111420175%40Atlassian.JIRA.


[JIRA] (JENKINS-48975) Jenkins build using TOPIC

2019-11-30 Thread islam.g.n...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Islam Negm updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-48975  
 
 
  Jenkins build using TOPIC   
 

  
 
 
 
 

 
Change By: 
 Islam Negm  
 
 
Priority: 
 Minor Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.187789.1516132931000.9589.1575111300400%40Atlassian.JIRA.


[JIRA] (JENKINS-48975) Jenkins build using TOPIC

2019-11-30 Thread islam.g.n...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Islam Negm commented on  JENKINS-48975  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins build using TOPIC   
 

  
 
 
 
 

 
 Luca Domenico Milanesio Hello Luca,  I wonder if this is supported now, do you have any updates about this topic? Thanks in advance.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.187789.1516132931000.9586.157580187%40Atlassian.JIRA.