[JIRA] (JENKINS-12207) get warnings in log
William Roberts commented on JENKINS-12207 get warnings in log This is caused by job classes which aren't in the standard set (i.e. FreeStyleProject, MavenModuleSet, MatrixProject), for example a MultiJob. It should be possible to fix this by assuming that Job implements SubTask and therefore has a getAssignedLabel() method. This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- 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/groups/opt_out.
[JIRA] (JENKINS-16506) Incorrect build links on Multijob build summary page
William Roberts resolved JENKINS-16506 as Duplicate Incorrect build links on Multijob build summary page Duplicate of JENKINS-14955 Change By: William Roberts (11/Feb/13 1:58 PM) Status: Open Resolved Resolution: Duplicate This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- 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/groups/opt_out.
[JIRA] (JENKINS-16506) Incorrect build links on Multijob build summary page
William Roberts created JENKINS-16506 Incorrect build links on Multijob build summary page Issue Type: Bug Assignee: Unassigned Components: jenkins-multijob-plugin Created: 28/Jan/13 2:38 PM Description: My Jenkins is configured to use "http://myhost:2020/jenkins" as the Jenkins URL. This setting is respected in most places in the MultiJob plugin, e.g. the top-level view of the job has the correct links to the individual jobs in each phase. However, in the main view of each complete build of the multijob, e.g. http://myhost:2020/jenkins/job/nightly-EFS-sequence/11/ the links to the builds of the individual jobs are wrong. e.g. EFS distribution nightly-EFS-dist-to-Dev build #11 ( 44 min ) has the "build #11" link set to http://myhost:2020/job/nightly-EFS-dist-to-Dev/11/ Environment: Jenkins Multijob plugin version 1.7, running in Jenkins 1.480.1 Project: Jenkins Priority: Minor Reporter: William Roberts This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group, send email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-14057) With Active Directory Plugin, the user/group validation in authorization strategy of configuration screen fails
William Roberts commented on JENKINS-14057 With Active Directory Plugin, the user/group validation in authorization strategy of configuration screen fails See also Jenkins-12619 This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira
[JIRA] (JENKINS-15568) The sections are misnamed and can't be collapsed in Internet Explorer 9
William Roberts created JENKINS-15568 The sections are misnamed and can't be collapsed in Internet Explorer 9 Issue Type: Bug Affects Versions: current Assignee: Dean Yu Components: collapsing-console-sections Created: 18/Oct/12 2:19 PM Description: All of my console sections show up with the title "Undefined" and no option to collapse them. When I use the IE9 Developer Tools to inspect the page, I can see that the section is and it contains with a text part that says "undefined". Looking at the same Jenkins server and the same console from FireFox shows the correct name and the option to collapse the section. Environment: Browser is IE9, running on 64-bit Windows 7 Project: Jenkins Labels: IE9 Priority: Minor Reporter: William Roberts This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira
[JIRA] (JENKINS-10931) NullPointerException in Perforce plugin when building if no view is entered in the configuration
William Roberts commented on JENKINS-10931 NullPointerException in Perforce plugin when building if no view is entered in the configuration I see this as well (Perforce plugin 1.3.15), but the stack trace is now java.lang.NullPointerException at hudson.plugins.perforce.PerforceSCM.parseProjectPath(PerforceSCM.java:2102) at hudson.plugins.perforce.PerforceSCM.getPerforceWorkspace(PerforceSCM.java:1488) at hudson.plugins.perforce.PerforceSCM.getPerforceWorkspace(PerforceSCM.java:1380) at hudson.plugins.perforce.PerforceSCM.checkout(PerforceSCM.java:774) at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117) It's doing split("\n") on a null string, so it would be easy to detect the problem. This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira