[JIRA] (JENKINS-34273) Extend quantity configuration to Pipeline lock step
Title: Message Title Epsilon B commented on JENKINS-34273 Re: Extend quantity configuration to Pipeline lock step Confirmed working in PR26 Merged also in PR36 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-34268) Lock multiple resources using the Pipeline lock step
Title: Message Title Epsilon B commented on JENKINS-34268 Re: Lock multiple resources using the Pipeline lock step Implemented in PR36. The proposed DSL syntaxe is (each parameter is optional, some are aliases such as "label" / "labels" / "capability" / "capabilities"): lock(resource: 'resource1 resource2', resources: ['resource1', 'resource2'], label: 'label1 label2', labels: ['label1', 'label2'], capability: 'label1 label2', capabilities: ['label1', 'label2'], quantity: 2, variable: 'MY_VAR') { ... execution block ... } Note that "quantity" is only relevant for "labels" / "capabilities" (not "resources", since they are unique and defined by names) 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-38165) Support lockable resource labels in the pipeline
Title: Message Title Epsilon B edited a comment on JENKINS-38165 Re: Support lockable resource labels in the pipeline Implemented in PR # [PR36|https://github.com/jenkinsci/lockable-resources-plugin/pull/ 36 ] : see JENKINS-34268. 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-38165) Support lockable resource labels in the pipeline
Title: Message Title Epsilon B commented on JENKINS-38165 Re: Support lockable resource labels in the pipeline Implemented in PR #36: see JENKINS-34268. 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-38471) Git parameterized job always builds master
Title: Message Title Boguslaw Klimas updated an issue Jenkins / JENKINS-38471 Git parameterized job always builds master Change By: Boguslaw Klimas Attachment: git-parameter config.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-38471) Git parameterized job always builds master
Title: Message Title Boguslaw Klimas updated an issue Jenkins / JENKINS-38471 Git parameterized job always builds master Change By: Boguslaw Klimas Attachment: SCM_configuration.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-38471) Git parameterized job always builds master
Title: Message Title Boguslaw Klimas updated an issue Jenkins / JENKINS-38471 Git parameterized job always builds master Change By: Boguslaw Klimas Attachment: build_parameters.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-38471) Git parameterized job always builds master
Title: Message Title Boguslaw Klimas commented on JENKINS-38471 Re: Git parameterized job always builds master Hi Bilel Yahia, If you have the same problem, please add the same information: screenshot from job configuration jenkins.log (maybe have any useful information in stacktrace) And look like job worked fine Started by user Bogusław Klimas Building on master in workspace /var/lib/jenkins/jobs/Learn_github/workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/klimas7/Learn.git # timeout=10 Fetching upstream changes from https://github.com/klimas7/Learn.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/klimas7/Learn.git +refs/heads/*:refs/remotes/origin/* > git rev-parse 618bf16b21720f03abe0f812427a683c0118c35b^{commit} # timeout=10 Checking out Revision 618bf16b21720f03abe0f812427a683c0118c35b (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 618bf16b21720f03abe0f812427a683c0118c35b > git rev-list 618bf16b21720f03abe0f812427a683c0118c35b # timeout=10 Jenkins version: 2.27 Git plugin: 3.0.0 git-parameter-plugin: 0.7.0 Regards Boguslaw Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
[JIRA] (JENKINS-39154) Can not edit Pipeline script - text not visible on Configure Page
Title: Message Title Tom FENNELLY commented on JENKINS-39154 Re: Can not edit Pipeline script - text not visible on Configure Page See https://github.com/jenkinsci/workflow-cps-plugin/pull/87 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-39505) JClouds plugin fails on Jenkins v2.28
Title: Message Title Daniel Beck commented on JENKINS-39505 Re: JClouds plugin fails on Jenkins v2.28 Is this actually related to JENKINS-38736 ? 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-6368) SVN plugin is not supported by github.com
Title: Message Title Kiruahxh Kiruahxh commented on JENKINS-6368 Re: SVN plugin is not supported by github.com Hi, 6 years later the issue is still not resolved !! The github svn url have been updated and the behaviour of both github and svnkit too. New github url : https://github.com/doctrine/doctrine2.git/trunk Setup information : Fresh Jenkins 2.19.2 install on Windows 10 (install as a service), subversion plugin 2.7.1 New stacktrace : Checking out https://github.com/doctrine/doctrine2.git/trunk at revision '2016-11-05T12:55:27.430 +0100' ERROR: Failed to check out https://github.com/doctrine/doctrine2.git/trunk org.tmatesoft.svn.core.SVNException: svn: E27: Server does not support date-based operations svn: E27: The requested report is unknown. svn: E175002: REPORT of '/doctrine/doctrine2.git/!svn/vcc/default': 501 Not Implemented (https://github.com) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:112) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:96) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getDatedRevision(DAVRepository.java:216) at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getRevisionNumber(SVNBasicDelegate.java:475) at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.getLocations(SVNBasicDelegate.java:838) at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:527) at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:875) at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:66) at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:18) at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21) at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1235) at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:119) at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:162) at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:170) at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134) at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:162) at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:996) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:972) at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:948) at hudson.FilePath.act(FilePath.java:1018) at hudson.FilePath.act(FilePath.java:996) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833) at hudson.scm.SCM.checkout(SCM.java:495) at hudson.model.AbstractProject.checkout(AbstractProject.java:1278) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1720) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:404) java.io.IOException: Failed to check out https://github.com/doctrine/doctrine2.git/trunk at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:130) at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:162) at hudson.scm.subversion.WorkspaceUpdater$Up
[JIRA] (JENKINS-39528) Unable to build step using "Execute functional tests from HP ALM"
Title: Message Title Shibani Mehta created an issue Jenkins / JENKINS-39528 Unable to build step using "Execute functional tests from HP ALM" Issue Type: Bug Assignee: Unassigned Components: build-blocker-plugin Created: 2016/Nov/05 12:25 PM Environment: Jenkins 2.19.2,Windows OS,IE 11 browser,Java 8,ALM 12.01,UFT 12.01 Plugins installed: HP Application Automation Tools 4.5.0, JUnit Plugin 1.19,Matrix Project Plugin 1.7.1,Script Security Plugin 1.24,Structs Plugin 1.5,Token Macro Plugin 2.0, Priority: Blocker Reporter: Shibani Mehta I am not able to build project using ALM12 I go to Manage Jenkins>Configure system>Enter ALM details. Here when i enter the ALM url which i use for accessing via URL. I get following error - "Error openning a connection to the ALM server" (I am able to open in IE ALM12 with the same URL as entered in Jenkins.But still i get this error) Ignoring this error i configure my build with step "Execute functional tests from HP ALM" and enter all details In test sets i have given the complete path of the test set i want to run ( eg: Root\Scheduler\SchedulerDummy1) Finally when i build this i get following message: Console Output: Started by user admin Building in workspace C:\Program Files (x86)\Jenkins\workspace\FirstProj [FirstProj] $ "C:\Program Files (x86)\Jenkins\workspace\FirstProj\HpToolsLauncher.exe" -paramfile props03112016213435061.txt "Started..." Timeout is set to: -1 Run mode is set to: RUN_LOCAL --- And i get a round loading symbol which goes on and on(i waited for 30 min ...but nothing happened.Nor am i getting any error message. I have to manually abort this build only then it stops.
[JIRA] (JENKINS-39505) JClouds plugin fails on Jenkins v2.28
Title: Message Title Fritz Elfert commented on JENKINS-39505 Re: JClouds plugin fails on Jenkins v2.28 Indirectly yes. The well known classloader isolation problem. The jclouds libs depend on an older guice and some other conflicting libs. As a developer, I was always struggling with that it is also the reason why a shaded jclouds lib is included in the plugin. However, I was able to fix this by enabling the pluginFirstClassLoader. -Fritz 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-39505) JClouds plugin fails on Jenkins v2.28
Title: Message Title Fritz Elfert edited a comment on JENKINS-39505 Re: JClouds plugin fails on Jenkins v2.28 Indirectly yes. The well known classloader isolation problem. The jclouds libs depend on an older guice and some other conflicting libs.As a developer, I was always struggling with that it . It is also the reason why a shaded jclouds lib is included in the plugin.However, I was able to fix this by enabling the pluginFirstClassLoader.-Fritz 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-39529) OutOfMemoryError when viewing and/or recording test results
Title: Message Title Erik Brangs created an issue Jenkins / JENKINS-39529 OutOfMemoryError when viewing and/or recording test results Issue Type: Bug Assignee: Unassigned Attachments: thread-stack-edited.txt Components: junit-plugin Created: 2016/Nov/05 1:24 PM Environment: Ubuntu 12.04 LTS Jenkins LTS ver. 2.19.1 (now upgraded to Jenkins ver. 2.19.2) Java 7 Priority: Minor Reporter: Erik Brangs Test setup Our team is using Jenkins LTS to display test results from our project. The results are displayed using the JUnit test format but the results aren't from JUnit tests. They're from a custom XML format that's transformed to the one used by Jenkins JUnit using XSLT. In contrast to standard JUnit tests, almost every one of our tests has output. We currently don't discard any old builds and we archive the test results. Workaround? I suppose we could try to delete old test results. Problem OOMEs occur from time to time, e.g. when recording test results or viewing test reports. A stack trace from an example OOME from the Jenkins log looks like this: Failed to load /home/regression/jenkins/jobs/x86-sanity-main-repo/builds/358/junitResult.xml java.io.IOException: Unable to read /home/regression/jenkins/jobs/x86-sanity-main-repo/builds/358/junitResult.xml at hudson.XmlFile.read(XmlFile.java:146) at hudson.tasks.junit.TestResultAction.load(TestResultAction.java:206) at hudson.tasks.juni
[JIRA] (JENKINS-36708) Wrong background image
Title: Message Title SCM/JIRA link daemon commented on JENKINS-36708 Re: Wrong background image Code changed in jenkins User: Baptiste Mathus Path: src/main/resources/hudson/model/RadiatorView/main.jelly http://jenkins-ci.org/commit/radiatorview-plugin/77312cd139ec25e64c4292f973fdb3103ba6d499 Log: JENKINS-36708 Wrong background image 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-36320) Radiator jobs names are meaningless when used with GitHub Organisation Plugin
Title: Message Title Baptiste Mathus started work on JENKINS-36320 Change By: Baptiste Mathus 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-36320) Radiator jobs names are meaningless when used with GitHub Organization Folder Plugin
Title: Message Title Baptiste Mathus updated an issue Jenkins / JENKINS-36320 Radiator jobs names are meaningless when used with GitHub Organization Folder Plugin Change By: Baptiste Mathus Summary: Radiator jobs names are meaningless when used with GitHub Organisation Organization Folder Plugin 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-36320) Radiator jobs names are meaningless when used with GitHub Organisation Plugin
Title: Message Title Baptiste Mathus commented on JENKINS-36320 Re: Radiator jobs names are meaningless when used with GitHub Organisation Plugin I suspect it's actually not an issue "due" to GHOF, but to "Pipeline Multi-branch". 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-36320) Radiator jobs names meaningless when used with Pipeline Multibranch Plugin
Title: Message Title Baptiste Mathus updated an issue Jenkins / JENKINS-36320 Radiator jobs names meaningless when used with Pipeline Multibranch Plugin Change By: Baptiste Mathus Summary: Radiator jobs names are meaningless when used with GitHub Organization Folder Pipeline Multibranch Plugin 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-10356) Plugin failure should not mark the build as failed
Title: Message Title Stefan Lorenz closed an issue as Done Already done... Jenkins / JENKINS-10356 Plugin failure should not mark the build as failed Change By: Stefan Lorenz Status: Open Closed Resolution: Done 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-36320) Radiator jobs names meaningless when used with GitHub Organization Folder Plugin
Title: Message Title Baptiste Mathus updated an issue Jenkins / JENKINS-36320 Radiator jobs names meaningless when used with GitHub Organization Folder Plugin Change By: Baptiste Mathus Summary: Radiator jobs names meaningless when used with Pipeline Multibranch GitHub Organization Folder Plugin 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-35324) Support restoring secrets
Title: Message Title Charl Thiem updated an issue Jenkins / JENKINS-35324 Support restoring secrets Change By: Charl Thiem Attachment: jenkins-thin-backup.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-35324) Support restoring secrets
Title: Message Title Charl Thiem commented on JENKINS-35324 Re: Support restoring secrets So this weekend I wanted to see if I can write this feature for this plugin, then when I got the master branch running, I say the functionality is already there. I just hasn't been released to be available on the jenkins plugin store. See screenshot ] With this configuration I could backup all the keys there are in the secrets directory. With some tweaking of the regex you could probably match all the files in the secrets directory. https://github.com/jenkinsci/thin-backup-plugin The source code for this has been done more than a year ago. Is there any plans to make this available from the plugin manager? 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-39505) JClouds plugin fails on Jenkins v2.28
Title: Message Title Fritz Elfert started work on JENKINS-39505 Change By: Fritz Elfert 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-31672) Unable to set keypair in CloudStack
Title: Message Title Fritz Elfert started work on JENKINS-31672 Change By: Fritz Elfert 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-31672) Unable to set keypair in CloudStack
Title: Message Title Fritz Elfert resolved as Fixed Fixed in git Jenkins / JENKINS-31672 Unable to set keypair in CloudStack Change By: Fritz Elfert 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-28815) Providing nodes by "Image name" always works as by "Image ID"
Title: Message Title Fritz Elfert resolved as Won't Fix Changed in git (to some degree). This is actually caused by caching performed by the underlying jclouds lib. I tried circumventing it as best as possible and it as improved slightly, however it may still need a few minutes or so to actually see changes in the image storage. I talked with jclouds developers about that, and they explained that there is nothing that can be done, because in a big environment (like Amazon for example) there are thousands of images that need to be filtered and it would take ages to iterate over tem. Therfore they do the caching. Jenkins / JENKINS-28815 Providing nodes by "Image name" always works as by "Image ID" Change By: Fritz Elfert Status: Open Resolved Resolution: Won't Fix Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
[JIRA] (JENKINS-15745) JClouds leaves cloud instances behind without cleaning them up
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-15745 JClouds leaves cloud instances behind without cleaning them up Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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-15820) JClouds plugin deadlock
Title: Message Title Fritz Elfert closed an issue as Fixed Out of date Jenkins / JENKINS-15820 JClouds plugin deadlock Change By: Fritz Elfert Status: Open Closed 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-15929) Visiting Configure System page in Jenkins causes deadlock in JClouds plugin, freezing entire system
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-15929 Visiting Configure System page in Jenkins causes deadlock in JClouds plugin, freezing entire system Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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://gro
[JIRA] (JENKINS-15929) Visiting Configure System page in Jenkins causes deadlock in JClouds plugin, freezing entire system
Title: Message Title Fritz Elfert updated JENKINS-15929 Jenkins / JENKINS-15929 Visiting Configure System page in Jenkins causes deadlock in JClouds plugin, freezing entire system Change By: Fritz Elfert Status: Reopened 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-15968) JClouds Instance Creation template selection from list saves incorrectly
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-15968 JClouds Instance Creation template selection from list saves incorrectly Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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-16282) JClouds fails to reconnect to slaves after Jenkins restart
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-16282 JClouds fails to reconnect to slaves after Jenkins restart Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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-16088) JClouds Plugin creates too many instances and fails to launch Jenkins slaves
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-16088 JClouds Plugin creates too many instances and fails to launch Jenkins slaves Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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-16945) I can't check hardware ID or Image ID from template creation
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-16945 I can't check hardware ID or Image ID from template creation Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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-17350) Provision via JClouds fails, possibly because of upgrading SSH Slaves plugin
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-17350 Provision via JClouds fails, possibly because of upgrading SSH Slaves plugin Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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-17891) Add floating IP support and ability to set the keyPairName to openstack-nova cloud.
Title: Message Title Fritz Elfert closed an issue as Fixed Out of date (and actually fixed) Jenkins / JENKINS-17891 Add floating IP support and ability to set the keyPairName to openstack-nova cloud. Change By: Fritz Elfert Status: Open Closed 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
[JIRA] (JENKINS-18173) JClouds fails accessing OpenStack-nova (java.lang.NullPointerException: tenant)
Title: Message Title Fritz Elfert closed an issue as Fixed Out of date and actually fixed: The help text in the gui mentions tenent:username now. Jenkins / JENKINS-18173 JClouds fails accessing OpenStack-nova (java.lang.NullPointerException: tenant) Change By: Fritz Elfert Status: Open Closed 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...@google
[JIRA] (JENKINS-18752) NPE while provisioning a slave and the slave machine does not get destroyed after failure
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-18752 NPE while provisioning a slave and the slave machine does not get destroyed after failure Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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
[JIRA] (JENKINS-18646) aws-ec2 module for jclouds doesn't work
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-18646 aws-ec2 module for jclouds doesn't work Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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-23750) Option to specify REGION_NAME
Title: Message Title Fritz Elfert closed an issue as Fixed Out of date Jenkins / JENKINS-23750 Option to specify REGION_NAME Change By: Fritz Elfert Status: Open Closed 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-20919) Add generic networks selection support
Title: Message Title Fritz Elfert closed an issue as Fixed Out of date Jenkins / JENKINS-20919 Add generic networks selection support Change By: Fritz Elfert Status: Open Closed 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-20745) JClouds plugin failed to create slave on hpcloud-compute (AuthorizationException)
Title: Message Title Fritz Elfert closed an issue as Won't Fix Out of date Jenkins / JENKINS-20745 JClouds plugin failed to create slave on hpcloud-compute (AuthorizationException) Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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/o
[JIRA] (JENKINS-24373) Support Redmine repo browsers that don't start at repository root
Title: Message Title Łukasz Jąder commented on JENKINS-24373 Re: Support Redmine repo browsers that don't start at repository root Hi Roman Pickl, thanks for notification and for the PR. I've tried to reproduce the issue, but unfortunately I failed because probably I don't understand is fully. Could please provide a detailed description of the configuration of SVN, Jenkins, Redmine with the *screenshots *of the error? e.g SVN: url http://svn/customer1/branch/server/1.11/product1 Redmine: a) https://redmine/projects/main-prod https://redmine/projects/main-prod/repository/root_repo http://svn/customer1 b) https://redmine/projects/product1 https://redmine/projects/product1/repository/product1_repo http://svn/customer1/branch/server/1.11/product1 Jenkins: a) http://jenkins/job/main-prod-job SCM: http://svn/customer1 SCM Browser: https://redmine/projects/main-prod/repository/root_repo b) http://jenkins/job/product1-job SCM: http://svn/customer1/branch/server/1.11/product1 SCM Browser: https://redmine/projects/product1/repository/product1_repo Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
[JIRA] (JENKINS-24373) Support Redmine repo browsers that don't start at repository root
Title: Message Title Łukasz Jąder edited a comment on JENKINS-24373 Re: Support Redmine repo browsers that don't start at repository root Hi [~romanp], thanks for notification and for the PR.I've tried to reproduce the issue, but unfortunately I failed because probably I don't understand is fully.Could please provide a detailed description of the configuration of SVN, Jenkins, Redmine with the *screenshots *of the error?e.g * SVN * :- url http://svn/customer1/ - http://svn/customer1/ branch/server/1.11/product1 * Redmine * :a) https://redmine/projects/main-prod- https://redmine/projects/main-prod/repository/root_repo - http://svn/customer1 b) https://redmine/projects/product1- https://redmine/projects/product1/repository/product1_repo - http://svn/customer1/branch/server/1.11/product1 * Jenkins * :a) http://jenkins/job/main-prod-job- SCM: http://svn/customer1 - SCM Browser: https://redmine/projects/main-prod/repository/root_repo b) http://jenkins/job/product1-job- SCM: http://svn/customer1/branch/server/1.11/product1 - SCM Browser: https://redmine/projects/product1/repository/product1_repo 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-24373) Support Redmine repo browsers that don't start at repository root
Title: Message Title Łukasz Jąder edited a comment on JENKINS-24373 Re: Support Redmine repo browsers that don't start at repository root Hi [~romanp], thanks for notification and for the PR.I've tried to reproduce the issue, but unfortunately I failed because probably I don't understand is fully.Could please provide a * detailed description * of the configuration of SVN, Jenkins, Redmine with the *screenshots *of the error?e.g*SVN*:- http://svn/customer1/- http://svn/customer1/branch/server/1.11/product1*Redmine*:a) https://redmine/projects/main-prod- https://redmine/projects/main-prod/repository/root_repo - http://svn/customer1b) https://redmine/projects/product1- https://redmine/projects/product1/repository/product1_repo - http://svn/customer1/branch/server/1.11/product1*Jenkins*:a) http://jenkins/job/main-prod-job- SCM: http://svn/customer1- SCM Browser: https://redmine/projects/main-prod/repository/root_repob) http://jenkins/job/product1-job- SCM: http://svn/customer1/branch/server/1.11/product1 - SCM Browser: https://redmine/projects/product1/repository/product1_repo 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-34104) Unable to use /configure from Chrome
Title: Message Title Fritz Elfert closed an issue as Won't Fix This is not a bug in the jclouds plugin (it has no CSS/_javascript_ but uses the standard GUI framework of Jenkins itself). If the behavior persists with latest jenkins, i suggest opening a bug against Jenkins core. Jenkins / JENKINS-34104 Unable to use /configure from Chrome Change By: Fritz Elfert Status: Open Closed Resolution: Won't Fix 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
[JIRA] (JENKINS-39530) Add support to Pipeline projects
Title: Message Title Boguslaw Klimas started work on JENKINS-39530 Change By: Boguslaw Klimas 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-39530) Add support to Pipeline projects
Title: Message Title Boguslaw Klimas created an issue Jenkins / JENKINS-39530 Add support to Pipeline projects Issue Type: New Feature Assignee: Boguslaw Klimas Components: git-parameter-plugin Created: 2016/Nov/05 5:09 PM Labels: wortkflow pipeline Priority: Minor Reporter: Boguslaw Klimas When pipeline project have that configuration (pipeline script) pipeline script properties([ [$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false], parameters([ [$class: 'GitParameterDefinition', branch: '', branchFilter: '.*', defaultValue: '', description: 'description', name: 'BRANCH_PARAM', quickFilterEnabled: false, selectedValue: 'NONE', sortMode: 'NONE',tagFilter: '*', type: 'PT_BRANCH'] ]), pipelineTriggers([]) ]) node('master') { // some block stage('get GIT Learn') { git url: 'https://github.com/klimas7/Learn.git', branch: params.BRANCH_PARAM } stage('get GIT Learn Spring') { git url: 'https://github.com/klimas7/LearnSpring.git' } } Plugin doesn't work correctly
[JIRA] (JENKINS-25283) jenkins JClouds plugin fails on GCE
Title: Message Title Fritz Elfert closed an issue as Fixed Fixed in 2.9, using Jenkins Credentials framework. Jenkins / JENKINS-25283 jenkins JClouds plugin fails on GCE Change By: Fritz Elfert Status: Open Closed 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-22521) jcloud blob store seem to try localhost:5000
Title: Message Title Fritz Elfert closed an issue as Fixed With upcoming 2.9, this should be fixed. Jenkins / JENKINS-22521 jcloud blob store seem to try localhost:5000 Change By: Fritz Elfert Status: Open Closed 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-39531) Warning the use of a custom workspace
Title: Message Title Rachel Moreno created an issue Jenkins / JENKINS-39531 Warning the use of a custom workspace Issue Type: Improvement Assignee: Unassigned Components: core Created: 2016/Nov/05 5:29 PM Priority: Minor Reporter: Rachel Moreno It's usual to create a job from another, but we've had problems when source job is using a custom workspace. I'd suggest a very small improvement: warning the use of a custom workspace in the main view of a job. Add Comment This message was sent by Atlas
[JIRA] (JENKINS-26799) Multiple SCMs plugin support
Title: Message Title Boguslaw Klimas commented on JENKINS-26799 Re: Multiple SCMs plugin support Hi Nikolas Falco The solution to this issue is only part of a larger issue JENKINS-39530. Finally I will add only one new option in configuration 'Use repository', this option will be a regular _expression_. It will be taken into account only, when is defined more then one SCM in job. Regards Bogusław 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-39531) Warning the use of a custom workspace
Title: Message Title Rachel Moreno commented on JENKINS-39531 Re: Warning the use of a custom workspace Pull request: https://github.com/jenkinsci/jenkins/pull/2613 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-39531) Warning the use of a custom workspace
Title: Message Title Rachel Moreno updated an issue Jenkins / JENKINS-39531 Warning the use of a custom workspace Change By: Rachel Moreno Attachment: warning-job.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-39531) Warning the use of a custom workspace
Title: Message Title Rachel Moreno commented on JENKINS-39531 Re: Warning the use of a custom workspace Result: 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-38487) Jenkins fails to startup if the EnvInject global system properties file is missing
Title: Message Title SCM/JIRA link daemon resolved as Fixed Jenkins / JENKINS-38487 Jenkins fails to startup if the EnvInject global system properties file is missing Change By: SCM/JIRA link daemon Status: Open 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-38487) Jenkins fails to startup if the EnvInject global system properties file is missing
Title: Message Title SCM/JIRA link daemon commented on JENKINS-38487 Re: Jenkins fails to startup if the EnvInject global system properties file is missing Code changed in jenkins User: Oleg Nenashev Path: core/src/main/java/hudson/slaves/ComputerListener.java core/src/main/java/jenkins/model/Jenkins.java test/src/test/java/jenkins/model/JenkinsTest.java http://jenkins-ci.org/commit/jenkins/58e1228c99fd3d5063b0967d7780dc536bc2c463 Log: [FIXED JENKINS-38487] - Jenkins startup must not fail in the case of ComputerListener failure (#2610) Without this code Jenkinbs startup fails if EnvInject fails to find global property file on startup. Javadoc says "Exceptions will be recorded to the listener. Note that throwing an exception doesn't put the computer offline." regarding the listener method exception, hence we should not block Jenkins startup 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-39532) NPE while using warning plugin pipeline snipped generator
Title: Message Title Klaus Rudolph created an issue Jenkins / JENKINS-39532 NPE while using warning plugin pipeline snipped generator Issue Type: Bug Assignee: Matthew DeTullio Components: multi-branch-project-plugin, warnings-plugin Created: 2016/Nov/05 6:15 PM Priority: Major Reporter: Klaus Rudolph While trying to use snipped generator for a multi-branch pipeline for warnings plugin I got NPE after entering a file name into the form. javax.servlet.ServletException: java.lang.NullPointerException at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$10.dispatch(MetaClass.java:362) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.s
[JIRA] (JENKINS-39533) no graph displayed from warnings plugin in multi-branch-pipeline project
Title: Message Title Klaus Rudolph created an issue Jenkins / JENKINS-39533 no graph displayed from warnings plugin in multi-branch-pipeline project Issue Type: Bug Assignee: Matthew DeTullio Components: multi-branch-project-plugin, warnings-plugin Created: 2016/Nov/05 6:18 PM Priority: Major Reporter: Klaus Rudolph I added the following to my jenkinsfile: stage ('Warnings gcc') { step([$class: 'WarningsPublisher', canComputeNew: false, canResolveRelativePaths: false, defaultEncoding: '', excludePattern: '', healthy: '', includePattern: '', messagesPattern: '', parserConfigurations: [[parserName: 'GNU Make + GNU C Compiler (gcc)', pattern: 'error_and_warnings.txt']], unHealthy: '']) } stage ('Warnings clang') { step([$class: 'WarningsPublisher', canComputeNew: false, canResolveRelativePaths: false, defaultEncoding: '', excludePattern: '', healthy: '', includePattern: '', messagesPattern: '', parserConfigurations: [[parserName: 'Clang (LLVM based)', pattern: 'error_and_warnings_clang.txt']], unHealthy: '']) } And get the logs ( Stage logs ): [WARNINGS] Parsing warnings in files 'error_and_warnings.txt' with parser GNU Make + GNU C Compiler (gcc) [WARNINGS] Finding all files that match the pattern error_and_warnings.txt [WARNINGS] Parsing 1 file in /home/jenkins/workspace/multibrach1_new_branch_001-BS43Z4K6ZIS5GYHNACODUZICSSNFL6N7QBEVH4WYM3M67DI7ZWWQ [WARNINGS] Successfully parsed file /home/jenkins/workspace/multibrach1_new_branch_001-BS43Z4K6ZIS5GYHNACODUZICSSNFL6N7QBEVH4WYM3M67DI7ZWWQ/error_and_warnings.txt with 0 unique warnings and 0 duplicates. [WARNINGS] Computing warning deltas based on reference build #1 and for clang: [WARNINGS] Parsing warnings in files 'error_and_warnings_clang.txt' with parser Clang (LLVM based) [WARNINGS] Finding all files that match the pattern error_and_warnings_clang.txt [WARNINGS] Parsing 1 file in /home/jenkins/workspace/multibrach1_new_branch_001-BS43Z4K6ZIS5GYHNACODUZICSSNFL6N7QBEVH4WYM3M67DI7ZWWQ [WARNINGS] Successfully parsed file
[JIRA] (JENKINS-39532) NPE while using warning plugin pipeline snipped generator
Title: Message Title Klaus Rudolph updated an issue Jenkins / JENKINS-39532 NPE while using warning plugin pipeline snipped generator Change By: Klaus Rudolph Environment: Jenkins 2.28Static Analysis Collector Plug-in 1.48Warnings Plug-in 4.57 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-39533) no graph displayed from warnings plugin in multi-branch-pipeline project
Title: Message Title Klaus Rudolph updated an issue Jenkins / JENKINS-39533 no graph displayed from warnings plugin in multi-branch-pipeline project Change By: Klaus Rudolph Environment: Jenkins 2.28Static Analysis Collector Plug-in 1.48Warnings Plug-in 4.57 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-36320) Radiator jobs names meaningless when used with GitHub Organization Folder Plugin
Title: Message Title Baptiste Mathus commented on JENKINS-36320 Re: Radiator jobs names meaningless when used with GitHub Organization Folder Plugin I was wrong, actually, it's Folders. 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-37649) Build the plugin using JDK8, there are three warnings errors
Title: Message Title Baptiste Mathus closed an issue as Incomplete Closing as incomplete. Going to update baseline, so probably will fix it in the go. Please complete it at least if you want to reopen with the errors you're talking about. Thanks Jenkins / JENKINS-37649 Build the plugin using JDK8, there are three warnings errors Change By: Baptiste Mathus Status: Open Closed Resolution: Incomplete 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 grou
[JIRA] (JENKINS-36708) Wrong background image
Title: Message Title Baptiste Mathus closed an issue as Fixed Jenkins / JENKINS-36708 Wrong background image Change By: Baptiste Mathus Status: Open Closed 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-39454) Race condition in WorkUnitContext copying actions vs. Executor picking off a pending item
Title: Message Title SCM/JIRA link daemon commented on JENKINS-39454 Re: Race condition in WorkUnitContext copying actions vs. Executor picking off a pending item Code changed in jenkins User: Jesse Glick Path: core/src/main/java/hudson/model/Executor.java core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/a57b52ec7e16d9b9985d6303e918aa6fdfa0a141 Log: [FIXED JENKINS-39454] Do not consider pendings when deciding whether a schedule result should be new or existing, as we have already taken a snapshot of actions. (#2609) 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-36521) Newline characters in commit logs not parsed correctly
Title: Message Title Łukasz Jąder commented on JENKINS-36521 Re: Newline characters in commit logs not parsed correctly Daniel Beck and Manuel Recena Soto and chikigai I've created a PR for this issue https://github.com/jenkinsci/subversion-plugin/pull/174 (redmine link annotator in redmine-plugin is also affected by this issue) 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-36142) Get status from Radiator View Plugin
Title: Message Title Baptiste Mathus commented on JENKINS-36142 Re: Get status from Radiator View Plugin I understand the request, but not sure I understand the use case: why would you block things on a repo, when maybe these are the ones that are going to fix that red? Also, though I could technically do it, I don't see why it wouldn't be more to-the-point to just query a given's job status, insteaf of a radiator's, which is already a lot "downstream" in term of information? Can you please elaborate the use case? Thanks 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-19315) font and color in radiator view plugin
Title: Message Title Baptiste Mathus commented on JENKINS-19315 Re: font and color in radiator view plugin Also, the use case... I mean, OK, this is improvable, no denying it when looking at the screenshot. BUT: if everything is green, then the point of a radiator is that you just don't bother looking at it if clearly there's no issue... 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-9148) Radiator view should be able to show when was passed project executed
Title: Message Title Baptiste Mathus closed an issue as Incomplete No answer to my question a year ago for precisions. Jenkins / JENKINS-9148 Radiator view should be able to show when was passed project executed Change By: Baptiste Mathus Status: Open Closed Resolution: Incomplete 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,
[JIRA] (JENKINS-21443) Support yellow boxes in group mode
Title: Message Title Baptiste Mathus closed an issue as Incomplete No answer since February at my request. Feel free to reopen when you have time to answer. Thanks Jenkins / JENKINS-21443 Support yellow boxes in group mode Change By: Baptiste Mathus Status: Open Closed Resolution: Incomplete 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 mor
[JIRA] (JENKINS-19315) Bad readability when all jobs Hare green
Title: Message Title Baptiste Mathus updated an issue Jenkins / JENKINS-19315 Bad readability when all jobs Hare green Change By: Baptiste Mathus Summary: Readability Bad readability when all jobs are Hare green 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-19315) Readability when all jobs are green
Title: Message Title Baptiste Mathus updated an issue Jenkins / JENKINS-19315 Readability when all jobs are green Change By: Baptiste Mathus Summary: font and color in radiator view plugin Readability when all jobs are green 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-39531) Warning the use of a custom workspace
Title: Message Title Rachel Moreno edited a comment on JENKINS-39531 Re: Warning the use of a custom workspace Pull request: https://github.com/jenkinsci/jenkins/pull/ 2613 2615 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-39531) Warning the use of a custom workspace
Title: Message Title Rachel Moreno updated an issue Jenkins / JENKINS-39531 Warning the use of a custom workspace Change By: Rachel Moreno Attachment: warning-job.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-39531) Warning the use of a custom workspace
Title: Message Title Rachel Moreno updated an issue Jenkins / JENKINS-39531 Warning the use of a custom workspace Change By: Rachel Moreno Attachment: warning-job.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-38487) Jenkins fails to startup if the EnvInject global system properties file is missing
Title: Message Title Oleg Nenashev commented on JENKINS-38487 Re: Jenkins fails to startup if the EnvInject global system properties file is missing The fix has been integrated towards 2.28 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-33691) URLTrigger Plugin doesn't work in jenkins 2.0 alpha 3 when using job type Pipeline
Title: Message Title Oleg Nenashev commented on JENKINS-33691 Re: URLTrigger Plugin doesn't work in jenkins 2.0 alpha 3 when using job type Pipeline This is a trivial bug in the plugin. It should not do unsafe casts 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-39495) org.apache.commons.jelly.JellyTagException when open up Jenkins Homepage
Title: Message Title Oleg Nenashev commented on JENKINS-39495 Re: org.apache.commons.jelly.JellyTagException when open up Jenkins Homepage Root cause: Caused by: java.lang.NullPointerException at hudson.model.ParametersAction.iterator(ParametersAction.java:122) at hudson.model.AbstractBuild.getBuildVariables(AbstractBuild.java:1047) at au.com.centrumsystems.hudson.plugin.util.BuildUtil.getUnsensitiveParameters(BuildUtil.java:176) at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.(ProjectForm.java:131) at au.com.centrumsystems.hudson.plugin.buildpipeline.ProjectForm.(ProjectForm.java:108) 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-39495) org.apache.commons.jelly.JellyTagException when open up Jenkins Homepage
Title: Message Title Oleg Nenashev commented on JENKINS-39495 Re: org.apache.commons.jelly.JellyTagException when open up Jenkins Homepage It may happen if and only if ParametersAction receives a null list as a constructor argument 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-39495) org.apache.commons.jelly.JellyTagException when open up Jenkins Homepage
Title: Message Title Oleg Nenashev assigned an issue to Oleg Nenashev Jenkins / JENKINS-39495 org.apache.commons.jelly.JellyTagException when open up Jenkins Homepage Change By: Oleg Nenashev Assignee: Oleg Nenashev 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-39495) org.apache.commons.jelly.JellyTagException when open up Jenkins Homepage
Title: Message Title Oleg Nenashev started work on JENKINS-39495 Change By: Oleg Nenashev 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-39405) Bug jenkins-core-2.28.jar!/lib/form/section.jelly fail
Title: Message Title Oleg Nenashev resolved as Duplicate Closing as a duplicate then Jenkins / JENKINS-39405 Bug jenkins-core-2.28.jar!/lib/form/section.jelly fail Change By: Oleg Nenashev Status: Open Resolved Resolution: Duplicate 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-39391) Support for from index greater than the actual array size during pagination
Title: Message Title Oleg Nenashev commented on JENKINS-39391 Re: Support for from index greater than the actual array size during pagination Yes, makes sense to be more robust here 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-39388) Sporadic Jenkins Crashing Across Different Servers
Title: Message Title Oleg Nenashev commented on JENKINS-39388 Re: Sporadic Jenkins Crashing Across Different Servers Both reported servers use ancient version of Java 7: " vm_info: OpenJDK 64-Bit Server VM (23.2-b09) for linux-amd64 JRE (1.7.0_09-icedtea-mockbuild_2013_01_15_04_12-b00), built on Jan 15 2013 04:17:45 by "mockbuild" with gcc 4.4.6 20120305 (Red Hat 4.4.6-4)". Has this log been collected before or after Java upgrade? 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-39380) Log polluted with deprecated call to Run.getEnvironment
Title: Message Title Oleg Nenashev commented on JENKINS-39380 Re: Log polluted with deprecated call to Run.getEnvironment Well, it happens due to a plugin using a very old API. getEnvironment() has been deprecated in 1.305. Please provide a list of the installed plugins 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-39340) High CPU in doRename
Title: Message Title Oleg Nenashev commented on JENKINS-39340 Re: High CPU in doRename Smells like a bug in SCM Sync Configuration, which performs heavy directory scans during this call 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-39340) High CPU in doRename
Title: Message Title Oleg Nenashev updated an issue Jenkins / JENKINS-39340 High CPU in doRename Change By: Oleg Nenashev Component/s: scm-sync-configuration-plugin Component/s: core 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-39340) High CPU in doRename
Title: Message Title Oleg Nenashev assigned an issue to Frédéric Camblor Jenkins / JENKINS-39340 High CPU in doRename Change By: Oleg Nenashev Assignee: Frédéric Camblor 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-39327) Jenkins update indicator tooltip indicates Administrative Monitors, not Updates pending
Title: Message Title Oleg Nenashev commented on JENKINS-39327 Re: Jenkins update indicator tooltip indicates Administrative Monitors, not Updates pending CC Daniel Beck. Maybe not all monitors deserve going to the dashboard. I would consider something like "Severity" filter (requires Extension Point API patches) 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-29075) List of changes escapes HTML output of jira-plugin
Title: Message Title Łukasz Jąder commented on JENKINS-29075 Re: List of changes escapes HTML output of jira-plugin This issue should be fixed in git-plugin since 2.3.4 - by commit: https://github.com/jenkinsci/git-plugin/commit/930ac05035e5292dbdeea4f2135881a0d3f03060 Sébastien DK your job uses SVN, and subversion-plugin still needs the fix to be applied: https://github.com/jenkinsci/subversion-plugin/pull/174 Probably other SCM like Perforce, or "SCM combining" plugins should be analyzed, if they are also affected. Hope that helps. 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-39524) Milestone with input submitters
Title: Message Title Taylor Benson updated an issue Jenkins / JENKINS-39524 Milestone with input submitters Change By: Taylor Benson Priority: Major Minor 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-36320) Radiator jobs names meaningless when used with GitHub Organization Folder Plugin
Title: Message Title SCM/JIRA link daemon resolved as Fixed Jenkins / JENKINS-36320 Radiator jobs names meaningless when used with GitHub Organization Folder Plugin Change By: SCM/JIRA link daemon 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-36320) Radiator jobs names meaningless when used with GitHub Organization Folder Plugin
Title: Message Title SCM/JIRA link daemon commented on JENKINS-36320 Re: Radiator jobs names meaningless when used with GitHub Organization Folder Plugin Code changed in jenkins User: Baptiste Mathus Path: src/main/java/hudson/model/JobViewEntry.java http://jenkins-ci.org/commit/radiatorview-plugin/08d1f94ec93b5611b02f3e9a245fa34f15d5439b Log: [FIX JENKINS-36320] Meaningless job names with Folders or Pipeline Multibranch Plugin 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-33645) Multibranch Pipelines do not show up in Radiator Views
Title: Message Title SCM/JIRA link daemon commented on JENKINS-33645 Re: Multibranch Pipelines do not show up in Radiator Views Code changed in jenkins User: Baptiste Mathus Path: pom.xml src/main/java/hudson/model/RadiatorView.java http://jenkins-ci.org/commit/radiatorview-plugin/c6d466d0816e125bd606c079cd6b16652a3a4484 Log: JENKINS-33645 Improve Folders handling Now, folders are recursively processed instead of being ignored. That makes it now far simpler to add a whole folder's content than before. As a Pipeline Multibranch is actually also implementing `AbstractFolder` interface, this fix also makes selecting all the branches of a Pipeline MB in one go easier. Compare: https://github.com/jenkinsci/radiatorview-plugin/compare/cce510423143^...c6d466d0816e 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-36320) Radiator jobs names meaningless when used with GitHub Organization Folder Plugin
Title: Message Title SCM/JIRA link daemon commented on JENKINS-36320 Re: Radiator jobs names meaningless when used with GitHub Organization Folder Plugin Code changed in jenkins User: Baptiste Mathus Path: pom.xml src/main/java/hudson/model/JobViewEntry.java src/main/java/hudson/model/RadiatorView.java http://jenkins-ci.org/commit/radiatorview-plugin/b01fb49633bd986c600a6e9f5d5d6140289aed30 Log: Merge pull request #21 from jenkinsci/JENKINS-36320 JENKINS-36320 & JENKINS-33645 Compare: https://github.com/jenkinsci/radiatorview-plugin/compare/77312cd139ec...b01fb49633bd 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-33645) Multibranch Pipelines do not show up in Radiator Views
Title: Message Title SCM/JIRA link daemon commented on JENKINS-33645 Re: Multibranch Pipelines do not show up in Radiator Views Code changed in jenkins User: Baptiste Mathus Path: pom.xml src/main/java/hudson/model/JobViewEntry.java src/main/java/hudson/model/RadiatorView.java http://jenkins-ci.org/commit/radiatorview-plugin/b01fb49633bd986c600a6e9f5d5d6140289aed30 Log: Merge pull request #21 from jenkinsci/JENKINS-36320 JENKINS-36320 & JENKINS-33645 Compare: https://github.com/jenkinsci/radiatorview-plugin/compare/77312cd139ec...b01fb49633bd 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-31202) Trend Graphs are not shown in Job view for Workflow builds
Title: Message Title SCM/JIRA link daemon commented on JENKINS-31202 Re: Trend Graphs are not shown in Job view for Workflow builds Code changed in jenkins User: Benjamin Fuchs Path: src/main/java/hudson/plugins/warnings/WarningsPublisher.java src/test/java/hudson/plugins/warnings/WarningsPublisherTest.java http://jenkins-ci.org/commit/warnings-plugin/3b8dd54f362bcca629cea1e8d70ec25f2f39 Log: JENKINS-31202 Fixing duplicate graph in nonpipeline job, conflicting JENKINS-14615? 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-14615) Warnings plugin does not maintain order of parsers on the project page
Title: Message Title SCM/JIRA link daemon commented on JENKINS-14615 Re: Warnings plugin does not maintain order of parsers on the project page Code changed in jenkins User: Benjamin Fuchs Path: src/main/java/hudson/plugins/warnings/WarningsPublisher.java src/test/java/hudson/plugins/warnings/WarningsPublisherTest.java http://jenkins-ci.org/commit/warnings-plugin/3b8dd54f362bcca629cea1e8d70ec25f2f39 Log: JENKINS-31202 Fixing duplicate graph in nonpipeline job, conflicting JENKINS-14615? 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.