[JIRA] (JENKINS-34815) NodeJS plugin unable to install global NPM packages

2016-06-18 Thread signu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Sexton edited a comment on  JENKINS-34815  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NodeJS plugin unable to install global NPM packages   
 

  
 
 
 
 

 
 I can also validate this issue. I have tested it on a fresh install of Jenkins 2.0 (v2.9 to be specific) with NodeJS v6.2.2. I have also done this for NodeJS 5.9, 6.0, 6.1, and 6.2.1. It appears that no version of NodeJS 6+ this works, but continues to work for versions <6.0. When the tool itself is installing modules, the PATH is not set correctly. When running the build job, the PATH gets set correctly, so node and npm are available and I can print out the versions.{code}Unpacking https://nodejs.org/dist/v6.2.2/node-v6.2.2-linux-x64.tar.gz to /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6.2.2 on Jenkins$ /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6.2.2/bin/npm install -g mocha istanbul eslint grunt-cli forever mocha-junit-reporter/usr/bin/env: node: No such file or directory # Build Step [testnode1] $ /bin/sh -xe /tmp/hudson4410243541713209879.sh+ echo /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6.2.2/bin:/sbin:/usr/sbin:/bin:/usr/bin/var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6.2.2/bin:/sbin:/usr/sbin:/bin:/usr/bin+ npm -v3.9.5+ node -vv6.2.2{code}  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit 

[JIRA] (JENKINS-34815) NodeJS plugin unable to install global NPM packages

2016-06-18 Thread signu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matthew Sexton commented on  JENKINS-34815  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NodeJS plugin unable to install global NPM packages   
 

  
 
 
 
 

 
 I can also validate this issue. I have tested it on a fresh install of Jenkins 2.0 (v2.9 to be specific) with NodeJS v6.2.2. I have also done this for NodeJS 5.9, 6.0, 6.1, and 6.2.1. It appears that no version of NodeJS 6+ this works, but continues to work for versions <6.0.  When the tool itself is installing modules, the PATH is not set correctly. When running the build job, the PATH gets set correctly, so node and npm are available and I can print out the versions. 

 

Unpacking https://nodejs.org/dist/v6.2.2/node-v6.2.2-linux-x64.tar.gz to /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6.2.2 on Jenkins
$ /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6.2.2/bin/npm install -g mocha istanbul eslint grunt-cli forever mocha-junit-reporter
/usr/bin/env: node: No such file or directory
[testnode1] $ /bin/sh -xe /tmp/hudson4410243541713209879.sh
+ echo /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6.2.2/bin:/sbin:/usr/sbin:/bin:/usr/bin
/var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node-6.2.2/bin:/sbin:/usr/sbin:/bin:/usr/bin
+ npm -v
3.9.5
+ node -v
v6.2.2
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 


[JIRA] (JENKINS-30318) Git plugin breaks usage of Git LFS due to lack of Git Clone use

2016-06-18 Thread jacob.kel...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jacob Keller commented on  JENKINS-30318  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Git plugin breaks usage of Git LFS due to lack of Git Clone use   
 

  
 
 
 
 

 
 I would rather focus on just getting things working, and someone who is actively interested in using LFS is free to submit patches that fix the performance issues and they can be reviewed. Unfortunately I do not have the time to do that myself.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36074) "failed to write commitId" causes /blue to break completely

2016-06-18 Thread marc.es...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marc Esher commented on  JENKINS-36074  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "failed to write commitId" causes /blue to break completely   
 

  
 
 
 
 

 
 So, I was able to modify the plugin and identify the issue. Before I go into it, huge applause to your team for making blueocean-plugin "just work" out of the box. With minimal jenkins development experience, I was able to git clone, read the README, find the code to fix, re-build and re-deploy to an existing Jenkins, and figure it out. I know that's how it should always work in open source  ; I find that it rarely does. So... thank you. Now, here's what I discovered. in AbstractRunImpl.getCommitId(), I have a single job where buildData is not null, but getLastBuiltRevision() is null, which causes the NPE in the stack trace above. What would cause that? This crazy edge case: someone had configured a job, ran it once, and the git repo configured for the job was bad. Consequently, it had a build, but no valid git data. Crazy, huh?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36074) "failed to write commitId" causes /blue to break completely

