[JIRA] (JENKINS-58381) Trend graph not appearing

2019-11-02 Thread jenk...@richardlee.name (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Lee commented on  JENKINS-58381  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Trend graph not appearing   
 

  
 
 
 
 

 
 see https://github.com/jenkinsci/dependency-track-plugin/pull/8  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-60028) Jenkinsfile when changeset skipped if already built

2019-11-02 Thread rittn...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Rittner created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60028  
 
 
  Jenkinsfile when changeset skipped if already built   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 jenkinsfile-runner  
 
 
Created: 
 2019-11-02 22:15  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jesse Rittner  
 

  
 
 
 
 

 
 I had a Jenkinsfile like this: stage ('Test') {{{    when { changeset 'foo.txt' }}}     steps { echo 'foo.txt in changeset' }}}{ If I push a commit that changes foo.txt, the stage executes, as expected. But if I retrigger a build of that same commit, the stage gets skipped. Worse, this happens even if the first build fails. Is this the expected behavior? If so, I don't see how changeset could ever be useful. For example, imagine we wanted to run a linter on a file, but only if that file has changed. A developer makes changes, the stage executes, and the linter fails. Then that developer triggers another build, the stage gets skipped, and now the build passes. This defeats the entire point. From what I've gathered, the changeset condition is comparing the incoming commit hash with the one from the previous build. But that leads to big problems if the previous build failed, or was for the same commit. I suggest the following rules: If the previous build failed (i.e., was not "SUCCESS"), or was for the same commit, that build's changeset(s) must be added to the the new build's list of changeset.  
 

  
 
 
 
 

 
 
 

 
   

[JIRA] (JENKINS-26660) Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline

2019-11-02 Thread rene.sche...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 René Scheibe edited a comment on  JENKINS-26660  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline   
 

  
 
 
 
 

 
 Current State- Step 1 is done. With  [  git-client-plugin 3.0.0 |  https://github.com/jenkinsci/git-client-plugin/ releases/tag/git-client-3.0.0] [https://github.com/jenkinsci/git-client-plugin/ pull/222 ]  is released now.- Step 2 is still to be done. Using the new feature from git-client-plugin in git-plugin ( [ https://github.com/jenkinsci/git-plugin/pull/449 ] ).  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-26660) Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline

2019-11-02 Thread rene.sche...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 René Scheibe commented on  JENKINS-26660  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline   
 

  
 
 
 
 

 
 Current State 
 
Step 1 is done. With git-client-plugin 3.0.0 https://github.com/jenkinsci/git-client-plugin/pull/222 is released now. 
Step 2 is still to be done. Using the new feature from git-client-plugin in git-plugin (https://github.com/jenkinsci/git-plugin/pull/449). 
  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-52774) Restart from Stage doesn't restore global variable

2019-11-02 Thread amle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alistair Leszkiewicz edited a comment on  JENKINS-52774  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Restart from Stage doesn't restore global variable   
 

  
 
 
 
 

 
 [~abayer] This issue is affecting us also, if you can suggest a temporary work around that would help us Thanks Restarting a stage from the original build will work, but restarting a stage twice does not work (restarting a failed restarted stage) . We rely on environment variables instead of global variables  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-26660) Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline

2019-11-02 Thread rene.sche...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 René Scheibe updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-26660  
 
 
  Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline   
 

  
 
 
 
 

 
Change By: 
 René Scheibe  
 
 
Component/s: 
 git-plugin  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-52774) Restart from Stage doesn't restore global variable

2019-11-02 Thread amle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alistair Leszkiewicz edited a comment on  JENKINS-52774  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Restart from Stage doesn't restore global variable   
 

  
 
 
 
 

 
 [~abayer] This issue is affecting us also, if you can suggest a temporary work around that would help us Thanks  Restarting a stage from the original build will work, but restarting a stage twice does not work (restarting a failed restarted stage)  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-52774) Restart from Stage doesn't restore global variable

2019-11-02 Thread amle...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alistair Leszkiewicz commented on  JENKINS-52774  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Restart from Stage doesn't restore global variable   
 

  
 
 
 
 

 
 Andrew Bayer This issue is affecting us also, if you can suggest a temporary work around that would help us Thanks  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59752) Add support for ephemeral OS disk

2019-11-02 Thread scherer_ste...@icloud.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Scherer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59752  
 
 
  Add support for ephemeral OS disk   
 

  
 
 
 
 

 
