[JIRA] [naginator-plugin] (JENKINS-29765) Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances

2015-10-18 Thread federi...@al.com.au (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Federico Naum commented on  JENKINS-29765 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Build Retry (both Naginator and Rebuild) pick wrong Git SHA under certain circumstances  
 
 
 
 
 
 
 
 
 
 
Thanks all, I understand now that the main functionality of the rebuild-plugin is to save you from having to enter the same explicit parameters again. But I still think that the desired behaviour should be to gather somehow the SCM revision from the SCM plugins and rebuild that instead of HEAD/the last revision built. It feels to me that the SCM revision is sort of an implicit parameter of a given build? Could it be done as an option in the rebuild page asking you whether or not to include the SCM data?  
Without knowing the architecture/code, I imagine something like Mark Waite mentioned. When rebuild is pressed on build X, then the rebuild-plugin asks Jenkins core or the SCM plugins which was the revision used to build X. 
I'm happy for this to be considered a nice to have instead of a Major issue, so please feel free to lower the priority to whatever you think is best for this type of issue 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [build-pipeline-plugin] (JENKINS-31012) Jenkins Build Pipeline Plugin and using HTTP tunnels to load the Jenkins instance

2015-10-18 Thread tony.xynida...@team.telstra.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tony Xynidakis created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31012 
 
 
 
  Jenkins Build Pipeline Plugin and using HTTP tunnels to load the Jenkins instance  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 build-pipeline-plugin 
 
 
 

Created:
 

 19/Oct/15 12:46 AM 
 
 
 

Environment:
 

 All 
 
 
 

Labels:
 

 plugin pipeline 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Tony Xynidakis 
 
 
 
 
 
 
 
 
 
 
In our Jenkins instance I've set up HTTP tunnels on my host machine so I don't have to log onto a windows jump box in order to access the Jenkins GUI. 
Everything is working fine, except for the build pipeline plug in. 
On the pipeline when I click the 'run' or 'console' button I get a 404 error. The error is that is can't fine the server name 
I suspect that the plugin is using absolute urls (which includes the server name) and not relative URLs 
Some users can only access the Jenkins via the Jumpbox so I 

[JIRA] [sonar-gerrit-plugin] (JENKINS-31006) Allow user to select a Gerrit category and post score under it.

2015-10-18 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-31006 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Allow user to select a Gerrit category and post score under it.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Tatiana Didik Path: src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder.java src/test/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilderTest.java http://jenkins-ci.org/commit/sonar-gerrit-plugin/abe662928017438497f99b8bf04cb3614d6e5fbf Log: JENKINS-31006 refactoring 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [sonar-gerrit-plugin] (JENKINS-31006) Allow user to select a Gerrit category and post score under it.

2015-10-18 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-31006 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Allow user to select a Gerrit category and post score under it.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Tatiana Didik Path: src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder.java src/main/java/org/jenkinsci/plugins/sonargerrit/data/converter/CustomIssueFormatter.java src/main/resources/messages.properties src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/config.jelly src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/config.properties src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/help-category.html src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/help-issuesScore.html src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/help-noIssuesScore.html src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/help-postScore.html src/test/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilderTest.java http://jenkins-ci.org/commit/sonar-gerrit-plugin/c18bba623cd53b1959c65b8a0fce48319bbe42a2 Log: JENKINS-31006 Post score under Gerrit category 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [sonar-gerrit-plugin] (JENKINS-31006) Allow user to select a Gerrit category and post score under it.

2015-10-18 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-31006 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Allow user to select a Gerrit category and post score under it.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Tatiana Path: src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder.java src/main/java/org/jenkinsci/plugins/sonargerrit/data/converter/CustomIssueFormatter.java src/main/resources/messages.properties src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/config.jelly src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/config.properties src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/help-category.html src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/help-issuesScore.html src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/help-noIssuesScore.html src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/help-postScore.html src/test/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilderTest.java http://jenkins-ci.org/commit/sonar-gerrit-plugin/2994332a46e67ae5db09a4e0106ecf914d28578c Log: Merge pull request #2 from aquarellian/master 
Fix for JENKINS-31006 
Compare: https://github.com/jenkinsci/sonar-gerrit-plugin/compare/2e51279ee51c...2994332a46e6 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [sonar-gerrit-plugin] (JENKINS-31006) Allow user to select a Gerrit category and post score under it.

2015-10-18 Thread aquarell...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tatiana Didik resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
available since sonar-gerrit-1.0.4 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-31006 
 
 
 
  Allow user to select a Gerrit category and post score under it.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tatiana Didik 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [msbuild-plugin] (JENKINS-31010) MSBuild.exe doesn't exist

2015-10-18 Thread 121285...@qq.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 awen hu commented on  JENKINS-31010 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: MSBuild.exe doesn't exist  
 
 
 
 
 
 
 
 
 
 
should I insatll .net framework on redhat ? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-30745) First poll does not run on copied jobs which aren't yet saved or applied

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-30745 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: First poll does not run on copied jobs which aren't yet saved or applied  
 
 
 
 
 
 
 
 
 
 
jake bishop IIRC newly copied jobs should have no "Build Now" link in the sidepanel until you save the config form. Are you saying that's not the case? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [github-plugin] (JENKINS-30980) Github polls fails when the Branches to build is different from empty for private repositories