2016-06-18 Thread marc.es...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marc Esher created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36074  
 
 
  "failed to write commitId" causes /blue to break completely   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 James Dumay  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Jun/18 8:30 PM  
 
 
Environment: 
 Jenkins 2.9, RHEL, hundreds of jobs  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Marc Esher  
 

  
 
 
 
 

 
 I've installed all the blue ocean hpis, and all dependencies, into an existing Jenkins 2.9 server running on RHEL. Jenkins starts fine, and I get the "try blue ocean" button at the top of the screen. However, when I go to /blue, I get "no pipelines found", and if I go to the XHR that failed (http://myjenkins/blue/rest/search/?q=type:pipeline), I see the following stack trace. thanks! Marc 

 

java.io.IOException: Failed to write commitId
 at org.kohsuke.stapler.export.Property.safeGetValue(Property.java:151)
 at org.kohsuke.stapler.export.Property.writeTo(Property.java:126)
 at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:227)
 at org.kohsuke.stapler.export.Property.writeValue(Property.java:279)
 at org.kohsuke.stapler.export.Property.writeValue(Property.java:168)
 at org.kohsuke.stapler.export.Property.writeTo(Property.java:139)
 at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:227)
 at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:223)
 at org.kohsuke.stapler.export.Model.writeTo(Model.java:198)
 at org.kohsuke.stapler.ResponseImpl.writeOne(ResponseImpl.java:285)
 at org.kohsuke.stapler.ResponseImpl.serveExposedBean(ResponseImpl.java:273)
 at hudson.model.Api.doJson(Api.java:211)
 at 

[JIRA] (JENKINS-36048) ATH - Agent/Slave creation tests fail when multiple credentials providers are available

2016-06-18 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-36048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ATH - Agent/Slave creation tests fail when multiple credentials providers are available   
 

  
 
 
 
 

 
 Nope, turns out Selenium is only seeing one button, and it's the right one. The YUI menu item just refuses to change visibility from hidden to visible...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36048) ATH - Agent/Slave creation tests fail when multiple credentials providers are available

2016-06-18 Thread stephenconno...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 stephenconnolly commented on  JENKINS-36048  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ATH - Agent/Slave creation tests fail when multiple credentials providers are available   
 

  
 
 
 
 

 
 Then there are two buttons and you are clicking the wrong button... each button has a contextualised set of links (because one button might allow user stores while another may not)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36043) Saving/Applying multi-branch job config causes NullPointerException hudson.scm.SCMS.parseSCM

2016-06-18 Thread mohamed.el-habib+jenk...@digitas.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mohamed El Habib commented on  JENKINS-36043  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Saving/Applying multi-branch job config causes NullPointerException hudson.scm.SCMS.parseSCM   
 

  
 
 
 
 

 
 i have the same error with jenkins 2.9  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36073) Extension Points for external workspace manager

2016-06-18 Thread somai.alexan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexandru Somai created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36073  
 
 
  Extension Points for external workspace manager   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Alexandru Somai  
 
 
Components: 
 external-workspace-manager-plugin  
 
 
Created: 
 2016/Jun/18 2:44 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Alexandru Somai  
 

  
 
 
 
 

 
 Provide extensibility for the external workspace manager plugin. For this, implement various Extension Points.  e.g. 
 
DiskRestrictions 
DiskInfoProvider 
DiskAllocationStrategies 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-36072) Integrate external workspace manager with one disk provider

2016-06-18 Thread somai.alexan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alexandru Somai created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36072  
 
 
  Integrate external workspace manager with one disk provider   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Alexandru Somai  
 
 