Change By: 
 Stefan Scherer  
 

  
 
 
 
 

 
 Recently, Microsoft introduced the concept of [Ephemeral OS disk|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ephemeral-os-disks] for certain types of VMs.  An Ephemeral OS disk is stored on local storage and is therefore faster and free, but it is not persistent.  It is therefore only used in situations where the VM is based on an [image|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/capture-image-resource] and every time it is started the OS disk will get “regenerated” from the generalized image and any changes made to the OS disk (C: ) will be lost if the VM moves to another host or is reallocated.   [https://docs.microsoft.com/en-us/azure/virtual-machines/linux/ephemeral-os-disks] This would be super helpful for ephemeral Jenkins agents to have the best performance like the temporary disk (D: ) and have no cost for this disk.What I can see it's only a small change in the json. The diffDiskSettings with option Local seems to be the key.Machine sizes must be big enough to carry the disk image (127 GB for Windows from Marketplace) in their cache.  Or use one of the smalldisk images (30 GB) and set the diskSizeGB to 100 GB for a Standard_D4s_v3. {code}{"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#","contentVersion": "1.0.0.0","parameters": {"virtualMachines_redacted_name": {"defaultValue": "redacted","type": "String"},"redacted_externalid": {"defaultValue": "/subscriptions/redacted/resourceGroups/PackerImages/providers/Microsoft.Compute/images/redacted","type": "String"},"disks_redacted_disk1_externalid": {"defaultValue": "/subscriptions/redacted/resourceGroups/redacted/providers/Microsoft.Compute/disks/redacted","type": "String"},"networkInterfaces_redacted41_externalid": {"defaultValue": "/subscriptions/redacted/resourceGroups/redacted/providers/Microsoft.Network/networkInterfaces/redacted","type": "String"}},"variables": {},"resources": [{"type": "Microsoft.Compute/virtualMachines","apiVersion": "2019-03-01","name": "[parameters('virtualMachines_redacted_name')]","location": "westus","properties": {"hardwareProfile": {"vmSize": "Standard_D4s_v3"},"storageProfile": {"imageReference": { "id": "[parameters('redacted_externalid')]"},"osDisk": { "osType": "Windows", "diffDiskSettings": { "option": "Local" }, "name": "[concat(parameters('virtualMachines_redacted_name'), '_disk1_')]",   

[JIRA] (JENKINS-59752) Add support for ephemeral OS disk

2019-11-02 Thread scherer_ste...@icloud.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Scherer edited a comment on  JENKINS-59752  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for ephemeral OS disk   
 

  
 
 
 
 

 
 Found a promising fork [https://github.com/jenkinsci/azure-vm-agents-plugin/compare/dev...rittneje:azure-agent-os-type] that adds ephemeralOSDisk and managedDiskStorageAccountType, but needs some more adjustments for all json templates  and probably changes for deprovision() as no disk has to be deleted .I can try to help here.The relevant part is diffDiskSetting = Local  and caching = ReadOnly.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59752) Add support for ephemeral OS disk

2019-11-02 Thread scherer_ste...@icloud.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Scherer commented on  JENKINS-59752  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for ephemeral OS disk   
 

  
 
 
 
 

 
 Found a promising fork https://github.com/jenkinsci/azure-vm-agents-plugin/compare/dev...rittneje:azure-agent-os-type that adds ephemeralOSDisk and managedDiskStorageAccountType, but needs some more adjustments for all json templates. I can try to help here. The relevant part is diffDiskSetting = Local and caching = ReadOnly.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59942) Add stats badges to README

2019-11-02 Thread msk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mayuresh K commented on  JENKINS-59942  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add stats badges to README   
 

  
 
 
 
 

 
 Thanks for your help. I will look through your changes to wrap my head around what broke the test.   
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59942) Add stats badges to README

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated  JENKINS-59942  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59942  
 
 
  Add stats badges to README   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
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.202746.1572077923000.7547.1572699540212%40Atlassian.JIRA.


[JIRA] (JENKINS-59942) Add stats badges to README

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan commented on  JENKINS-59942  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add stats badges to README   
 

  
 
 
 
 

 
 Hi Mayuresh K that was great. Congrats! I've merged that change in. Will look to release these sometime next week.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-60027) Use correct separator character for Windows

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated  JENKINS-60027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60027  
 
 
  Use correct separator character for Windows   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 In Review Fixed but Unreleased  
 
 
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.202852.1572697791000.7543.1572699480086%40Atlassian.JIRA.


[JIRA] (JENKINS-60027) Use correct separator character for Windows

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated  JENKINS-60027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60027  
 
 
  Use correct separator character for Windows   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-55693) Joda time recommends using java.time in Java 8 and later

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-55693  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55693  
 
 
  Joda time recommends using java.time in Java 8 and later   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-42597) Percent character (%) in filenames is not url-encoded in the CHANGES page

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-42597  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42597  
 
 
  Percent character (%) in filenames is not url-encoded in the CHANGES page   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-52964) Add a way to tell if an SCMFileSystem.Builder supports an SCMSource class, not just an instance

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-52964  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-52964  
 
 
  Add a way to tell if an SCMFileSystem.Builder supports an SCMSource class, not just an instance   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-33238) GitPlugin | Concurrent builds are serialized when publishing

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-33238  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-33238  
 
 
  GitPlugin | Concurrent builds are serialized when publishing   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-53050) Empty "depth" parameter for shallow cloning is not handled correctly

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-53050  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-53050  
 
 
  Empty "depth" parameter for shallow cloning is not handled correctly   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57694) BuildChooser logs a missing descriptor message

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-57694  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-57694  
 
 
  BuildChooser logs a missing descriptor message   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-57683) ClassCastException in git plugin on GitHub branch scan

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-57683  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-57683  
 
 
  ClassCastException in git plugin on GitHub branch scan   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59415) Pass run/build object into decorateFetchCommand for GitSCMExtension

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-59415  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-59415  
 
 
  Pass run/build object into decorateFetchCommand for GitSCMExtension   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-45504) Add @Symbol annotations to traits

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-45504  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-45504  
 
 
  Add @Symbol annotations to traits   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-56189) Add Sparse Checkout as a Git SCM Trait

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-56189  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Included in git plugin 4.0.0 released Nov 2, 2019  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-56189  
 
 
  Add Sparse Checkout as a Git SCM Trait   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-60027) Use correct separator character for Windows

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60027  
 
 
  Use correct separator character for Windows   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Issue Type: 
 Improvement Bug  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-60027) Use correct separator character for Windows

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan started work on  JENKINS-60027  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-60027) Use correct separator character for Windows

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60027  
 
 
  Use correct separator character for Windows   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Mez Pahlan  
 
 