2015-10-18 Thread federi...@al.com.au (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Federico Naum commented on  JENKINS-30980 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Github polls fails when the Branches to build is different from empty for private repositories  
 
 
 
 
 
 
 
 
 
 
Hi Kanstantsin Shautsou, 
Thanks for looking at this. 
Polling behaves the same way with plain poll scm. I does not work with any value in Branches to build - Branch Specifier (i.e master, refs/heads/master, refs/heads/*, origin/master, origin/*) but it works fine with ** or empty Does this mean that this is not a problem of the github-plugin but the gith-client-plugin? Should I move it there? 
Regarding the user/pass question, the fact that it works if I have Branches to build - Branch Specifier set to ** and the fact that it can successfully clone the repo inside the job tells me that the login/password is ok. But something to note is that the user/passw that I'm using for the credentials for this private repo is different from the user that I use to start the Jenkins service, so in the Source Code Management job configuration It prints the following error 

 

Failed to connect to repository : Command "git -c core.askpass=true ls-remote -h http://github.al.com.au/rnd/testSecurity HEAD" returned status code 128:
stdout: 
stderr: remote: Repository not found.
fatal: repository 'http://github.mycompamy.com/myorg/myrepo//' not found
 

 
I seems as the git plugin is using the user which started Jenkins for the validation of the repository in the Source Code Management configuration instead of using the credentianl provided in the piece of configuration that is right bellow  Can you corroborate this of should I ask somewhere else? 
Cheers, Fede 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received 

[JIRA] [sonar-gerrit-plugin] (JENKINS-31013) Add parameter to do not notify developer when posting comments

2015-10-18 Thread aleksey.di...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Aleksey Didik created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31013 
 
 
 
  Add parameter to do not notify developer when posting comments   
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Tatiana Didik 
 
 
 

Components:
 

 sonar-gerrit-plugin 
 
 
 

Created:
 

 19/Oct/15 5:04 AM 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Aleksey Didik 
 
 
 
 
 
 
 
 
 
 
As soon as comments are sent as separate review from Gerrit Trigger verification, Gerrit sends more mails then probably necessary. Would be great if plugin could be run in silence mode and no additional mails will come. 
I one project I have three parallel sonar review of different components, and as result I have 3 mails from 'sonar' review and one from gerrit trigger review. It's too much spam.  
My proposal is checkbox 'Keep silence' (like in main Gerrit trigger). Checkbox must be checked by default. Help text is 'In case if checked, notification mails about review and sonar violations would not be sent by Gerrit'.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
   

[JIRA] [ownership-plugin] (JENKINS-30254) [Ownership Plugin] - Add option to hide e-mails

2015-10-18 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev commented on  JENKINS-30254 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: [Ownership Plugin] - Add option to hide e-mails  
 
 
 
 
 
 
 
 
 
 
Created the pull request: https://github.com/jenkinsci/ownership-plugin/pull/43 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-3627) Add separate permission to view build logs

2015-10-18 Thread mess...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 mess110 mess110 commented on  JENKINS-3627 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add separate permission to view build logs  
 
 
 
 
 
 
 
 
 
 
Agreed, printing passwords in plain text to the console should not be done. 
On the other hand, the permission could also be useful to me: I allow anonymous builds and I would like to not display the trigger email at the end publicly. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [workflow-plugin] (JENKINS-27392) API to decorate console output

2015-10-18 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-27392 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: API to decorate console output  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Jesse Glick Path: pom.xml src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper.java src/main/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterValue.java src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsWorkflowTest.java http://jenkins-ci.org/commit/mask-passwords-plugin/453e8b54b64ad2b54335b1f4265fd90e33d8bf2e Log: 

JENKINS-27392
 Implement SimpleBuildWrapper in order to support Workflow project type . 
This pull request integrates https://github.com/jenkinsci/mask-passwords-plugin/pull/3 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-31011) Provide REST API for enabling and disabling Jenkins jobs

2015-10-18 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31011 
 
 
 
  Provide REST API for enabling and disabling Jenkins jobs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Labels:
 
 api rest 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-31011) Provide REST API for enabling and disabling Jenkins jobs

2015-10-18 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31011 
 
 
 
  Provide REST API for enabling and disabling Jenkins jobs  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 18/Oct/15 10:51 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Oleg Nenashev 
 
 
 
 
 
 
 
 
 
 
It's a follow-up to JENKINS-30802. 
Workaround: use CLI 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by 

[JIRA] [core] (JENKINS-30802) enhance buildable status job operations

2015-10-18 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev commented on  JENKINS-30802 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: enhance buildable status job operations  
 
 
 
 
 
 
 
 
 
 
jake bishop, there is no such REST API right now (It's a follow-up to JENKINS-30802). BTW you can do it via CLI, because it provides enable-job and disable-job commands 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [ownership-plugin] (JENKINS-30254) [Ownership Plugin] - Add option to hide e-mails

2015-10-18 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev started work on  JENKINS-30254 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [ec2-plugin] (JENKINS-26493) Use new EC2 API endpoint hostnames

2015-10-18 Thread devnull.jenk...@molb.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Johannes Weißl commented on  JENKINS-26493 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use new EC2 API endpoint hostnames  
 
 
 
 
 
 
 
 
 
 
Any updates? I tested my pull request #167 now and it works for me. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [packaging] (JENKINS-30999) Jenkins installer not starting after finishing the installation on OS X El Capitan

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-30999 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins installer not starting after finishing the installation on OS X El Capitan  
 
 
 
 
 
 
 
 
 
 
Is Java installed on both machines? What happens when you run the java command on the command line? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [gitlab-logo-plugin] (JENKINS-30983) "host parameter is null" log warning in every request

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30983 
 
 
 
  "host parameter is null" log warning in every request  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Beck 
 
 
 

Component/s:
 
 gitlab-logo-plugin 
 
 
 

Component/s:
 
 core 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [packaging] (JENKINS-30999) Jenkins installer not starting after finishing the installation on OS X El Capitan

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30999 
 
 
 
  Jenkins installer not starting after finishing the installation on OS X El Capitan  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Beck 
 
 
 

Component/s:
 
 packaging 
 
 
 

Component/s:
 
 core 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-30973) Build History not matching the current build

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck resolved as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Duplicates 

JENKINS-30899
. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30973 
 
 
 
  Build History not matching the current build  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Beck 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Duplicate 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-30967) Curate default plugins directory - eliminate outdated and low quality plugins

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck resolved as Won't Fix 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
An issue report is not the correct place for a discussion on the merits of our chosen approach to publishing plugins. As this request appears to go against one of our core values, a lower barrier to entry, and requires an effort the Jenkins core/infra contributors are simply unable to make, I'm resolving as Won't Fix. Feel free to discuss this matter on the mailing lists though. 
Note that anyone can run their own update site (and some people do), which can always implement a strategy of blacklisting (or whitelisting) plugins. It's trivial to point any Jenkins instance to a different update site. I understand this is rather common in larger organizations. 
We're also currently starting an initiative to point potential plugin maintainers to plugins that aren't currently being maintained, to get interested developers to pick them up – keep an eye on this wiki page and maybe you'll find a few plugins you'd be interested in maintaining: https://wiki.jenkins-ci.org/display/JENKINS/Adopt+a+Plugin 
Note that despite our open approach to plugin distribution, if you notice a plugin that obviously shouldn't be published, such as just the same "Hello World" plugin, let us know. We are able to exclude plugins from distribution. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30967 
 
 
 
  Curate default plugins directory - eliminate outdated and low quality plugins  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Beck 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Won't Fix 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 

[JIRA] [core] (JENKINS-30943) build history disappeared occasionally

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck resolved as Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Jenkins 1.596.x is no longer supported. Issue needs to occur on 1.625.1 or newer to be relevant. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30943 
 
 
 
  build history disappeared occasionally  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Beck 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-30935) Cannot download plugins

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-30935 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Cannot download plugins  
 
 
 
 
 
 
 
 
 
 
What does your proxy configuration look like? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-30939) Random page rendering issue

2015-10-18 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-30939 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Random page rendering issue  
 
 
 
 
 
 
 
 
 
 
What happens when you disable the Translation Assistance plugin? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [core] (JENKINS-30304) Footer hides trend graph links

2015-10-18 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ulli Hafner commented on  JENKINS-30304 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Footer hides trend graph links  
 
 
 
 
 
 
 
 
 
 
I noticed that on OSX with either latest firefox and chrome while writing an acceptance test for the analysis-plug-in. You can remove the if in https://github.com/jenkinsci/acceptance-test-harness/blob/master/src/test/java/plugins/AbstractAnalysisTest.java#L173 and then the test will fail for the analysis-collector plug-in. Or should I prepare the test case for you?  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [ec2-plugin] (JENKINS-26493) Use new EC2 API endpoint hostnames

2015-10-18 Thread fran...@oaklandsoftware.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Francis Upton commented on  JENKINS-26493 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Use new EC2 API endpoint hostnames  
 
 
 
 
 
 
 
 
 
 
I have made the fix. I can't make a release at the moment because there is another critical bug in the unreleased version that I have to fix. I will try and get to it soon. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





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