Components: 
 external-workspace-manager-plugin  
 
 
Created: 
 2016/Jun/18 2:41 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Alexandru Somai  
 

  
 
 
 
 

 
 Integrate the external workspace manager plugin with one disk provider. Possible candidates: 
 
Amazon EBS 
Google Cloud Storage 
EMC 
CEPH 
 The integration has to be done via an Extension Point provided by the plugin.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 

[JIRA] (JENKINS-35567) multibranch project and ssh+git broken

2016-06-18 Thread jenk...@fd.mytrap.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Florian Doersch commented on  JENKINS-35567  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: multibranch project and ssh+git broken   
 

  
 
 
 
 

 
 sorry, but I dont think thats the point here, we dont get far enough to care about the repository-part of the url currently 1. If I do not specify "ssh://" on the url the port on the url is ignored at all => BUG 2. If I do specify "ssh://" on the url, no authentication is done ("Closed due to user request. [preauth]"=) => BUG 3. Master's ~/.ssh/config or even Slave's ~/.ssh/config gets completly ignored, but is not on "Standard Builds" => BUG  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35567) multibranch project and ssh+git broken

2016-06-18 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite commented on  JENKINS-35567  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: multibranch project and ssh+git broken   
 

  
 
 
 
 

 
 I think JENKINS-26327 may have some useful information.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36071) mcafee renewal support phone number

2016-06-18 Thread ninacolhou...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 nina colhoun created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36071  
 
 
  mcafee renewal support phone number
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 _unsorted  
 
 
Created: 
 2016/Jun/18 11:30 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 nina colhoun  
 

  
 
 
 
 

 
 1-855-6O1-OOO8 Mcafee tech support number 1-855-6O1-OOO8 mcafee technical support phone number 1-855-6O1-OOO8 mcafee tech support number usa 1-855-6O1-OOO8 mcafee antivirus tech support 1-855-6O1-OOO8 mcafee antivirus tech support number 1-855-6O1-OOO8 mcafee antivirus tech support phone number 1-855-6O1-OOO8 mcafee antivirus support phone number 1-855-6O1-OOO8 mcafee technical support 1-855-6O1-OOO8 mcafee technical support number 1-855-6O1-OOO8 mcafee antivirus technical support number 1-855-6O1-OOO8 mcafee technical support phone number 1-855-6O1-OOO8 mcafee technical support phone number usa 1-855-6O1-OOO8 mcafee antivirus technical support phone number 1-855-6O1-OOO8 mcafee phone number 1-855-6O1-OOO8 mcafee 24 hour support phone number 1-855-6O1-OOO8 tech support number for mcafee 1-855-6O1-OOO8 telephone number for mcafee antivirus 1-855-6O1-OOO8 mcafee antivirus phone number 1-855-6O1-OOO8 mcafee help phone number 1-855-6O1-OOO8 mcafee help desk phone number 1-855-6O1-OOO8 mcafee telephone support number 1-855-6O1-OOO8 mcafee internet security phone number 1-855-6O1-OOO8 mcafee internet security support phone number 1-855-6O1-OOO8 mcafee internet security tech support phone number 1-855-6O1-OOO8 mcafee internet security tech support number 1-855-6O1-OOO8 mcafee internet security Help number 1-855-6O1-OOO8 mcafee antivirus help 1-855-6O1-OOO8 Mcafee antivirus support canada 1-855-6O1-OOO8 Mcafee renewal support 1-855-6O1-OOO8 Mcafee antivirus support US 1-855-6O1-OOO8 Mcafee antivirus support line 1-855-6O1-OOO8 Mcafee antivirus support number 1-855-6O1-OOO8 Mcafee antivirus support number usa 1-855-6O1-OOO8 Mcafee antivirus support number canada 1-855-6O1-OOO8 mcafee telephone support number 1-855-6O1-OOO8 mcafee help phone 

