[JIRA] (JENKINS-62057) Webhook triggering job with no SCM

2020-04-25 Thread sadegh.nika...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sadegh nikaein updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62057  
 
 
  Webhook triggering job with no SCM   
 

  
 
 
 
 

 
Change By: 
 sadegh nikaein  
 

  
 
 
 
 

 
 Hello,I have pipeline like this but when i push something i can see  Webhook triggering job with no SCM in jenkins logs any hint ?   { code color:#d4d4d4 }  pipeline { {color}{color:#d4d4d4}  {color}{color:#d4d4d4} agent { label  {color}{color:#ce9178} '' {color}{color:#d4d4d4}  } {color}{color:#d4d4d4}  {color}{color:#d4d4d4} triggers { {color}{color:#d4d4d4}  {color}{color:#4ec9b0} BitbucketWebhookTriggerImpl {color}{color:#d4d4d4} () {color}{color:#d4d4d4}    } {color}  {color:#d4d4d4} parameters { {color}{color:#d4d4d4} gitParameter branch:  {color}{color:#ce9178} '' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} branchFilter:  {color}{color:#ce9178} 'origin.*/(.*)' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} defaultValue:  {color}{color:#ce9178} 'master' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} description:  {color}{color:#ce9178} 'Select branch name (default master)' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} listSize:  {color}{color:#ce9178} '5' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} name:  {color}{color:#ce9178} 'BRANCH' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} quickFilterEnabled:  {color}{color:#569cd6} true {color}{color:#d4d4d4} , {color}{color:#d4d4d4} selectedValue:  {color}{color:#ce9178} 'NONE' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} sortMode:  {color}{color:#ce9178} 'DESCENDING_SMART' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} tagFilter:  {color}{color:#ce9178} '*' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} type:  {color}{color:#ce9178} 'PT_BRANCH_TAG' {color}{color:#d4d4d4} , {color}{color:#d4d4d4} useRepository:  {color}{color:#ce9178} '' {color}{color:#d4d4d4} } {color}  {color:#d4d4d4} stages { {color}{color:#d4d4d4} stage ( {color}{color:#ce9178} 'SCM' {color}{color:#d4d4d4} ) { {color}{color:#d4d4d4} steps { {color}{color:#d4d4d4} checkout( {color}{color:#d4d4d4} changelog:  {color}{color:#569cd6} true {color}{color:#d4d4d4} , {color}{color:#d4d4d4} poll:  {color}{color:#569cd6} false {color}{color:#d4d4d4} , {color}{color:#d4d4d4} scm: [$class:  {color}{color:#ce9178} 'BitbucketSCM' {color}{color:#d4d4d4} , branches: [[name:  {color}{color:#ce9178} "*/ {color}{color:#569cd6} ${ {color}{color:#d4d4d4} BRANCH {color } {color:#569cd6}}{color}{color:#ce9178} " {color}{color:#d4d4d4} ]], {color}{color:#d4d4d4} credentialsId:  {color}{color:#ce9178} '' {color}{color:#d4d4d4} ,  {color}{color:#d4d4d4} id:  {color}{color:#ce9178} '' {color}{color:#d4d4d4} ,  {color}{color:#d4d4d4} mirrorName:  {color}{color:#ce9178} '' {color}{color:#d4d4d4} ,  {color}{color:#d4d4d4} 

[JIRA] (JENKINS-62057) Webhook triggering job with no SCM

2020-04-25 Thread sadegh.nika...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 sadegh nikaein created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62057  
 
 
  Webhook triggering job with no SCM   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Kristy Hughes  
 
 
Components: 
 atlassian-bitbucket-server-integration-plugin  
 
 
Created: 
 2020-04-26 05:29  
 
 
Environment: 
 Jenkins ver. 2.220  Webhook triggering job with no SCM 1.1.0  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 sadegh nikaein  
 

  
 
 
 
 

 
 Hello, I have pipeline like this but when i push something i can see  Webhook triggering job with no SCM in jenkins logs any hint ? 

 

pipeline {agent { label '' }triggers {BitbucketWebhookTriggerImpl()   }
parameters {gitParameter branch: '',branchFilter: 'origin.*/(.*)',defaultValue: 'master',description: 'Select branch name (default master)',listSize: '5',name: 'BRANCH',quickFilterEnabled: true,selectedValue: 'NONE',sortMode: 'DESCENDING_SMART',tagFilter: '*',type: 'PT_BRANCH_TAG',useRepository: ''}
stages {stage ('SCM') {steps {checkout(changelog: true,poll: false,scm: [$class: 'BitbucketSCM', branches: [[name: "*/${BRANCH}"]],credentialsId: '', id: '', mirrorName: '', projectName: '', repositoryName: '', serverId: ''])}}
stage('Test') {steps {sh """  ls -la

[JIRA] (JENKINS-62028) Jenkins pipeline fails to properly abort loop

2020-04-25 Thread cw-jenkins...@rizzistrasse.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christian Werner updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62028  
 
 
  Jenkins pipeline fails to properly abort loop
 

  
 
 
 
 

 
Change By: 
 Christian Werner  
 
 
Component/s: 
 core  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62040) pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan

2020-04-25 Thread bai_sheng....@nokia-sbell.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anthony Guo commented on  JENKINS-62040  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan   
 

  
 
 
 
 

 
 Jenkins ver. 2.204.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62040) pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan

2020-04-25 Thread marky.r.jack...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marky Jackson commented on  JENKINS-62040  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan   
 

  
 
 
 
 

 
 What version of Jenkins are you on?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62040) pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan

2020-04-25 Thread bai_sheng....@nokia-sbell.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anthony Guo updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62040  
 
 
  pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan   
 

  
 
 
 
 

 
Change By: 
 Anthony Guo  
 
 
Attachment: 
 csfAnchoreScan.groovy  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62040) pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan

2020-04-25 Thread bai_sheng....@nokia-sbell.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anthony Guo updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62040  
 
 
  pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan   
 

  
 
 
 
 

 
Change By: 
 Anthony Guo  
 
 
Attachment: 
 csfAnchoreScan.groovy  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62040) pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan

2020-04-25 Thread bai_sheng....@nokia-sbell.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anthony Guo commented on  JENKINS-62040  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan   
 

  
 
 
 
 

 
 uploaded Jenkinsfile and csfAnchoreScan.groovy Marky Jackson  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62040) pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan

2020-04-25 Thread bai_sheng....@nokia-sbell.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anthony Guo updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62040  
 
 
  pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan   
 

  
 
 
 
 

 
Change By: 
 Anthony Guo  
 
 
Attachment: 
 csfAnchoreScan.groovy  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62040) pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan

2020-04-25 Thread bai_sheng....@nokia-sbell.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Anthony Guo updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62040  
 
 
  pipeline cannot find and archiveArtifacts anchore.json after anchore plugin scan   
 

  
 
 
 
 

 
Change By: 
 Anthony Guo  
 
 
Attachment: 
 Jenkinsfile.txt  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-58503) Symbols for Extensions

2020-04-25 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite started work on  JENKINS-58503  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61925) Upcoming Chrome SameSite policy change will break HTML Publisher plugin

2020-04-25 Thread rich...@bywater.nz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Bywater commented on  JENKINS-61925  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Upcoming Chrome SameSite policy change will break HTML Publisher plugin   
 

  
 
 
 
 

 
 Thanks Davide Pesavento - if the there's nothing particular sensitive about the calls being made, just wondering if you would be able to share a HAR file (see e.g. https://support.zendesk.com/hc/en-us/articles/204410413-Generating-a-HAR-file-for-troubleshooting for details if you aren't sure how) to record the requests & responses so I can get an idea about what is being passed when the 403 is returned etc. Also a copy of any errors in the browser console would be useful too. The Chrome changes relate to cookies and HTML Publisher itself doesn't really do anything special with cookies and so I'm just wanting to try and get more info so that I can work out if this is something in my realm to fix or if I'll have to kick it over to Jenkins Core developers.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-46669) When setting up, "Continue as Admin" button can be made less confusing

2020-04-25 Thread samhrn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Hrncir commented on  JENKINS-46669  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: When setting up, "Continue as Admin" button can be made less confusing   
 

  
 
 
 
 

 
 This has been fixed, and the solution merged: https://github.com/jenkinsci/jenkins/pull/4676  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62056) ExtensionComponent#compareTo violates its method contract

2020-04-25 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62056  
 
 
  ExtensionComponent#compareTo violates its method contract   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Daniel Beck  
 
 
Components: 
 core  
 
 
Created: 
 2020-04-25 21:26  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Daniel Beck  
 

  
 
 
 
 

 
 It's not transitive, unless all (or none) of the objects are instanceof Descriptor.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

[JIRA] (JENKINS-62056) ExtensionComponent#compareTo violates its method contract

2020-04-25 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck started work on  JENKINS-62056  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62055) best

2020-04-25 Thread shubhamblog...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 shubham dubey created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62055  
 
 
  best   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 _unsorted  
 
 
Created: 
 2020-04-25 20:03  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 shubham dubey  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group 

[JIRA] (JENKINS-36625) Long group name increases size of 'Project-based security' group size breaking configuration UI

2020-04-25 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated  JENKINS-36625  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36625  
 
 
  Long group name increases size of 'Project-based security' group size breaking configuration UI   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 2.5.1 / 2.6  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow assigned an issue to Basil Crow  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Assignee: 
 Basil Crow  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated  JENKINS-62033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow started work on  JENKINS-62033  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62054) Support action is displayed even if the user does not have the rights

2020-04-25 Thread pibe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pierre Beitz updated  JENKINS-62054  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62054  
 
 
  Support action is displayed even if the user does not have the rights   
 

  
 
 
 
 

 
Change By: 
 Pierre Beitz  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62054) Support action is displayed even if the user does not have the rights

2020-04-25 Thread pibe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pierre Beitz started work on  JENKINS-62054  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Pierre Beitz  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62054) Support action is displayed even if the user does not have the rights

2020-04-25 Thread pibe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pierre Beitz created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62054  
 
 
  Support action is displayed even if the user does not have the rights   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Pierre Beitz  
 
 
Components: 
 support-core-plugin  
 
 
Created: 
 2020-04-25 18:34  
 
 
Environment: 
 Any version of the plugin  Any core version  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Pierre Beitz  
 

  
 
 
 
 

 
 Browse a Jenkins instance without admin rights (noticed with anonymous on the community Jenkins), and observe that you can see the Support link on the left of a Job. You can click on it and see the bundle generation screen. This is only a display issue, you cannot do more as the rest is protected. The screen itself doesn't show information you are not allowed to see. Same is also visible for the Computers.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
  

[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 Swarm client -disableSslVerification option does not disable SSL  host  hostname  verification  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62033) Swarm client -disableSslVerification option does not disable SSL host verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Swarm client -disableSslVerification option does not disable SSL host verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 Want a way to Swarm client -disableSslVerification option does not  disable SSL  hostname  host  verification  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-58769) Add trait to choose the mode of notification

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-58769  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add trait to choose the mode of notification   
 

  
 
 
 
 

 
 It is a work in progress. See https://github.com/jenkinsci/gitlab-branch-source-plugin/pull/85  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-58769) Add trait to choose the mode of notification

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda started work on  JENKINS-58769  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-58477) Automatic builds for tags

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-58477  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Use Basic Branch Build Strategy Plugin  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-58477  
 
 
  Automatic builds for tags
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-58378) Reduce the usage of uri templates

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-58378  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58378  
 
 
  Reduce the usage of uri templates
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-58877) Allow server select in job based on server configuration

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-58877  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58877  
 
 
  Allow server select in job based on server configuration   
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-59236) The public GitLab server is no needed to add by a user.

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-59236  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I think it is a one time setup, so wouldn't spend time on adding that. If you want to work this, pr is welcome.   
 

  
 
 
 
 

 
 Jenkins /  JENKINS-59236  
 
 
  The public GitLab server is no needed to add by a user.
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-59299) Folder Computation Failure

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-59299  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59299  
 
 
  Folder Computation Failure   
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-59759) localhost not allowed for jeknins with gitlab-branch-source-plugin

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-59759  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: localhost not allowed for jeknins with gitlab-branch-source-plugin   
 

  
 
 
 
 

 
 I think it is best to setup a reverse proxy by adding sth like jenkins.example.local in your /etc/hosts.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-59759) localhost not allowed for jeknins with gitlab-branch-source-plugin

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-59759  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59759  
 
 
  localhost not allowed for jeknins with gitlab-branch-source-plugin   
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-59882) User can't set parameters when starting newly-discovered parameterized job

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-59882  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: User can't set parameters when starting newly-discovered parameterized job   
 

  
 
 
 
 

 
 Are you still facing this issue Mossroy?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62033) Want a way to disable SSL hostname verification

2020-04-25 Thread m...@basilcrow.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basil Crow updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62033  
 
 
  Want a way to disable SSL hostname verification   
 

  
 
 
 
 

 
Change By: 
 Basil Crow  
 
 
Summary: 
 swarm-client -disableSslVerification does not skip searching subject alternative names Want a way to disable SSL hostname verification  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60452) Received gitlab webhook push event but nothing happpened

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-60452  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Received gitlab webhook push event but nothing happpened   
 

  
 
 
 
 

 
 alex li Are you still facing this issue?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61012) GitLab Group Scan Incorrectly Reports Missing Jenkinsfile as a Directory

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-61012  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: GitLab Group Scan Incorrectly Reports Missing Jenkinsfile as a Directory   
 

  
 
 
 
 

 
 Are you still facing this issue Charles Bozarth?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60405) Owner 'xyz' is neither a user/group/subgroup

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-60405  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Owner 'xyz' is neither a user/group/subgroup   
 

  
 
 
 
 

 
 Are you still facing this issue, I haven't been able to replicate it.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61138) Skip MR in WIP (work in progress) to be discover and keep running in 'usual' branches

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-61138  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Skip MR in WIP (work in progress) to be discover and keep running in 'usual' branches   
 

  
 
 
 
 

 
 I think this should be a functionality added in Basic Branch Build Strategy Plugin. Please check it out. Let me know what you think.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60059) Lightweight checkout for GitLab multibranch

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-60059  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Lightweight checkout for GitLab multibranch   
 

  
 
 
 
 

 
 Henrik Karlsson I think this has been fixed as noted. Please open it back if you face this issue again.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60059) Lightweight checkout for GitLab multibranch

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-60059  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60059  
 
 
  Lightweight checkout for GitLab multibranch   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60059) Lightweight checkout for GitLab multibranch

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-60059  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60059  
 
 
  Lightweight checkout for GitLab multibranch   
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60059) Lightweight checkout for GitLab multibranch

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda started work on  JENKINS-60059  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61784) Pipeline Status - Unstable builds are reported as failed.

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-61784  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Status - Unstable builds are reported as failed.   
 

  
 
 
 
 

 
 The progress can be found here https://github.com/jenkinsci/gitlab-branch-source-plugin/pull/85. But cannot give an ETA when it could ready as I am trying add new stages notification in that as well. Reason being my lack of knowledge and time atm.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61464) Gitlab and Bitbucket skip notifications trait are incompatible

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-61464  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61464  
 
 
  Gitlab and Bitbucket skip notifications trait are incompatible   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61784) Pipeline Status - Unstable builds are reported as failed.

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda started work on  JENKINS-61784  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61020) Allow custom context for commit status

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-61020  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61020  
 
 
  Allow custom context for commit status   
 

  
 
 
 
 

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

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61020) Allow custom context for commit status

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-61020  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61020  
 
 
  Allow custom context for commit status   
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61056) Env variable expansion in tasks of builds without a workspace is broken since TokenUtils 2.0

2020-04-25 Thread olivier.schi...@mybestpro.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Olivier Schiavo commented on  JENKINS-61056  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Env variable expansion in tasks of builds without a workspace is broken since TokenUtils 2.0   
 

  
 
 
 
 

 
 A pull request is pending for the issue: https://github.com/Diabol/delivery-pipeline-plugin/pull/310    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-58503) Symbols for Extensions

2020-04-25 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58503  
 
 
  Symbols for Extensions   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 

  
 
 
 
 

 
 Its currently possible to use the following dsl below when checking out code in a declarative pipeline:{noformat}checkout(  git(    branches: [[name: '*/master']],    extensions: [[  $class: 'RelativeTargetDirectory',   relativeTargetDir: 'some-dir'    ]]  )){noformat} It would be nice if it could support a richer dsl rather than the current $class syntax for extensions. e.g. something like: {noformat}checkout(  git(    branches: [[name: '*/master']],    extensions: [[  relativeTargetDir('some-dir')    ]]  )){noformat} This could be something i could help contribute if its acceptable?!h2. Implementation Process* List existing symbol definitions from configuration as code matched with {{$Class}} samples for that symbol (create a checklist of symbols to create)* Select a symbol and add a test for the symbol as a {{$Class}} form* Add the symbol* Add a test that uses the symbol instead of the {{$Class}} form* Confirm symbol appears in Pipeline syntax generator* Confirm symbol appears in Configuration as Code* Confirm configuration as code can still read previous configuration files* Write help for the symbol, assure it is clear, correct, complete, and visible in the online Pipeline syntaxh3. Existing Symbol Definitions  ||JCasC Parent   ||JCasC Symbol  ||Class Sample ||Symbol Sample ||| Col A0 |Col A1 |Col A2 | || git |branches   |branches | ||branches |name |branches: [[name: 'origin/master']]  |branches: [[name: 'origin/master']]||branches |name |branches: [[name: 'origin/master']]  |branches: [[name: 'origin/master']]||extensions   |localBranch|[$class:'LocalBranch', localBranch: '**']|localBranch('**') | |traits |localBranchTrait   |N/A (not in a Jenkinsfile) |localBranchTrait |  
 

  
 
 
 
 

 
 
 

 
 
 

[JIRA] (JENKINS-62053) Retry does not abort if a failure has happened during parallel executions

2020-04-25 Thread john.pastor...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Pastore created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62053  
 
 
  Retry does not abort if a failure has happened during parallel executions   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 Screen Shot 2020-04-25 at 10.37.32 AM.png, Screen Shot 2020-04-25 at 10.38.12 AM.png  
 
 
Components: 
 workflow-basic-steps-plugin  
 
 
Created: 
 2020-04-25 14:44  
 
 
Environment: 
 Jenkins = 2.204.2  Pipeline: Basic Steps = 2.19  
 
 
Labels: 
 plugin  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 John Pastore  
 

  
 
 
 
 

 
 When wrapping parallel steps in a retry block, if you attempt to abort the run after a stage has failed, it will continue retrying instead of aborting.  Jenkins will also mark the build result as aborted, even though it continued with the retry and failed.  Because of this the stop button in Blue Ocean will be grayed out, until the page is refreshed.  And the only way to get the pipeline to finally abort, is to either abort it before a failure happens, or manually abort each retry.   

 

node {
stage('one') { 
   sleep 5 
}
stage('two') {
retry(3) {
parallel slowTask1: {
sleep 30
}, slowTask2: {
sleep 30
}, failingTask: {
 

[JIRA] (JENKINS-62026) jenkins quits when executing a shell script halfway through

2020-04-25 Thread mail779699...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 jiayu yu updated  JENKINS-62026  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62026  
 
 
  jenkins quits when executing a shell script halfway through   
 

  
 
 
 
 

 
Change By: 
 jiayu yu  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62026) jenkins quits when executing a shell script halfway through

2020-04-25 Thread mail779699...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 jiayu yu started work on  JENKINS-62026  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 jiayu yu  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61972) Time is wrongly displayed on running Jobs

2020-04-25 Thread n...@nathangrubb.io (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nathan Grubb commented on  JENKINS-61972  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Time is wrongly displayed on running Jobs   
 

  
 
 
 
 

 
 Dag Wieers Can you confirm that if you disable your user time zone setting if everything works as expected? I think when I initially developed this feature I was testing with Jenkins using UTC time but in hindsight that wasn't a very good idea as that's the easiest case. I will look into improving this feature.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62052) Default doGenerateSubmoduleConfigurations: false should not be added by checkout pipeline syntax for git

2020-04-25 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62052  
 
 
  Default doGenerateSubmoduleConfigurations: false should not be added by checkout pipeline syntax for git   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62052) Default doGenerateSubmoduleConfigurations: false should not be added by checkout pipeline syntax for git

2020-04-25 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62052  
 
 
  Default doGenerateSubmoduleConfigurations: false should not be added by checkout pipeline syntax for git   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Summary: 
 Defaulf Default  doGenerateSubmoduleConfigurations: false should not be added by checkout pipeline syntax for git  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61960) Migrate the shelve project documentation

2020-04-25 Thread pibe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pierre Beitz updated  JENKINS-61960  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61960  
 
 
  Migrate the shelve project documentation   
 

  
 
 
 
 

 
Change By: 
 Pierre Beitz  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62052) Defaulf doGenerateSubmoduleConfigurations: false should not be added by checkout pipeline syntax for git

2020-04-25 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62052  
 
 
  Defaulf doGenerateSubmoduleConfigurations: false should not be added by checkout pipeline syntax for git   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2020-04-25 13:05  
 
 
Environment: 
 git plugin 3.x and later with pipeline plugins  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Mark Waite  
 

  
 
 
 
 

 
 When using the Pipeline syntax in a running Jenkins instance, the pipeline fragment generated for git by the checkout step always includes: doGenerateSubmoduleConfigurations: false That is the default value. The pipeline syntax user interface provides no way to change that value and there are no automated tests for a non-default value. doGenerateSubmoduleConfigurations: false should be removed from the pipeline syntax output because it is a default value.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
   

[JIRA] (JENKINS-58503) Symbols for Extensions

2020-04-25 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58503  
 
 
  Symbols for Extensions   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 

  
 
 
 
 

 
 Its currently possible to use the following dsl below when checking out code in a declarative pipeline:{noformat}checkout(  git(    branches: [[name: '*/master']],    extensions: [[  $class: 'RelativeTargetDirectory',   relativeTargetDir: 'some-dir'    ]]  )){noformat} It would be nice if it could support a richer dsl rather than the current $class syntax for extensions. e.g. something like: {noformat}checkout(  git(    branches: [[name: '*/master']],    extensions: [[  relativeTargetDir('some-dir')    ]]  )){noformat} This could be something i could help contribute if its acceptable?!h2. Implementation Process* List existing symbol definitions from configuration as code matched with {{$Class}} samples for that symbol (create a checklist of symbols to create)* Select a symbol and add a test for the symbol as a {{$Class}} form* Add the symbol* Add a test that uses the symbol instead of the {{$Class}} form* Confirm symbol appears in Pipeline syntax generator* Confirm symbol appears in Configuration as Code* Confirm configuration as code can still read previous configuration files* Write help for the symbol, assure it is clear, correct, complete, and visible in the online Pipeline syntax h3. Existing Symbol Definitions||JCasC Parent   ||JCasC Symbol  ||Class Sample ||Symbol Sample |||Col A0 |Col A1 |Col A2 | ||git |branches   |branches | ||branches |name |branches: [[name: 'origin/master']]  |branches: [[name: 'origin/master']]||branches |name |branches: [[name: 'origin/master']]  |branches: [[name: 'origin/master']]||extensions   |localBranch|[$class:'LocalBranch', localBranch: '**']|localBranch('**') |  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
   

[JIRA] (JENKINS-58503) Symbols for Extensions

2020-04-25 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58503  
 
 
  Symbols for Extensions   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 

  
 
 
 
 

 
 Its currently possible to use the following dsl below when checking out code in a declarative pipeline:{noformat}checkout(  git(    branches: [[name: '*/master']],    extensions: [[  $class: 'RelativeTargetDirectory',   relativeTargetDir: 'some-dir'    ]]  )){noformat} It would be nice if it could support a richer dsl rather than the current $class syntax for extensions. e.g. something like: {noformat}checkout(  git(    branches: [[name: '*/master']],    extensions: [[  relativeTargetDir('some-dir')    ]]  )){noformat} This could be something i could help contribute if its acceptable?!h2. Implementation Process* List existing symbol definitions from configuration as code matched with {{$Class}} samples for that symbol (create a checklist of symbols to create)* Select a symbol and add a test for the symbol as a {{$Class}} form* Add the symbol* Add a test that uses the symbol instead of the {{$Class}} form* Confirm symbol appears in Pipeline syntax generator* Confirm symbol appears in Configuration as Code* Confirm configuration as code can still read previous configuration files* Write help for the symbol, assure it is clear, correct, complete, and visible in the online Pipeline syntaxh3. Existing Symbol Definitions||JCasC Parent   ||JCasC Symbol  ||Class Sample ||Symbol Sample ||| Col A0 |Col A1 |Col A2 | || git |branches   |branches | ||branches |name |branches: [[name: 'origin/master']]  |branches: [[name: 'origin/master']]||branches |name |branches: [[name: 'origin/master']]  |branches: [[name: 'origin/master']]||extensions   |localBranch|[$class:'LocalBranch', localBranch: '**']|localBranch('**') |  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 
  

[JIRA] (JENKINS-61683) Add GitLab variables to environment

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda updated  JENKINS-61683  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61683  
 
 
  Add GitLab variables to environment   
 

  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-59897) cygwin git can't find askpass batch file with '\' in path name

2020-04-25 Thread r0maikx...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andras Kucsma commented on  JENKINS-59897  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: cygwin git can't find askpass batch file with '\' in path name   
 

  
 
 
 
 

 
 A fix for this has been merged to git: https://github.com/git/git/commit/05ac8582bc722c8bd3ab7a0cafa681bec198a06d As far as I can see, it is planned to be released in git 2.27.0.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62024) Add quick filter box for dropdown lists

2020-04-25 Thread johnl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Lin commented on  JENKINS-62024  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add quick filter box for dropdown lists   
 

  
 
 
 
 

 
 Thank you. I'll submit a PR for this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62024) Add quick filter box for dropdown lists

2020-04-25 Thread johnl...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 John Lin assigned an issue to John Lin  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62024  
 
 
  Add quick filter box for dropdown lists   
 

  
 
 
 
 

 
Change By: 
 John Lin  
 
 
Assignee: 
 John Lin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62024) Add quick filter box for dropdown lists

2020-04-25 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-62024  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add quick filter box for dropdown lists   
 

  
 
 
 
 

 
 It would be a great improvement!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-62024) Add quick filter box for dropdown lists

2020-04-25 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62024  
 
 
  Add quick filter box for dropdown lists   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Labels: 
 ux ux-sig  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61683) Add GitLab variables to environment

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda commented on  JENKINS-61683  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add GitLab variables to environment   
 

  
 
 
 
 

 
 This is a work in progress https://github.com/jenkinsci/gitlab-branch-source-plugin/pull/86  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61683) Add GitLab variables to environment

2020-04-25 Thread parichay.barpa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Parichay Barpanda started work on  JENKINS-61683  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Parichay Barpanda  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-61788) jclouds single-use slave never cleaned up

2020-04-25 Thread fr...@fritz-elfert.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Fritz Elfert updated  JENKINS-61788  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 As I got no further feedback, I now released v1.18 and close this issue. Feel free to reopen this issue, if you are not satisfied with the solution. Note: A slight delay (~ 1min) is still happening between marking a slave offline and actually deleting the instance in the cloud. This works as designed.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-61788  
 
 
  jclouds single-use slave never cleaned up   
 

  
 
 
 
 

 
Change By: 
 Fritz Elfert  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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 

[JIRA] (JENKINS-62026) jenkins quits when executing a shell script halfway through

2020-04-25 Thread dshvedche...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Denis Shvedchenko commented on  JENKINS-62026  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jenkins quits when executing a shell script halfway through   
 

  
 
 
 
 

 
 Hi, it looks like your scripts kill itself. when you invoke Kill function - it performs Kill -9 -${Pid} - so it means that you have some error in identifying PID of the process that you want to kill  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





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