[JIRA] [compress-artifacts-plugin] (JENKINS-28862) Optimize archiving process
Title: Message Title Oliver Gondža created an issue Jenkins / JENKINS-28862 Optimize archiving process Issue Type: Improvement Assignee: Oliver Gondža Components: compress-artifacts-plugin Created: 11/Jun/15 7:09 AM Priority: Minor Reporter: Oliver Gondža In [1] the plugin switched from org.apache.tools.zip/java.util.zip to de.schlichtherle.truezip. While this is certainly necessary for extraction, perhaps it is possible to keep using apache-via-FilePath for compression avoiding a lot of ping-ponging over network. [1] https://github.com/jenkinsci/compress-artifacts-plugin/commit/e4cf3284f14c919fb6bd95bfb147180569500623 Add Comment
[JIRA] [teamconcert-git-plugin] (JENKINS-28839) define license for 'teamconcert-git-plugin'
Title: Message Title Krishna Kishore commented on JENKINS-28839 Re: define license for 'teamconcert-git-plugin' The plugin is covered in the Eclipse Plugin License, the following tag is present in the pom.xml file. Eclipse Public License v1.0 /*** Copyright (c) 2014 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html * Contributors: IBM Corporation - initial API and implementation ***/ 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 receivi
[JIRA] [compress-artifacts-plugin] (JENKINS-28849) skip compressing already compressed artifacts
Title: Message Title Oliver Gondža commented on JENKINS-28849 Re: skip compressing already compressed artifacts Unfortunately, console tools will always be faster that Java implementation we use. However, you are right there might be a way to optimize the archiving process: JENKINS-28862. 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] [teamconcert-git-plugin] (JENKINS-28839) define license for 'teamconcert-git-plugin'
Title: Message Title Krishna Kishore resolved as Fixed The plugin is covered under Eclipse Plugin License and the license tag is present in the pom.xml file Jenkins / JENKINS-28839 define license for 'teamconcert-git-plugin' Change By: Krishna Kishore 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] [openstack-cloud-plugin] (JENKINS-28789) NoSuchElementException: apiType network not found in catalog []
Title: Message Title Oliver Gondža commented on JENKINS-28789 Re: NoSuchElementException: apiType network not found in catalog [] I have seen this on a different instance and it does not block provisioning. It only aborts form element completion with a cryptic exception logged. Keeping as minor. 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] [git-plugin] (JENKINS-28165) git ls-remote fails to connect to repo - status code 128
Title: Message Title Stefan Antal commented on JENKINS-28165 Re: git ls-remote fails to connect to repo - status code 128 Hi Mark Waite, thanks for your help! Somehow I thought the git plugin puts ssh in the beginning. It works with the git-protocol-way. 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-monitor-plugin] (JENKINS-28823) Need to generate trend report based on cloc report data
Title: Message Title Prasenjit Dey commented on JENKINS-28823 Re: Need to generate trend report based on cloc report data Than what tool provides this feature so that i can differentiate the code size between two build. Want to know how many lines got added/removed/modified in between. 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] [subversion-plugin] (JENKINS-28854) jenkins can't checkout https://xxxx
Title: Message Title Daniel Beck commented on JENKINS-28854 Re: jenkins can't checkout https:// To clarify, it is JRE dependent? 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] [role-strategy-plugin] (JENKINS-28863) Provide option to block inheritance
Title: Message Title Brantone created an issue Jenkins / JENKINS-28863 Provide option to block inheritance Issue Type: Bug Assignee: Oleg Nenashev Components: role-strategy-plugin Created: 11/Jun/15 9:02 AM Priority: Major Reporter: Brantone Matrix-auth provides checkbox for "Block inheritance of global authorization matrix" ... would be nice for Role-based to have option as well. Ex: https://github.com/jenkinsci/matrix-auth-plugin/blob/master/src/main/java/hudson/security/AuthorizationMatrixProperty.java#L276 Could go in: https://github.com/jenkinsci/role-strategy-plugin/blob/master/src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleBasedAuthorizationStrategy.java#L262 Add Comment
[JIRA] [maven-plugin] (JENKINS-25406) MavenBuild$ProxyImpl.setResult illegally called after build is COMPLETED
Title: Message Title martinro commented on JENKINS-25406 Re: MavenBuild$ProxyImpl.setResult illegally called after build is COMPLETED Similar problem here with Jenkins ver. 1.609.1 mit Maven builds and violations are checked (and the violation limits are exceeded). Maven integration plugin 2.10 Violation plugin 0.7.11 ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.com java.lang.IllegalStateException: cannot change build result while in COMPLETED at hudson.model.Run.setResult(Run.java:462) at hudson.plugins.violations.ViolationsReport.setBuildResult(ViolationsReport.java:542) at hudson.plugins.violations.hudson.maven.ViolationsMavenReporter.end(ViolationsMavenReporter.java:100) at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:104) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:865) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:536) at hudson.model.Run.execute(Run.java:1741) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:537) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) 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] [credentials-plugin] (JENKINS-28864) Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials
Title: Message Title valentina armenise created an issue Jenkins / JENKINS-28864 Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials Issue Type: Bug Assignee: stephenconnolly Attachments: impossibleToScrollDownThisWindow.png Components: credentials-plugin Created: 11/Jun/15 9:19 AM Environment: Jenkins 1.609 and 1.580 Labels: Credentials Slave Priority: Minor Reporter: valentina armenise To reproduce: create a NODE
[JIRA] [maven-plugin] (JENKINS-25406) MavenBuild$ProxyImpl.setResult illegally called after build is COMPLETED
Title: Message Title Daniel Beck commented on JENKINS-25406 Re: MavenBuild$ProxyImpl.setResult illegally called after build is COMPLETED martinro Please file a new issue against violations 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] [matrix-combinations-parameter-plugin] (JENKINS-28861) Nullpointer issue: Open build page of same job when a Matrix project is running
Title: Message Title Daniel Beck assigned an issue to Unassigned Jenkins / JENKINS-28861 Nullpointer issue: Open build page of same job when a Matrix project is running Change By: Daniel Beck Component/s: matrix-combinations-parameter-plugin Component/s: matrix-project-plugin Assignee: Kohsuke Kawaguchi 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] [credentials-plugin] (JENKINS-28864) Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials
Title: Message Title Daniel Beck commented on JENKINS-28864 Re: Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials Which versions of the Credentials and SSH Credentials Plugins are you using? 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] [credentials-plugin] (JENKINS-28864) Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials
Title: Message Title Daniel Beck commented on JENKINS-28864 Re: Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials This looks like it depends on the height of your browser window. From ~620 px viewport height the buttons disappear in Chrome for me. Workaround (besides defining the credentials in the credentials config instead if via this 'Add' button) would be to increase window size. 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] [credentials-plugin] (JENKINS-28864) Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials
Title: Message Title valentina armenise updated an issue Jenkins / JENKINS-28864 Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials Change By: valentina armenise Environment: Jenkins 1.609 and 1.580 , Chrome view with 720 px in heigh, 13 inches monitor To reproduce:- create a NODE- goto configure NODE- from inside the configuration page of the node select SSH node- from inside the configuration page of the node select "Add Credentials"- from the Credentials form view, select SSH-key type and "insert directly"- try to insert a key- it is impossible to scroll down to "save" or "cancel" the configurationThe workaround:generate Credentials to be used from the Slave from the main "Credentials" section in the left panel of Jenkins 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] [credentials-plugin] (JENKINS-28864) Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials
Title: Message Title valentina armenise updated an issue Jenkins / JENKINS-28864 Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials Change By: valentina armenise Environment: Jenkins 1.609 and 1.580, Chrome view with 720 px in heigh, 13 inches monitor . Credentials plugin 1.22 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] [credentials-plugin] (JENKINS-28864) Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials
Title: Message Title Daniel Beck commented on JENKINS-28864 Re: Impossible to scroll down Credentials window when opened from inside the Node configuration Page and when selecting ssh credentials If you're in this situation and need to get out without losing all the slave config, here's how: Select username/password instead to reach the cancel button Cancel Resize the window to larger height Click 'Add' and repeat credentials 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-oauth-plugin] (JENKINS-21331) GitHub teams should be available groups for matrix based security when using GitHub OAuth plugin
Title: Message Title Julien Carsique commented on JENKINS-21331 Re: GitHub teams should be available groups for matrix based security when using GitHub OAuth plugin Amending, yes of course. I'll do it today. Browsing issues in URL referencing a group, like "jenkins/externalGroups/Org/Team" displayed in "jenkins/groups" (I'm using the Role Based Access Control Plugin - http://jenkins-enterprise.cloudbees.com/docs/user-guide-docs/rbac.html). Of course it works with "jenkins/externalGroups/Org*Team". I'm giving a try with "%2F" you suggested but I expect automated translations leading to the breaking slash in URL... we'll see. 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] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Gaurav Chhabra created an issue Jenkins / JENKINS-28865 java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project Issue Type: Bug Assignee: Nicolas De Loof Attachments: Build History Empty.png, Jenkins Dead Error.png Components: git-plugin Created: 11/Jun/15 10:21 AM Environment: Jenkins 1.614 Git plugin 2.3.5 Tomcat Server version: Apache Tomcat/7.0.2 Server number: 7.0.2.0 OS Name: Linux OS Version: 3.14.20-20.44.amzn1.x86_64 Architecture: amd64 JVM Version: 1.7.0_65-mockbuild_2014_09_18_00_28-b00 JVM Vendor: Oracle Corporation Labels: Jenkins Git-plugin Git Priority: Major Reporter: Gaurav Chhabra I'm trying to use Git's post-receive hook trigger with Jenkins' 'Poll SCM
[JIRA] [subversion-plugin] (JENKINS-28854) jenkins can't checkout https://xxxx
Title: Message Title Thomas Schweikle commented on JENKINS-28854 Re: jenkins can't checkout https:// Yes, it is JRE dependent. Since your post I've tried: Oracle Java 1.8.0_45 -> did not work (depends on used Distribution) Oracle Java 1.8.0_40 -> works Oracle Java 1.7.79/80 -> works OpenJDK 1.8.0_45 -> did not work OpenJDK 1.7.0_79 -> did not work I've tried to install the cryptographic extensions to overcome the problem with OpenJDK, but without success. For Oracle Java 1.8.0_45 I could verify it working on Orcale Linux, CentOS, RedHat Enterprise (all 6.6, 7.1), but not on Ubuntu (14.04 LTS) or Debian – looks like there is some sort of library incompatibility or some library not available with the right version number. As of now I got it working. 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] [jenkins-tracker] (JENKINS-28866) gives oops! page when navigate on jenkin's dash board
Title: Message Title aneel kumar created an issue Jenkins / JENKINS-28866 gives oops! page when navigate on jenkin's dash board Issue Type: Bug Assignee: Unassigned Attachments: Document.rtf Components: jenkins-tracker Created: 11/Jun/15 10:36 AM Environment: RHEL Priority: Minor Reporter: aneel kumar when i am navigating from manage jenkins to configure global security jenkins will display one page that screen shot is available as attachment.
[JIRA] [jenkins-tracker] (JENKINS-28866) gives oops! page when navigate on jenkin's dash board
Title: Message Title Daniel Beck commented on JENKINS-28866 Re: gives oops! page when navigate on jenkin's dash board Please attach image files directly, and include any textual descriptions in the issue itself. 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] [email-ext-plugin] (JENKINS-28804) Email-ext send email to unknown recipient when email address is not available
Title: Message Title jim jaeger updated an issue Jenkins / JENKINS-28804 Email-ext send email to unknown recipient when email address is not available Change By: jim jaeger Component/s: teamconcert-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] [email-ext-plugin] (JENKINS-28804) Email-ext send email to unknown recipient when email address is not available
Title: Message Title jim jaeger commented on JENKINS-28804 Re: Email-ext send email to unknown recipient when email address is not available The source control plugin is RTC. 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-28867) Triggering Manual Steps doesn't work in combination with cloudbees-folder
Title: Message Title Christophe Vanlancker created an issue Jenkins / JENKINS-28867 Triggering Manual Steps doesn't work in combination with cloudbees-folder Issue Type: Bug Assignee: Jesse Glick Attachments: Trace.txt Components: build-pipeline-plugin, cloudbees-folder-plugin Created: 11/Jun/15 11:04 AM Environment: jenkins-war:1.616 JRE 1.7.0 IBM J9 2.6 Linux amd64-64 SLES 11 SP3 Labels: exception job Priority: Major Reporter: Christophe Vanlancker We already had a Build Pipeline overview of existing jobs with downstream triggers. Afterwards, the Folder plugin was installed and all relevant jobs were moved to the newly created folder. Jobs
[JIRA] [core] (JENKINS-28868) Configuring security without a Realm result in nasty exception + user lockout
Title: Message Title Tom FENNELLY created an issue Jenkins / JENKINS-28868 Configuring security without a Realm result in nasty exception + user lockout Issue Type: Bug Assignee: Unassigned Attachments: Screenshot 2015-06-11 12.13.02.png Components: core, security Created: 11/Jun/15 11:16 AM Environment: Jenkins 1.617 Priority: Minor Reporter: Tom FENNELLY Daniel Beck suggests perhaps defaulting the realm to "Jenkins own database". Exception: hudson.security.AccessDeniedException2: anonymous is missing the Overall/Read permission at hudson.security.ACL.checkPermission(ACL.java:63) at hudson.model.Node.checkPermission(Node.java:441) at jenkins.model.Jenkins.getTarget(Jenkins.java:3809) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:674) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapl
[JIRA] [core] (JENKINS-28868) Configuring security without a Realm results in a nasty exception + user lockout
Title: Message Title Tom FENNELLY updated an issue Jenkins / JENKINS-28868 Configuring security without a Realm results in a nasty exception + user lockout Change By: Tom FENNELLY Summary: Configuring security without a Realm result results in a nasty exception + user lockout 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] [mstestrunner-plugin] (JENKINS-28869) Does not split test files string on newline if input is loaded from properties file
Title: Message Title Thomas Blitz created an issue Jenkins / JENKINS-28869 Does not split test files string on newline if input is loaded from properties file Issue Type: Bug Assignee: Thomas Blitz Components: mstestrunner-plugin Created: 11/Jun/15 11:26 AM Environment: Jenkins 1.617 MsTestRunner 1.1.2 Environment Injector Plugin 1.91.3 Priority: Major Reporter: Thomas Blitz In my setup i extract path to all test projects using powershell. i create a string that contains all these paths each separated by a newline " \`n" with a slash '\' to force the filewriting to write the string to read on on newline. It does not work using " \`r`n". This data is the loaded into the enviroment using the Environment Injector Plugin and checking the EnvVariable it is a string containing newlines. The MsTestrunner states that testfiles should be a newline separated list, but only the first entry is separated correct, thus ignoring all other test files. The fix. Running the replacement macro on the full testfiles string fixes the problem. String macroReplacedTestFiles = Util.replaceMacro(testFiles, env); A fix has been issued to github as a pull request.
[JIRA] [subversion-plugin] (JENKINS-26318) Subversion Plug in 2.5 causes sporadic problems
Title: Message Title Eduardo Marques commented on JENKINS-26318 Re: Subversion Plug in 2.5 causes sporadic problems Isn't this one a duplicate issue of https://issues.jenkins-ci.org/browse/JENKINS-27079 which has been solved? 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] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Mark Waite commented on JENKINS-28865 Re: java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project Did you restart Jenkins after updating the matrix plugin to 1.5? Did you attempt the pre-release of the git plugin? The git plugin and git client plugin are being tested in hopes of releasing new versions before the end of June. If you're willing to assist with the testing, please download and install a pre-release build of the git client plugin and the git plugin. Problems detected in the pre-release should be e-mailed to Mark Waite and Nicolas De Loof. I wrote some test ideas if you would like suggestions of areas that need testing. The git plugin supports many different use cases and its automated tests only evaluate a very few of those use cases. I ran through the steps described in this bug report with a matrix job running across slaves on multiple versions of Windows and multiple versions of Linux (CentOS, Debian, and Ubuntu). As far as I can tell, the bug is fixed by the changes made by Jesse Glick. 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] [subversion-plugin] (JENKINS-22922) Subversion : environment variables work only partially (got broken in 2.3 or prior, after 1.44)
Title: Message Title Tim Bradt commented on JENKINS-22922 Re: Subversion : environment variables work only partially (got broken in 2.3 or prior, after 1.44) Using %Var% in the URL is not valid syntax. You must use $ {SVN_PERIPHERALS-P2_LATEST} . The only place you can use standard Windows syntax (%) is inside a Windows batch command build step. Everywhere else it requires Java syntax. With that, you should be able to do a check out. It's just SCM Polling that fails. 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] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Gaurav Chhabra commented on JENKINS-28865 Re: java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project Yes, i did restart Jenkins. Actually, a lot of users will be impacted if anything breaks so i didn't attempt the pre-release plugin yet. I can give it a try this weekend. There is one weird observation i had few mins back. Earlier, when i used to push, only Git Polling Log updated but no build was triggered. Now, builds are getting triggered but only for each alternate pushes. For example, if i push changes 3 times, then build is triggered only for first and third pushes. Any idea? 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] [vsphere-cloud-plugin] (JENKINS-28870) allow specifying target host when cloning a VM
Title: Message Title Ichai Luzon created an issue Jenkins / JENKINS-28870 allow specifying target host when cloning a VM Issue Type: Improvement Assignee: Unassigned Components: vsphere-cloud-plugin Created: 11/Jun/15 12:14 PM Labels: configuration plugin jenkins user-experience Priority: Major Reporter: Ichai Luzon When you clone a VM the cloned VM is created randomly on any host. In our situation there is assigned host per team and the clone is created on host assigned to other teams. Let configure the target host for the VM clone in advanced parameter. Add Comment
[JIRA] [core] (JENKINS-28289) JNLP slave should exclude non proxy hosts when connecting via HTTP proxy
Title: Message Title Daniel Beck commented on JENKINS-28289 Re: JNLP slave should exclude non proxy hosts when connecting via HTTP proxy Could you submit your fix as a pull request to remoting? 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] [remoting] (JENKINS-28844) The curious case of the Channel memory cycles
Title: Message Title Jesse Glick updated an issue Jenkins / JENKINS-28844 The curious case of the Channel memory cycles Change By: Jesse Glick Labels: memory-leak 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] [xunit-plugin] (JENKINS-28871) Unit tests 's XML report not valid for xunit
Title: Message Title Antoine Manceau created an issue Jenkins / JENKINS-28871 Unit tests 's XML report not valid for xunit Issue Type: Bug Assignee: Gregory Boissinot Attachments: unitTests.xml Components: xunit-plugin Created: 11/Jun/15 12:41 PM Environment: Jenkins 1.617 Xunit : 1.60 (same with the last one 1.96) CPPtest 7.3 Priority: Minor Reporter: Antoine Manceau Hi everyone, I have some troubles when parsing a XML report. This report was generated by cpptestcli -report unitTests.xml. I can import it manually in Visual studio 2010. But the last step of the job fails. here is what is written on the log : [Cpptest] Collecting Cpptest analysis files... [Cpptest] Computing warning deltas based on reference build #1Archiving artifacts [xUnit] [INFO] - Starting to record. [xUnit] [INFO] - Processing CppTest-7.x [xUnit] [INFO] - [CppTest-7.x] - 2 test report file(s) were found with the pattern '.xml' relative to 'D:\Jenkin
[JIRA] [git-client-plugin] (JENKINS-28748) git plugin submodule init fail on large submodule
Title: Message Title Florent Le Saout commented on JENKINS-28748 Re: git plugin submodule init fail on large submodule Yes I get your point. If I have a bit of time I will try to get that fixed myself. Of course I would be happy if I can provide help on some sort on that project I'm using quite intensively since few years now But first I need to get that reproduced with another repo since I'm afraid I will have to fix that on my free time, so without access to my corpo repo ... I will let you know. But anyway if someone think it's a kind of priority task, and have a bit of spare time and want to fix it, I can help with helping to reproduce the issue with more debug info. 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] [teamconcert-git-plugin] (JENKINS-28839) define license for 'teamconcert-git-plugin'
Title: Message Title Ray Kivisto commented on JENKINS-28839 Re: define license for 'teamconcert-git-plugin' Sorry, my mistake, I used the search feature to check for the license on github and didn't see it. 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] [teamconcert-git-plugin] (JENKINS-28839) define license for 'teamconcert-git-plugin'
Title: Message Title Ray Kivisto closed an issue as Fixed Jenkins / JENKINS-28839 define license for 'teamconcert-git-plugin' Change By: Ray Kivisto Status: Resolved Closed 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] [openstack-cloud-plugin] (JENKINS-28872) Assign floating IP address
Title: Message Title Oliver Gondža created an issue Jenkins / JENKINS-28872 Assign floating IP address Issue Type: New Feature Assignee: Marat Mavlyutov Components: openstack-cloud-plugin Created: 11/Jun/15 12:54 PM Priority: Major Reporter: Oliver Gondža There is no floating IP assigned for provisioned machines. It can be done in JClouds plugin. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
[JIRA] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Mark Waite commented on JENKINS-28865 Re: java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project There appear to be some polling and change detection related bugs in the git plugin 2.3.5 that I'm still trying to characterize. The common cases I've seen were having too many builds generated, not having too few builds generated, but there have been a few reports of changes which were missed. You might compare behavior between the 2.3.4 and 2.3.5 versions of the plugin your 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] [gerrit-trigger-plugin] (JENKINS-28873) Rename email field in gerrit trigger configuration for better understanding
Title: Message Title Frank Sonnenburg created an issue Jenkins / JENKINS-28873 Rename email field in gerrit trigger configuration for better understanding Issue Type: Improvement Assignee: rsandell Components: gerrit-trigger-plugin Created: 11/Jun/15 1:20 PM Environment: Jenkins 1.617, Gerrit Trigger 2.14 Labels: plugin configuration Priority: Minor Reporter: Frank Sonnenburg Hi all that took 3 days to recover this issue! When I filled in the fields of the gerrit trigger plugin configuration, I just put my email address into "E-mail" - I thought, this is just for some administrative stuff, when some severe error occurs. Now, I entered a comment into a gerrit patch, but nothing happened. I did an ssh gerrit stream-event on the console, and all messages arrived as expected. Then, after looking for the 853rd time at the configuration, I saw the help text for this E-mail field: "The e-mail of the user in Gerrit. CommentAdded events from this user will be ignored by Jenkins.
[JIRA] [email-ext-plugin] (JENKINS-28804) Email-ext send email to unknown recipient when email address is not available
Title: Message Title Alex Earl commented on JENKINS-28804 Re: Email-ext send email to unknown recipient when email address is not available Looks like RTC doesn't implement a MailAddressResolver, so something else is returning "unknown" to email-ext. Can you add a logger for hudson.tasks.MailAddressResolver with the level of FINE and it should put info in the log as to what resolver is being used. 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] [subversion-plugin] (JENKINS-26318) Subversion Plug in 2.5 causes sporadic problems
Title: Message Title Jordan Spiker commented on JENKINS-26318 Re: Subversion Plug in 2.5 causes sporadic problems All of these SVN error tickets are marked as resolved but the issue still persists 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] [subversion-plugin] (JENKINS-26318) Subversion Plug in 2.5 causes sporadic problems
Title: Message Title Dietmar Borgards commented on JENKINS-26318 Re: Subversion Plug in 2.5 causes sporadic problems We also have these problems if we update - so our solution was inbetween not to update Please fix! Thankx 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] [subversion-plugin] (JENKINS-26318) Subversion Plug in 2.5 causes sporadic problems
Title: Message Title Daniel Beck commented on JENKINS-26318 Re: Subversion Plug in 2.5 causes sporadic problems All of these SVN error tickets are marked as resolved but the issue still persists for me. The resolution specified is Duplicate, which means there's already a report for it. Doesn't mean the problem was 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] [subversion-plugin] (JENKINS-26318) Subversion Plug in 2.5 causes sporadic problems
Title: Message Title Dietmar Borgards commented on JENKINS-26318 Re: Subversion Plug in 2.5 causes sporadic problems > The resolution specified is Duplicate, which means there's already a report for it. Doesn't mean the problem was fixed. https://issues.jenkins-ci.org/browse/JENKINS-27079 is marked as resolved, but it isn't... 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-oauth-plugin] (JENKINS-21331) GitHub teams should be available groups for matrix based security when using GitHub OAuth plugin
Title: Message Title Julien Carsique commented on JENKINS-21331 Re: GitHub teams should be available groups for matrix based security when using GitHub OAuth plugin PR updated with the right JIRA ref on the last commit. I tested "%2F" and it does not work: auto-completion on group definition waits for "%2F" which is ugly. I guess "*" is fine even if "/" would be better. 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] [subversion-plugin] (JENKINS-26318) Subversion Plug in 2.5 causes sporadic problems
Title: Message Title Daniel Beck commented on JENKINS-26318 Re: Subversion Plug in 2.5 causes sporadic problems https://issues.jenkins-ci.org/browse/JENKINS-27079 is marked as resolved, but it isn't... Again, it's resolved as Duplicate. That's just how it looks in Jira. JENKINS-27079 duplicates JENKINS-26734 , which in turn duplicates JENKINS-26303 . And in the issue comments there, Craig Rodrigues wrote: I released version 0.4 of the Multiple SCMs plugin, so you can give that a try and report back here if it fixes your problem. So I'm fairly sure that is the correct place to report any issues. 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] [tmpcleaner-plugin] (JENKINS-28786) Start cleanup once machine put offline because of temp space
Title: Message Title Oliver Gondža assigned an issue to Oliver Gondža Jenkins / JENKINS-28786 Start cleanup once machine put offline because of temp space Change By: Oliver Gondža Assignee: Oliver Gondža 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] [tmpcleaner-plugin] (JENKINS-28786) Start cleanup once machine put offline because of temp space
Title: Message Title Oliver Gondža started work on JENKINS-28786 Change By: Oliver Gondža 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] [jira-plugin] (JENKINS-21776) Jenkins jira comment text typo
Title: Message Title Radek Antoniuk updated an issue Jenkins / JENKINS-21776 Jenkins jira comment text typo Change By: Radek Antoniuk Labels: jira-plugin-1.41 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] [jira-plugin] (JENKINS-22628) Change comments/description to use String.format() instead.
Title: Message Title Radek Antoniuk updated an issue Jenkins / JENKINS-22628 Change comments/description to use String.format() instead. Change By: Radek Antoniuk Labels: jira jira- plugin -1.41 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] [docker-build-publish-plugin] (JENKINS-27229) Docker publish plugin throws error "Please login prior to push" after publishing the image
Title: Message Title Quentin Nerden edited a comment on JENKINS-27229 Re: Docker publish plugin throws error "Please login prior to push" after publishing the image UPDATE:after upgrading the plugin from 0.15 to 1.0, the problem is gone, it works! I have the same problem, with the registry "https://registry-1.docker.io/v2" (official v2 registry for Dockerhub).Docker 1.6.2 is used, and the jenkins .dockercfg file was deleted before running the job.The error in the job's console is:(...)workspace] $ docker login -u jenkinsuser -e jenkins-u...@compcom -p https://registry-1.docker.io/v2/WARNING: login credentials saved in /opt/jenkins/.dockercfg.Login Succeeded[workspace] $ docker build -t mydocker/repo:873 $WORKSPACE/targetSending build context to Docker daemon 557.1 kB(...)Sending build context to Docker daemon 98.04 MBSending build context to Docker daemon 98.59 MBSending build context to Docker daemon 98.59 MBSending build context to Docker daemon Step 0 : FROM mydocker/repo:base2 ---> 55604c2a11e7Step 1 : ADD comp-web.war /server/standalone/deployments/ ---> e1a25eef96e3Removing intermediate container 0118fd978788Successfully built e1a25eef96e3[workspace] $ docker push mydocker/repo:873The push refers to a repository [mydocker/repo] (len: 1)e1a25eef96e3: Buffering to Diske1a25eef96e3: Image push failedPlease login prior to push:Username: EOFBuild step 'Docker Build and Publish' marked build as failure 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] [docker-build-publish-plugin] (JENKINS-27229) Docker publish plugin throws error "Please login prior to push" after publishing the image
Title: Message Title Quentin Nerden edited a comment on JENKINS-27229 Re: Docker publish plugin throws error "Please login prior to push" after publishing the image *** UPDATE : *** after upgrading the plugin from 0.15 to 1.0, the problem is gone, it works!I have the same problem, with the registry "https://registry-1.docker.io/v2" (official v2 registry for Dockerhub).Docker 1.6.2 is used, and the jenkins .dockercfg file was deleted before running the job.The error in the job's console is:(...)workspace] $ docker login -u jenkinsuser -e jenkins-u...@compcom -p https://registry-1.docker.io/v2/WARNING: login credentials saved in /opt/jenkins/.dockercfg.Login Succeeded[workspace] $ docker build -t mydocker/repo:873 $WORKSPACE/targetSending build context to Docker daemon 557.1 kB(...)Sending build context to Docker daemon 98.04 MBSending build context to Docker daemon 98.59 MBSending build context to Docker daemon 98.59 MBSending build context to Docker daemon Step 0 : FROM mydocker/repo:base2 ---> 55604c2a11e7Step 1 : ADD comp-web.war /server/standalone/deployments/ ---> e1a25eef96e3Removing intermediate container 0118fd978788Successfully built e1a25eef96e3[workspace] $ docker push mydocker/repo:873The push refers to a repository [mydocker/repo] (len: 1)e1a25eef96e3: Buffering to Diske1a25eef96e3: Image push failedPlease login prior to push:Username: EOFBuild step 'Docker Build and Publish' marked build as failure 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] [docker-build-publish-plugin] (JENKINS-27229) Docker publish plugin throws error "Please login prior to push" after publishing the image
Title: Message Title Quentin Nerden edited a comment on JENKINS-27229 Re: Docker publish plugin throws error "Please login prior to push" after publishing the image ***UPDATE*** after upgrading the plugin from 0.15 to 1.0, the problem is gone, it works ! for me. I have the same problem, with the registry "https://registry-1.docker.io/v2" (official v2 registry for Dockerhub).Docker 1.6.2 is used, and the jenkins .dockercfg file was deleted before running the job.The error in the job's console is:(...)workspace] $ docker login -u jenkinsuser -e jenkins-u...@compcom -p https://registry-1.docker.io/v2/WARNING: login credentials saved in /opt/jenkins/.dockercfg.Login Succeeded[workspace] $ docker build -t mydocker/repo:873 $WORKSPACE/targetSending build context to Docker daemon 557.1 kB(...)Sending build context to Docker daemon 98.04 MBSending build context to Docker daemon 98.59 MBSending build context to Docker daemon 98.59 MBSending build context to Docker daemon Step 0 : FROM mydocker/repo:base2 ---> 55604c2a11e7Step 1 : ADD comp-web.war /server/standalone/deployments/ ---> e1a25eef96e3Removing intermediate container 0118fd978788Successfully built e1a25eef96e3[workspace] $ docker push mydocker/repo:873The push refers to a repository [mydocker/repo] (len: 1)e1a25eef96e3: Buffering to Diske1a25eef96e3: Image push failedPlease login prior to push:Username: EOFBuild step 'Docker Build and Publish' marked build as failure 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-14899) consoleText stops updating at 5000 lines until end of build job
Title: Message Title SCM/JIRA link daemon commented on JENKINS-14899 Re: consoleText stops updating at 5000 lines until end of build job Code changed in jenkins User: Daniel Beck Path: core/src/main/java/hudson/model/Run.java http://jenkins-ci.org/commit/jenkins/ad7cba99d7eef6e2849baeed427a452b8ba874bd Log: Merge pull request #1733 from daniel-beck/ JENKINS-14899 [FIX JENKINS-14899] Don't use truncating LargeText for /consoleText Compare: https://github.com/jenkinsci/jenkins/compare/9b7d8e9f8a96...ad7cba99d7ee 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-14899) consoleText stops updating at 5000 lines until end of build job
Title: Message Title SCM/JIRA link daemon commented on JENKINS-14899 Re: consoleText stops updating at 5000 lines until end of build job Code changed in jenkins User: Daniel Beck Path: core/src/main/java/hudson/model/Run.java http://jenkins-ci.org/commit/jenkins/20bd4e304976dc64fa6abc165823425ba524ccb2 Log: [FIX JENKINS-14899] Don't use truncating LargeText for /consoleText 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-14899) consoleText stops updating at 5000 lines until end of build job
Title: Message Title SCM/JIRA link daemon resolved as Fixed Jenkins / JENKINS-14899 consoleText stops updating at 5000 lines until end of build job Change By: SCM/JIRA link daemon Status: In Progress 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] [docker-build-step-plugin] (JENKINS-24071) Docker build step tries to build on master and not slave
Title: Message Title Vince Webb commented on JENKINS-24071 Re: Docker build step tries to build on master and not slave Is there a workaround for this issue ? I bumped into the same problem with docker-build-step version 1.25 It was giving me an error about the "docker" directory not existing in my workspace. FATAL: configured dockerFolder '/srv/app/workspace/workspace/my_project_name/docker' does not exist. This is frustrating when you know it does exist (in the slave). After copying the directory structure from slave to master, hey presto the error went away and my docker image got built. From day one I was curious about why the config for this plugin requires that Docker service is running on slaves where you run the build AND you need to specify Docker REST API URL. I understand that both make good sense but don't understand why both are needed. I rather thought access to the API would be enough. 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] [fitnesse-plugin] (JENKINS-27938) Unable to expand collapsed SLIM tables
Title: Message Title SCM/JIRA link daemon commented on JENKINS-27938 Re: Unable to expand collapsed SLIM tables Code changed in jenkins User: antoine-aumjaud Path: src/main/webapp/_javascript_/jenkins_fitnesse.js http://jenkins-ci.org/commit/fitnesse-plugin/9143adcbf5f30ad15fd558c1ba07c9b9c275bfad Log: JENKINS-27938 Fix JS: can't expand collapsed scenario 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] [docker-build-step-plugin] (JENKINS-24071) Docker build step tries to build on master and not slave
Title: Message Title Vince Webb edited a comment on JENKINS-24071 Re: Docker build step tries to build on master and not slave Is there a workaround for this issue ?I bumped into the same problem with docker-build-step version 1.25It was giving me an error about the "docker" directory not existing in my workspace.FATAL: configured dockerFolder '/srv/app/workspace/workspace/my_project_name/docker' does not exist.This is frustrating when you know it does exist (in the slave). After copying the directory structure from slave to master, hey presto the error went away and my docker image got built.From day one I was curious about why the config for this plugin requires that " Docker service is running on slaves where you run the build " AND " you need to specify Docker REST API URL. " I understand that both make good sense but don't understand why both are needed. I rather thought access to the API would be enough. 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] [thinBackup] (JENKINS-18866) Symlink prevens backup from ThinBackup
Title: Message Title Jack T commented on JENKINS-18866 Re: Symlink prevens backup from ThinBackup I am running into this issue with thinBackup 1.7.4 is not saving all the symbolic links in Windows 2008. The lastFailedBuild, lastUnstableBuild and lastUnsuccessfulBuild symbolic links are retained but the ones pointing to the build directories are not kept. For those build directories it copies the contents of the symbolic links but doesn't keep the symbolic link itself. This is fine if you restore the backup to the original location, but if you try to change paths it causes issues. Not a big issue, but it took me some time to figure out why all my backups had wrong dates and times. My workaround is to use xcopy with the /B switch to keeps all the symbolic links. 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] [docker-build-step-plugin] (JENKINS-24071) Docker build step tries to build on master and not slave
Title: Message Title Vince Webb commented on JENKINS-24071 Re: Docker build step tries to build on master and not slave FATAL: configured dockerFolder '/srv/app/workspace/workspace/vw_test2/docker' does not exist. java.lang.IllegalArgumentException: configured dockerFolder '/srv/app/workspace/workspace/vw_test2/docker' does not exist. at org.jenkinsci.plugins.dockerbuildstep.cmd.CreateImageCommand.execute(CreateImageCommand.java:87) at org.jenkinsci.plugins.dockerbuildstep.DockerBuilder.perform(DockerBuilder.java:74) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770) at hudson.model.Build$BuildExecution.build(Build.java:199) at hudson.model.Build$BuildExecution.doRun(Build.java:160) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533) at hudson.model.Run.execute(Run.java:1745) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:89) at hudson.model.Executor.run(Executor.java:240) 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] [delivery-pipeline-plugin] (JENKINS-28845) Rebuild not respecting permissions like manualTrigger does
Title: Message Title Noah Nordrum commented on JENKINS-28845 Re: Rebuild not respecting permissions like manualTrigger does Apparently it's more complicated, but I think I got it all. I'll submit a PR. 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] [git-plugin] (JENKINS-28383) Infrequent "ERROR: Error cloning remote repo 'origin'"
Title: Message Title Hannes Kogler commented on JENKINS-28383 Re: Infrequent "ERROR: Error cloning remote repo 'origin'" same random error here and it unfortunately makes the whole git thing very unstable :-/ Is there any possibility to enable the verbose git logging also when using the git Jenkins 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] [git-plugin] (JENKINS-28383) Infrequent "ERROR: Error cloning remote repo 'origin'"
Title: Message Title Mark Waite commented on JENKINS-28383 Re: Infrequent "ERROR: Error cloning remote repo 'origin'" The source code refers to a property hudson.plugins.git.IGitAPI.verbose (see CliGitAPIImpl in the git client plugin) which might increase verbosity. Alternately, you could try using shell build steps to execute git commands as a way to explore if you can see more details. Another alternate would be to use the JGit implementation to see if the alternate implementation provides more information 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] [ghprb-plugin] (JENKINS-25235) NPE on run()
Title: Message Title Kanstantsin Shautsou closed an issue as Incomplete Jenkins / JENKINS-25235 NPE on run() Change By: Kanstantsin Shautsou Status: Open Closed Resolution: Incomplete 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-19775) Github plugin - Set build status on github commit - No result
Title: Message Title Alexander Kanevskiy commented on JENKINS-19775 Re: Github plugin - Set build status on github commit - No result Described answer on stackoverflow usually not acceptable for private jenkins setup. In that scenario, jenkins is not exposed to internet, thus allowing jenkins to manage webhooks is not possible. Setting status on commit should be possible even if option set to "Manually manage hook URLs". User anyway should be able to provide username/token, and that should be enough for Jenkins plugin to verify credentials and to set commit status, without managing webhooks. 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] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Gaurav Chhabra commented on JENKINS-28865 Re: java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project Tried with 2.3.4 as well. Has the exact same behaviour. Are you aware whether it was working properly in any of the earlier versions? 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] [matrix-project-plugin] (JENKINS-28417) NullPointerException in hudson.matrix.MatrixProject.createTransientActions
Title: Message Title Daniel Beck commented on JENKINS-28417 Re: NullPointerException in hudson.matrix.MatrixProject.createTransientActions Please provide the job's config.xml 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] [unique-id] (JENKINS-28843) unique id plugin stored the unique value in the job configuration.
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28843 Re: unique id plugin stored the unique value in the job configuration. Code changed in jenkins User: James Nord Path: pom.xml http://jenkins-ci.org/commit/unique-id-plugin/1991180e42e73464bf0474a331b7230d7596e554 Log: Merge unique-id-plugin#2 into JENKINS-28843 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] [unique-id] (JENKINS-28843) unique id plugin stored the unique value in the job configuration.
Title: Message Title SCM/JIRA link daemon resolved as Fixed Jenkins / JENKINS-28843 unique id plugin stored the unique value in the job configuration. Change By: SCM/JIRA link daemon 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] [unique-id] (JENKINS-28843) unique id plugin stored the unique value in the job configuration.
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28843 Re: unique id plugin stored the unique value in the job configuration. Code changed in jenkins User: James Nord Path: .gitignore pom.xml src/main/java/org/jenkinsci/plugins/uniqueid/IdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/FolderIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/Id.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/IdStoreMigratorV1ToV2.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/JobIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/LegacyIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/RunIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/implv2/PersistenceRootIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/implv2/RunIdStore.java src/test/java/org/jenkinsci/plugins/uniqueid/IdTest.java src/test/java/org/jenkinsci/plugins/uniqueid/impl/IdStoreMigratorV1ToV2Test.java src/test/resources/org/jenkinsci/plugins/uniqueid/impl/IdStoreMigratorV1ToV2Test/testMigration.zip http://jenkins-ci.org/commit/unique-id-plugin/ea9a8df4962cc8c00ce353131ae57f9175368b49 Log: Merge pull request #1 from jtnord/ JENKINS-28843 [FIXED JENKINS-28843] No longer stored the unique value in the items configuration. Compare: https://github.com/jenkinsci/unique-id-plugin/compare/9d4c2ce26300...ea9a8df4962c 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] [unique-id] (JENKINS-28843) unique id plugin stored the unique value in the job configuration.
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28843 Re: unique id plugin stored the unique value in the job configuration. Code changed in jenkins User: James Nord Path: pom.xml src/main/java/org/jenkinsci/plugins/uniqueid/IdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/FolderIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/Id.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/IdStoreMigratorV1ToV2.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/JobIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/LegacyIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/impl/RunIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/implv2/PersistenceRootIdStore.java src/main/java/org/jenkinsci/plugins/uniqueid/implv2/RunIdStore.java src/test/java/org/jenkinsci/plugins/uniqueid/impl/IdStoreMigratorV1ToV2Test.java src/test/resources/org/jenkinsci/plugins/uniqueid/impl/IdStoreMigratorV1ToV2Test/__testMigration.zip src/test/resources/org/jenkinsci/plugins/uniqueid/impl/IdStoreMigratorV1ToV2Test/testMigration.zip http://jenkins-ci.org/commit/unique-id-plugin/b5b5f08cd05556814b9651a135d06b14539eb6a6 Log: JENKINS-28843 Initial implementation of ID migrator. 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] [other] (JENKINS-28866) gives oops! page when navigate on jenkin's dash board
Title: Message Title Daniel Beck updated an issue Jenkins / JENKINS-28866 gives oops! page when navigate on jenkin's dash board Change By: Daniel Beck Component/s: other Component/s: jenkins-tracker 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] [stash-pullrequest-builder-plugin] (JENKINS-28831) Global Stash configuration + Jenkins credentials
Title: Message Title Marcin Zajączkowski commented on JENKINS-28831 Re: Global Stash configuration + Jenkins credentials Thanks for info. I've missed issues on GitHub. 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-28408) Jenkins can't load extension ContextExtensionPoint if dependency is optional
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28408 Re: Jenkins can't load extension ContextExtensionPoint if dependency is optional Code changed in jenkins User: Daniel Spilker Path: CHANGELOG.md config/codenarc/rules-test.groovy src/main/groovy/org/jenkinsci/gradle/plugins/jpi/Jpi.groovy src/main/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPlugin.groovy src/test/groovy/org/jenkinsci/gradle/plugins/jpi/JpiPluginSpec.groovy src/test/resources/org/jenkinsci/gradle/plugins/jpi/bitbucket-pom.xml src/test/resources/org/jenkinsci/gradle/plugins/jpi/compile-dependencies-pom.xml src/test/resources/org/jenkinsci/gradle/plugins/jpi/complex-pom.xml src/test/resources/org/jenkinsci/gradle/plugins/jpi/minimal-pom.xml src/test/resources/org/jenkinsci/gradle/plugins/jpi/optional-plugin-dependencies-pom.xml src/test/resources/org/jenkinsci/gradle/plugins/jpi/plugin-dependencies-pom.xml http://jenkins-ci.org/commit/gradle-jpi-plugin/9cafa9f31c9e1807532f29caaba53a7e746f198e Log: Merge pull request #53 from daspilker/JENKINS-28408 JENKINS-28408 allow JPI/HPI file extension and packaging type to be configured Compare: https://github.com/jenkinsci/gradle-jpi-plugin/compare/5b72ac473142...9cafa9f31c9e 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-14899) consoleText stops updating at 5000 lines until end of build job
Title: Message Title dogfood commented on JENKINS-14899 Re: consoleText stops updating at 5000 lines until end of build job Integrated in jenkins_main_trunk #4175 Result = SUCCESS 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] [multijob-plugin] (JENKINS-26181) MultiJob View Filter to root
Title: Message Title Stefan Drissen commented on JENKINS-26181 Re: MultiJob View Filter to root Duplicate of https://issues.jenkins-ci.org/browse/JENKINS-17291 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] [unique-id] (JENKINS-28843) unique id plugin stored the unique value in the job configuration.
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28843 Re: unique id plugin stored the unique value in the job configuration. Code changed in jenkins User: James Nord Path: pom.xml src/main/java/org/jenkinsci/plugins/uniqueid/impl/IdStoreMigratorV1ToV2.java http://jenkins-ci.org/commit/unique-id-plugin/5e2c79230464060ea68225dd544c87af8593b082 Log: Merge pull request #3 from jtnord/ JENKINS-28843 -jesse [Jenkins 28843] fix scm and review comments. Compare: https://github.com/jenkinsci/unique-id-plugin/compare/ea9a8df4962c...5e2c79230464 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] [project-inheritance-plugin] (JENKINS-28874) Crash when changing version of inheritance-plugin job
Title: Message Title Vassil Keremidchiev created an issue Jenkins / JENKINS-28874 Crash when changing version of inheritance-plugin job Issue Type: Bug Assignee: Unassigned Components: project-inheritance-plugin Created: 11/Jun/15 7:22 PM Priority: Critical Reporter: Vassil Keremidchiev javax.servlet.ServletException: java.lang.StackOverflowError at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) 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:848) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:123) at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:46) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:120) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:114) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) at hudson.security.ChainedServletFilter$1.doFilter(ChainedS
[JIRA] [core] (JENKINS-28868) Configuring security without a Realm results in a nasty exception + user lockout
Title: Message Title Daniel Beck resolved as Duplicate JENKINS-28435 Jenkins / JENKINS-28868 Configuring security without a Realm results in a nasty exception + user lockout 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] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Mark Waite edited a comment on JENKINS-28865 Re: java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project Considering the [ area where the fix| https://github.com/jenkinsci/git-plugin/commit/de3117def8625c57a95126a200e990ab0481948e| area where the fix] was made in the git plugin, I assume it was a long-standing bug and exists in many different versions. I can't explain why the bug only surfaced recently. 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] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Mark Waite commented on JENKINS-28865 Re: java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project Considering the [area where the fix|https://github.com/jenkinsci/git-plugin/commit/de3117def8625c57a95126a200e990ab0481948e| was made in the git plugin, I assume it was a long-standing bug and exists in many different versions. I can't explain why the bug only surfaced recently. 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] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Mark Waite edited a comment on JENKINS-28865 Re: java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project Considering the [ area where the fix was made| https://github.com/jenkinsci/git-plugin/commit/de3117def8625c57a95126a200e990ab0481948e |area where the fix ] was made in the git plugin, I assume it was a long-standing bug and exists in many different versions. I can't explain why the bug only surfaced recently. 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] [gradle-jpi-plugin] (JENKINS-27826) Getting java.lang.NoClassDefFoundError: hudson/matrix/MatrixRun error attempting to run a unit test
Title: Message Title Daniel Spilker closed an issue as Fixed Jenkins / JENKINS-27826 Getting java.lang.NoClassDefFoundError: hudson/matrix/MatrixRun error attempting to run a unit test Change By: Daniel Spilker Status: Resolved Closed 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] [gradle-jpi-plugin] (JENKINS-28196) Why is findbugs is listed as a dependancy?
Title: Message Title Daniel Spilker closed an issue as Fixed Jenkins / JENKINS-28196 Why is findbugs is listed as a dependancy? Change By: Daniel Spilker Status: Resolved Closed 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-oauth-plugin] (JENKINS-21331) GitHub teams should be available groups for matrix based security when using GitHub OAuth plugin
Title: Message Title Sam Gleske commented on JENKINS-21331 Re: GitHub teams should be available groups for matrix based security when using GitHub OAuth plugin Yes, I'm okay with using * instead if that's 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-oauth-plugin] (JENKINS-21331) GitHub teams should be available groups for matrix based security when using GitHub OAuth plugin
Title: Message Title Sam Gleske edited a comment on JENKINS-21331 Re: GitHub teams should be available groups for matrix based security when using GitHub OAuth plugin Yes, I'm okay with using * instead if that's the case. What I originally meant is in the UI the user types org/team but the backend translates that to %2F. But for now * simplifies the issue I think. 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] [deployment-notification-plugin] (JENKINS-28632) Workflow support for Deployment Notification trigger
Title: Message Title Jesse Glick commented on JENKINS-28632 Re: Workflow support for Deployment Notification trigger Triggering a downstream Workflow job would be useful, but then you are back to job chaining, so you do not get the benefit of having all the logic in one script. What is crucially missing is a way for a Workflow step to pause until it gets a deployment event. You could perhaps cobble this together in a prototype using the generic waitUntil step and calling a couple of Jenkins APIs to inspect current fingerprints looking for DeploymentFacet, though I do not see a way to find these facets efficiently if you do not already have the MD5 checksum of the event, and anyway this would be polling rather than responding immediately. The proper solution is to have a dedicated Workflow step which registers a DeploymentFacetListener that listens for the equivalent of ThresholdCondition but matching the current build. (There is no “upstream” vs. “downstream” here, and no UpstreamDeploymentCause—you are listening for deployment of artifacts published earlier in the same build. So the design of the Condition extension point is probably not suitable, unless the range is computed and then tested to see if it is a singleton range consisting of the current build.) Thus you might write something like: stage 'Build' node { sh 'make stuff' archive 'bin/stuff' } stage name: 'Stage', concurrency: 1 input 'Ready to stage?' node { unarchive 'bin/stuff' sh 'scp bin/stuff root@puppethost:/staging' // whatever } def records = awaitDeployment('staging') // HostRecord[]? node { sh "run-selenium-tests ${records[0].host}" } stage name: 'Production', concurrency: 1 input 'Ready to promote?' node { unarchive 'bin/stuff' sh 'scp bin/stuff root@puppethost:/production' // whatever } awaitDeployment('production') mail to: 'o...@mycorp.com', subject: 'We are live!' where the input and awaitDeployment steps may pause for long periods. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
[JIRA] [maven-plugin] (JENKINS-25406) MavenBuild$ProxyImpl.setResult illegally called after build is COMPLETED
Title: Message Title Jesse Glick commented on JENKINS-25406 Re: MavenBuild$ProxyImpl.setResult illegally called after build is COMPLETED Right, that is a distinct bug, since it is not coming from MavenBuild$ProxyImpl.setResult. 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] [gearman-plugin] (JENKINS-25867) Gearman won't schedule new jobs even though there are slots available on master
Title: Message Title Khai Do commented on JENKINS-25867 Re: Gearman won't schedule new jobs even though there are slots available on master Sorry to switch again but storyboard isn't really working for us. Lets switch back to using jenkins issue tracker. 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] [cloudfoundry-plugin] (JENKINS-28311) Create CloudFoundry services via Plug-in
Title: Message Title William Gautier resolved as Fixed Ok, this is now implemented in v1.4 which I just pushed. It will be available tomorrow. Instead of the "Also delete bound services" checkbox, I ended up putting a "Reset service if already exists" checkbox after every service that you create. It's consistent with with "Reset app if already exists" checkbox, it allows the use-case of having one service reset and not the other, and it was actually easier to code in the UI (I'm not sure it's possible to have a single checkbox appear if the user adds one or more items from a repeating list, using Jelly taglibs). Cheers! Jenkins / JENKINS-28311 Create CloudFoundry services via Plug-in Change By: William Gautier Status: In Progress 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 Is
[JIRA] [ec2-plugin] (JENKINS-28875) Leverage Spot Instance Termination Notices
Title: Message Title Ryan Aslett updated an issue Jenkins / JENKINS-28875 Leverage Spot Instance Termination Notices Change By: Ryan Aslett Summary: Leverage Spot Instance Termination Notifices Notices 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] [jira-plugin] (JENKINS-6110) JIRA plugin to close JIRA ticket/issue
Title: Message Title Radek Antoniuk commented on JENKINS-6110 Re: JIRA plugin to close JIRA ticket/issue This functionality can be achieved by using smart commits and FishEye. https://confluence.atlassian.com/display/FISHEYE/Using+smart+commits 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] [bitbucket-plugin] (JENKINS-28877) bitbucket can send webhook without user specified
Title: Message Title Charles DuBose created an issue Jenkins / JENKINS-28877 bitbucket can send webhook without user specified Issue Type: Bug Assignee: Unassigned Components: bitbucket-plugin Created: 12/Jun/15 2:07 AM Environment: jenkins 1.617, bitbucket-plugin 1.1.0 Labels: plugin Priority: Blocker Reporter: Charles DuBose Trying to use the bitbucket hook and so far as I can tell, I guess that it is sending a JSON body without specifying a user. I wasn't able to retrieve the JSON that it was sending, but it seems like that field is not a guaranteed field. Error while serving http://104.236.89.214/bitbucket-hook/ java.lang.reflect.InvocationTargetException ... Caused by: net.sf.json.JSONException: JSONObject["user"] not found. at net.sf.json.JSONObject.getString(JSONObject.java:2040) at com.cloudbees.jenkins.plugins.BitbucketHookReceiver.processPayload(BitbucketHookReceiver.java:104) at com.cloudbees.jenkins.plugins.BitbucketHookReceiver.doIndex(BitbucketHookReceiver
[JIRA] [git-plugin] (JENKINS-28865) java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project
Title: Message Title Gaurav Chhabra commented on JENKINS-28865 Re: java.lang.IllegalStateException: while using using /git/notifyCommit in Freestyle project Ok. By the way, does the pre-release build that you asked me to try contains fix for this issue as well or does it addresses Dead issue only? 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] [email-ext-plugin] (JENKINS-28645) Tokens in subject fail to get expanded when 'Error: No workspace found' encountered
Title: Message Title Alex Earl commented on JENKINS-28645 Re: Tokens in subject fail to get expanded when 'Error: No workspace found' encountered Any updates on this? 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.