[JIRA] (JENKINS-36070) Norton 360 helpdesk number, 1-855-6O1-OOO8 Norton support help number, Norton support help number

2016-06-18 Thread ninacolhou...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 nina colhoun created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36070  
 
 
  Norton 360 helpdesk number, 1-855-6O1-OOO8 Norton support help number, Norton support help number   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 _unsorted  
 
 
Created: 
 2016/Jun/18 11:23 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 nina colhoun  
 

  
 
 
 
 

 
 1-855-6O1-OOO8 Norton tech support number 1-855-6O1-OOO8 norton technical support phone number 1-855-6O1-OOO8 norton tech support number usa 1-855-6O1-OOO8 norton antivirus tech support 1-855-6O1-OOO8 norton antivirus tech support number 1-855-6O1-OOO8 norton antivirus tech support phone number 1-855-6O1-OOO8 norton antivirus support phone number 1-855-6O1-OOO8 norton technical support 1-855-6O1-OOO8 norton technical support number 1-855-6O1-OOO8 norton antivirus technical support number 1-855-6O1-OOO8 norton technical support phone number 1-855-6O1-OOO8 norton technical support phone number usa 1-855-6O1-OOO8 norton antivirus technical support phone number 1-855-6O1-OOO8 norton phone number 1-855-6O1-OOO8 norton 24 hour support phone number 1-855-6O1-OOO8 tech support number for norton 1-855-6O1-OOO8 telephone number for norton antivirus 1-855-6O1-OOO8 norton antivirus phone number 1-855-6O1-OOO8 norton help phone number 1-855-6O1-OOO8 norton help desk phone number 1-855-6O1-OOO8 norton telephone support number 1-855-6O1-OOO8 norton internet security phone number 1-855-6O1-OOO8 norton internet security support phone number 1-855-6O1-OOO8 norton internet security tech support phone number 1-855-6O1-OOO8 norton internet security tech support number 1-855-6O1-OOO8 norton internet security Help number 1-855-6O1-OOO8 norton antivirus help 1-855-6O1-OOO8 Norton antivirus support canada 1-855-6O1-OOO8 Norton renewal support 1-855-6O1-OOO8 Norton antivirus support US 1-855-6O1-OOO8 Norton antivirus support line 1-855-6O1-OOO8 Norton antivirus support number 1-855-6O1-OOO8 Norton antivirus support number usa 1-855-6O1-OOO8 Norton antivirus support number canada 1-855-6O1-OOO8 

[JIRA] (JENKINS-36069) AVG helpdesk number, 1-855-6O1-OOO8 AVG support help number, AVG support help number

2016-06-18 Thread ninacolhou...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 nina colhoun created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36069  
 
 
  AVG helpdesk number, 1-855-6O1-OOO8 AVG support help number, AVG support help number   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Oleg Nenashev  
 
 
Components: 
 _unsorted  
 
 