Components: 
 appcenter-plugin  
 
 
Created: 
 2019-11-02 12:29  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Mez Pahlan  
 

  
 
 
 
 

 
 Tests that work on paths fail under Windows when the test assumes a Unix like separator character "/". Acceptance Criteria: 
 
Tests pass on both Unix like and Windows nodes 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
   

[JIRA] (JENKINS-52891) Always log the timeout for a CliGit command

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-52891  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released with git client plugin 3.0.0 on Nov 2, 2019.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-52891  
 
 
  Always log the timeout for a CliGit command   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-29977) Git Plugin truncates changelog

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-29977  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released with git client plugin 3.0.0 and git plugin 4.0.0 on Nov 2, 2019.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-29977  
 
 
  Git Plugin truncates changelog   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-48258) git client plugin occasionally fails with "text file busy" error

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-48258  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released with git client plugin 3.0.0 and git plugin 4.0.0 on Nov 2, 2019.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-48258  
 
 
  git client plugin occasionally fails with "text file busy" error   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-21248) Add shallow update init for submodule

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-21248  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released with git client plugin 3.0.0 and git plugin 4.0.0 on Nov 2, 2019.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-21248  
 
 
  Add shallow update init for submodule   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-47514) Special characters in password are not escaped properly

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-47514  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released with git client plugin 3.0.0 on Nov 2, 2019.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-47514  
 
 
  Special characters in password are not escaped properly   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-44720) Git Submodules parallel jobs

2019-11-02 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated  JENKINS-44720  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Released with git client plugin 3.0.0 and git plugin 4.0.0 on Nov 2, 2019.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-44720  
 
 
  Git Submodules parallel jobs   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59943) Issue while uploading android apk to app center

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan commented on  JENKINS-59943  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Issue while uploading android apk to app center   
 

  
 
 
 
 

 
 Your stack trace indicates HTTP 403 Forbidden can you confirm that you are using the correct API key? If AppCenter is saying it is forbidden I'm not quite sure what else we can do.  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59944) Remove unused constructors from exception class

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated  JENKINS-59944  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59944  
 
 
  Remove unused constructors from exception class   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 0.7.2  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59947) Remove inner request classes for tasks

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated  JENKINS-59947  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59947  
 
 
  Remove inner request classes for tasks   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 0.7.2  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59946) Add Builder for upload requests

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated  JENKINS-59946  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59946  
 
 
  Add Builder for upload requests   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 0.7.2  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59945) Delegate logging

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated  JENKINS-59945  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59945  
 
 
  Delegate logging   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 0.7.2  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-59528) Support Ant style file paths

2019-11-02 Thread mez.pah...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mez Pahlan updated  JENKINS-59528  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-59528  
 
 
  Support Ant style file paths   
 

  
 
 
 
 

 
Change By: 
 Mez Pahlan  
 
 
Status: 
 Fixed but Unreleased Resolved  
 
 
Released As: 
 0.7.2  
 

  
 
 
 
 

 
 
 

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


[JIRA] (JENKINS-53462) Jenkins websites use non-trusted 'submit' event to start form submission when current browser is Firefox

2019-11-02 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53462  
 
 
  Jenkins websites use non-trusted 'submit' event to start form submission when current browser is Firefox   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Released As: 
 Jenkins 2.173 to 2. 2. 201, removed from 2.202  
 

  
 
 
 
 

 
 
 

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