Created: 
 2016/Jun/18 11:17 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 nina colhoun  
 

  
 
 
 
 

 
 1-855-6O1-OOO8 Avg tech support number 1-855-6O1-OOO8 avg technical support phone number 1-855-6O1-OOO8 avg tech support number usa 1-855-6O1-OOO8 avg antivirus tech support 1-855-6O1-OOO8 avg antivirus tech support number 1-855-6O1-OOO8 avg antivirus tech support phone number 1-855-6O1-OOO8 avg antivirus support phone number 1-855-6O1-OOO8 avg technical support 1-855-6O1-OOO8 avg technical support number 1-855-6O1-OOO8 avg antivirus technical support number 1-855-6O1-OOO8 avg technical support phone number 1-855-6O1-OOO8 avg technical support phone number usa 1-855-6O1-OOO8 avg antivirus technical support phone number 1-855-6O1-OOO8 avg phone number 1-855-6O1-OOO8 avg 24 hour support phone number 1-855-6O1-OOO8 tech support number for avg 1-855-6O1-OOO8 telephone number for avg antivirus 1-855-6O1-OOO8 avg antivirus phone number 1-855-6O1-OOO8 avg help phone number 1-855-6O1-OOO8 avg help desk phone number 1-855-6O1-OOO8 avg telephone support number 1-855-6O1-OOO8 avg internet security phone number 1-855-6O1-OOO8 avg internet security support phone number 1-855-6O1-OOO8 avg internet security tech support phone number 1-855-6O1-OOO8 avg internet security tech support number 1-855-6O1-OOO8 avg internet security Help number 1-855-6O1-OOO8 avg antivirus help 1-855-6O1-OOO8 Avg antivirus support canada 1-855-6O1-OOO8 Avg renewal support 1-855-6O1-OOO8 Avg antivirus support US 1-855-6O1-OOO8 Avg antivirus support line 1-855-6O1-OOO8 Avg antivirus support number 1-855-6O1-OOO8 Avg antivirus support number usa 1-855-6O1-OOO8 Avg antivirus support number canada 1-855-6O1-OOO8 avg telephone support number 1-855-6O1-OOO8 avg help phone number 1-855-6O1-OOO8 avg help desk phone number 

[JIRA] (JENKINS-36068) Incorrect redirection for maven version configuration

2016-06-18 Thread jonathan_balbi...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonathan Balbin updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36068  
 
 
  Incorrect redirection for maven version configuration   
 

  
 
 
 
 

 
Change By: 
 Jonathan Balbin  
 
 
Summary: 
 Incorrect redirection for maven version  configuration  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36068) Incorrect redirection for maven version

2016-06-18 Thread jonathan_balbi...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jonathan Balbin created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36068  
 
 
  Incorrect redirection for maven version   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 jenkins2.9.png  
 
 
Components: 
 jenkins-cloudformation  
 
 
Created: 
 2016/Jun/18 10:56 AM  
 
 
Environment: 
 JENKINS 2.9  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jonathan Balbin  
 

  
 
 
 
 

 
 if the user clicks the "the system configuration" link in Project Configure - (Jenkins needs to know where your Maven is installed. Please do so from the system configuration.)  The user is redirected to a Jenkins Configuration page; http://localhost:8080/jenkins/configure  Expected  The user should be redirected to Jenkins Global Tool Configuration page ; http://localhost:8080/jenkins/configureTools/  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

[JIRA] (JENKINS-30318) Git plugin breaks usage of Git LFS due to lack of Git Clone use

2016-06-18 Thread s.t.richm...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Scott Richmond commented on  JENKINS-30318  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Git plugin breaks usage of Git LFS due to lack of Git Clone use   
 

  
 
 
 
 

 
 I understand where you're coming from, but I would strongly suggest otherwise - Without some explicit support for LFS you will be forcing users to run the first clone with no parallelism. I wasn't kidding with how slow it is - A repo with 10k binary files can take around an hour using the default Git clone and under 10 minutes with some explicit LFS command/s. There is now a fairly new command in LFS - `git lfs clone` - It will perform the initial clone with parallelized file downloads. It is the recommended way to clone an LFS repo. Without some explicit support for LFS I fear that you'll only later get hammered by users to fix the above issue. That said, by moving to `git clone` I suppose at least LFS repos will work in the first place. Though you may want to consider adding a checkbox along the lines of 'Perform Git LFS Clone' that is optional and will simply swap all `git clone` commands with `git lfs clone` and thusly speed up LFS repos.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35771) Steps API to get all steps

2016-06-18 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35771  
 
 
  Steps API to get all steps   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36067) A branch name (which is incorrect) is shown in the branch column of non multibranch jobs

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-36067  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: A branch name (which is incorrect) is shown in the branch column of non multibranch jobs   
 

  
 
 
 
 

 
 See attached screen caps that show it. Firstly, it knows it isn't multibranch, secondly, it shows the pipeline name as the branch (incorrectly).   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36067) A branch name (which is incorrect) is shown in the branch column of non multibranch jobs

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36067  
 
 
  A branch name (which is incorrect) is shown in the branch column of non multibranch jobs   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Attachment: 
 Screenshot from 2016-06-18 17-43-54.png  
 
 
Attachment: 
 Screenshot from 2016-06-18 17-43-39.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36067) A branch name (which is incorrect) is shown in the branch column of non multibranch jobs

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36067  
 
 
  A branch name (which is incorrect) is shown in the branch column of non multibranch jobs   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 James Dumay  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36067) A branch name (which is incorrect) is shown in the branch column of non multibranch jobs

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36067  
 
 
  A branch name (which is incorrect) is shown in the branch column of non multibranch jobs   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Sprint: 
 1.0-m10  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36067) A branch name (which is incorrect) is shown in the branch column of non multibranch jobs

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36067  
 
 
  A branch name (which is incorrect) is shown in the branch column of non multibranch jobs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 James Dumay  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2016/Jun/18 9:11 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Michael Neale  
 

  
 
 
 
 

 
 When you open a pipeline that is not multibranch, it still shows the branch column. Moreover, the branch column has values which is the pipeline name (which is usually not at all what the branch is).  Ideally the branch column would be hidden, or at least left empty for all rows.  The pipeline results screen knows that it is a non multibranch type, so it should be able to do this.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 


[JIRA] (JENKINS-36066) Credentials visibility

2016-06-18 Thread amu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Antonio Muñiz created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36066  
 
 
  Credentials visibility   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Antonio Muñiz  
 
 
Components: 
 bitbucket-branch-source-plugin  
 
 
Created: 
 2016/Jun/18 8:44 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Antonio Muñiz  
 

  
 
 
 
 

 
 Scan Credentials and Checkout Credentials fields are filtering credentials defined only at top Jenkins level. Folder bounded credentials are not visible.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  

[JIRA] (JENKINS-36057) API to retrieve unbuilt commits for a branch

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-36057  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API to retrieve unbuilt commits for a branch   
 

  
 
 
 
 

 
 James Dumay can you rephrase? I can't parse your sentence. Need a bit more clarity on this ticket.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36055) Summary does not update for new runs

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Tom FENNELLY  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36055  
 
 
  Summary does not update for new runs   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 Tom FENNELLY  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35891) Update the Jenkins Design Language page on Confluence

2016-06-18 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to James Dumay  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35891  
 
 
  Update the Jenkins Design Language page on Confluence   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 James Dumay  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36055) Summary does not update for new runs

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36055  
 
 
  Summary does not update for new runs   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 Tom FENNELLY  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36057) API to retrieve unbuilt commits for a branch

2016-06-18 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-36057  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: API to retrieve unbuilt commits for a branch   
 

  
 
 
 
 

 
 Michael Neale KK wanted a ticket to show other Jenkins devs to find a path forward for this one.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36055) Summary does not update for new runs

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Tom FENNELLY  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36055  
 
 
  Summary does not update for new runs   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 James Dumay Tom FENNELLY  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36056) When the estimated duration cannot be determined the wrong indicator is shown

2016-06-18 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale assigned an issue to Cliff Meyers  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-36056  
 
 
  When the estimated duration cannot be determined the wrong indicator is shown   
 

  
 
 
 
 

 
Change By: 
 Michael Neale  
 
 
Assignee: 
 James Dumay Cliff Meyers  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35841) Developer can tail the log of an executing stage

2016-06-18 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler stopped work on  JENKINS-35841  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-36020) Unable to show pipelines that don't have any stages

2016-06-18 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler started work on  JENKINS-36020  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35841) Developer can tail the log of an executing stage

2016-06-18 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler started work on  JENKINS-35841  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-35841) Developer can tail the log of an executing stage

2016-06-18 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler stopped work on  JENKINS-35841  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
For more options, visit https://groups.google.com/d/optout.