[JIRA] [hp-application-automation-tools-plugin] (JENKINS-28436) Running HP ALM installs .exe on linux and tried to run it
Title: Message Title Avishai Moshka commented on JENKINS-28436 Re: Running HP ALM installs .exe on linux and tried to run it hi, the LoadRunner and UFT compnents (execute from file system) does not support Linux. Both, LoadRunner controller and UFT are Windows 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] [hp-application-automation-tools-plugin] (JENKINS-28436) Running HP ALM installs .exe on linux and tried to run it
Title: Message Title Avishai Moshka assigned an issue to Avishai Moshka Jenkins / JENKINS-28436 Running HP ALM installs .exe on linux and tried to run it Change By: Avishai Moshka Assignee: Ofir Shaked Avishai Moshka 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-28550) Unwanted effect rendering the pages
Title: Message Title Manuel Jesús Recena Soto created an issue Jenkins / JENKINS-28550 Unwanted effect rendering the pages Issue Type: Improvement Assignee: Manuel Jesús Recena Soto Components: core Created: 24/May/15 3:30 PM Labels: gui Priority: Minor Reporter: Manuel Jesús Recena Soto In current versions of Jenkins it can see an "unwanted effect" while it loads some UI views (pages). Please, find linked a slowed screencast where you can check it. Add Comment
[JIRA] [core] (JENKINS-28550) Unwanted effect rendering the pages
Title: Message Title Manuel Jesús Recena Soto updated an issue Jenkins / JENKINS-28550 Unwanted effect rendering the pages Change By: Manuel Jesús Recena Soto In current versions of Jenkins it can see an "unwanted effect" while it loads some UI views (pages) are rendered . Please, find linked a [slowed screencast|https://drive.google.com/file/d/0B0sHMazJqTbmT3JnQzlkcGhYUFE/view?usp=sharing] where you can check 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] [core] (JENKINS-28550) Unwanted effect rendering the pages
Title: Message Title Manuel Jesús Recena Soto started work on JENKINS-28550 Change By: Manuel Jesús Recena Soto 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] [core] (JENKINS-28550) Unwanted effect rendering the pages
Title: Message Title Manuel Jesús Recena Soto commented on JENKINS-28550 Re: Unwanted effect rendering the pages Here you can find the pull request 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-28550) Unwanted effect rendering the pages
Title: Message Title Manuel Jesús Recena Soto edited a comment on JENKINS-28550 Re: Unwanted effect rendering the pages Here you can find the [pull request|https://github.com/jenkinsci/jenkins/pull/1717] . Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [ec2-plugin] (JENKINS-26854) EC2 slave launch stops working after a while with AmazonServiceException "Request has expired"
Title: Message Title SCM/JIRA link daemon commented on JENKINS-26854 Re: EC2 slave launch stops working after a while with AmazonServiceException "Request has expired" Code changed in jenkins User: James Judd Path: src/main/java/hudson/plugins/ec2/EC2Cloud.java http://jenkins-ci.org/commit/ec2-plugin/2855d1d925dcfe92043ec6ce0b58111c116eb330 Log: Creates an AmazonEC2Client with an AWSCredentialsProvider instead of the AWSCredentials directly. This is done so the credentials will refresh instead of expire. Resolves JENKINS-26854. At the moment, in EC2Cloud we create an AmazonEC2Client by passing in the credentials directly. This creates a StaticCredentialsProvider using the given credentials. StaticCredentialsProvider never refreshes its credentials, leading to expiration. Instead, you can create an AmazonEC2Client with a credentials provider directly. This refreshes the credentials as needed. See http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-roles.html for more information.AWSCredentials directly. This is done so the credentials will refresh instead of expire. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [ec2-plugin] (JENKINS-26854) EC2 slave launch stops working after a while with AmazonServiceException "Request has expired"
Title: Message Title SCM/JIRA link daemon commented on JENKINS-26854 Re: EC2 slave launch stops working after a while with AmazonServiceException "Request has expired" Code changed in jenkins User: Francis Upton Path: src/main/java/hudson/plugins/ec2/EC2Cloud.java http://jenkins-ci.org/commit/ec2-plugin/1fa2ee1126e007d874cb40d5dee25a031746a635 Log: Merge pull request #148 from jjudd/request-expired JENKINS-26854: Fixing 'RequestExpired' Compare: https://github.com/jenkinsci/ec2-plugin/compare/b576bb3163db...1fa2ee1126e0 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] [aws-lambda-plugin] (JENKINS-28441) refactor project for future feature additions
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28441 Re: refactor project for future feature additions Code changed in jenkins User: cast Path: pom.xml src/main/java/com/xti/jenkins/plugin/awslambda/invoke/JsonParameterVariables.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeBuildStep.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeBuildStepVariables.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokePublisher.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeVariables.java src/main/resources/com/xti/jenkins/plugin/awslambda/AWSLambdaPublisher/config.jelly src/main/resources/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeBuildStep/config.jelly src/main/resources/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokePublisher/config.jelly src/main/resources/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStepVariables/config.jelly src/test/java/com/xti/jenkins/plugin/awslambda/AWSLambdaPublisherTest.java src/test/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeBuildStepTest.java src/test/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokePublisherTest.java src/test/java/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStepTest.java http://jenkins-ci.org/commit/aws-lambda-plugin/86eab24b53ed20ae96b4fbee3ed9d424060f Log: JENKINS-28441 Added job config tests, all but one fail due to _javascript_ error, dive into IRC. @Ignore annotation added for now 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] [aws-lambda-plugin] (JENKINS-28441) refactor project for future feature additions
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28441 Re: refactor project for future feature additions Code changed in jenkins User: cast Path: src/main/resources/com/xti/jenkins/plugin/awslambda/invoke/JsonParameterVariables/config.jelly src/main/resources/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokePublisher/config.jelly src/main/webapp/help-envVarName.html src/main/webapp/help-jsonPath.html src/main/webapp/help-payload.html src/main/webapp/help-synchronous.html http://jenkins-ci.org/commit/aws-lambda-plugin/0329cc465af7362cecc2e2296973bd477def3221 Log: JENKINS-28441 Updated help 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-28550) Unwanted effect rendering the pages
Title: Message Title Manuel Jesús Recena Soto updated an issue Jenkins / JENKINS-28550 Unwanted effect rendering the pages Change By: Manuel Jesús Recena Soto In current versions of Jenkins it can see an "unwanted effect" while some UI views (pages) are rendered. Please, find linked a [slowed screencast|https://drive.google.com/file/d/0B0sHMazJqTbmT3JnQzlkcGhYUFE/view?usp=sharing] where you can check it. The screencast was recorded using the MASTER branch. 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] [aws-lambda-plugin] (JENKINS-28441) refactor project for future feature additions
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28441 Re: refactor project for future feature additions Code changed in jenkins User: cast Path: src/main/java/com/xti/jenkins/plugin/awslambda/AWSLambdaPublisher.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokePublisher.java src/main/resources/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokePublisher/config.jelly src/main/webapp/help-jsonPath.html http://jenkins-ci.org/commit/aws-lambda-plugin/00a35c904a2657e4cade78c1a7184b83a7dc2263 Log: JENKINS-28441 Updated help 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] [aws-lambda-plugin] (JENKINS-28441) refactor project for future feature additions
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28441 Re: refactor project for future feature additions Code changed in jenkins User: cast Path: src/main/java/com/xti/jenkins/plugin/awslambda/AWSLambdaPublisher.java src/main/java/com/xti/jenkins/plugin/awslambda/LambdaVariables.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/InvokeConfig.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeBuildStep.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeBuildStepVariables.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokePublisher.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeVariables.java src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvoker.java src/main/java/com/xti/jenkins/plugin/awslambda/service/LambdaClientConfig.java src/main/java/com/xti/jenkins/plugin/awslambda/service/WorkSpaceZipper.java src/main/java/com/xti/jenkins/plugin/awslambda/upload/DeployConfig.java src/main/java/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStep.java src/main/java/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStepVariables.java src/main/java/com/xti/jenkins/plugin/awslambda/upload/LambdaUploader.java src/main/java/com/xti/jenkins/plugin/awslambda/util/LambdaClientConfig.java src/test/java/com/xti/jenkins/plugin/awslambda/service/LambdaClientConfigTest.java src/test/java/com/xti/jenkins/plugin/awslambda/service/LambdaDeployServiceTest.java src/test/java/com/xti/jenkins/plugin/awslambda/service/LambdaInvokeServiceTest.java http://jenkins-ci.org/commit/aws-lambda-plugin/1f80544142678be850a51a42f5e02be61eab8734 Log: JENKINS-28441 TDD refactoring Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [configure-job-column-plugin] (JENKINS-16744) crash when loading job configuration page
Title: Message Title Kanstantsin Shautsou commented on JENKINS-16744 Re: crash when loading job configuration page Please read https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue and remove all not related info from you copy-paste in JIRA description. 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] [configure-job-column-plugin] (JENKINS-16744) crash when loading job configuration page
Title: Message Title Kanstantsin Shautsou edited a comment on JENKINS-16744 Re: crash when loading job configuration page Please read https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue and remove all not related info from you your copy-paste in JIRA issue description. 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-27084) SVN authentication fails using subversion plugin v.2.5
Title: Message Title Stuart Jones commented on JENKINS-27084 Re: SVN authentication fails using subversion plugin v.2.5 On Ubuntu server - there does not appear to be any jenkins.xml - there are job specific xml configurations, but since there is not tree/element information about where to put the configuration string, I can't see how to update the configurations to make this work. 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] [emailext-template-plugin] (JENKINS-22614) Centralized reporting and configuration of emailext-templates
Title: Message Title Alex Earl commented on JENKINS-22614 Re: Centralized reporting and configuration of emailext-templates I don't think I will be able to implement this. It wouldn't scale very well for very large installations 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] [subversion-plugin] (JENKINS-27084) SVN authentication fails using subversion plugin v.2.5
Title: Message Title Stuart Jones edited a comment on JENKINS-27084 Re: SVN authentication fails using subversion plugin v.2.5 I'm having this problem in Jenkins 1.614 on Ubuntu 14.04 LTS Server. On Ubuntu server - there does not appear to be any jenkins.xml - there are job specific I have config. xml configurations in /usr/lib/jenkins , but since there is not tree/element information about where to put the configuration string, I can't see how to update the configurations to make this work. I've found a couple of other bugs and discussions pointing to JAVA_ARGS and JENKINS_ARGS in /etc/default/jenkins - and have added the parameter as above, but it still is not 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] [git-plugin] (JENKINS-27998) Git plugin fails to clone with ssh protected passphrase
Title: Message Title Mark Waite commented on JENKINS-27998 Re: Git plugin fails to clone with ssh protected passphrase Git client plugin pull request 168 has been accepted into the git client plugin builds for 1.18.0 and beyond. It allows private keys protected by a passphrase on Linux (and likely on other Unix variants). It does not allow private keys protected by a passphrase on Windows. I have no estimate on the timeline for delivery of git client plugin 1.18.0 because that plugin version needs a matching release of the git plugin, and that git plugin release needs significant testing before it is released. 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] [unity3d-plugin] (JENKINS-23958) Pipe Broken
Title: Message Title lacostej commented on JENKINS-23958 Re: Pipe Broken I know the root cause and I have a fix that seems to pass my tests. The root cause is when I wrote the plugin, I created my own piping mechanism because I was having issues with the Jenkins remoting one. When doing so, I went with using the remoting and java.io.Piped*Stream. See https://github.com/jenkinsci/unity3d-plugin/blob/b4d78b6fee8752c02eacb35c1b0416c55d9d76f5/src/main/java/org/jenkinsci/plugins/unity3d/io/Pipe.java#L35 While the java.io.Piped*Stream classes work fine most of the time, they have some issues, including thread unfriendliness. See http://www.live-graph.org/javadoc/complete/org/LiveGraph/dataFile/read/PipedInputStream.html for some description. As stated in the Javadoc for the java.io.PipedInputStream: A pipe is said to be broken if a thread that was providing data bytes to the connected piped output stream is no longer alive. In the case of jenkins used in a distributed scenario, those threads are pooled (search threadPoolForRemoting in jenkins core). In particular, if the remote output isn't producing output for a while, this pooling seems to have more chance of happening. In this case, the writeSide thread is recycled/replaced. The next call to read detects the "pipe is broken". So we cannot use the java.io.Piped*Stream in conjunction with Jenkins. Now it seems that I can use the jenkins remoting FastPiped*Stream classes and everything work fine. So easy... 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] [unity3d-plugin] (JENKINS-23958) Pipe Broken
Title: Message Title SCM/JIRA link daemon commented on JENKINS-23958 Re: Pipe Broken Code changed in jenkins User: Jerome Lacoste Path: src/main/java/org/jenkinsci/plugins/unity3d/io/Pipe.java http://jenkins-ci.org/commit/unity3d-plugin/dff4212ee1f3c9ec1ed54dda0f2788d0126d2fc1 Log: [FIXED JENKINS-23958] use jenkins remoting piping streams for piping. java.io.Piped*Stream are not threads friendly and cause 'Pipe is broken' issue when jenkins pool the writing threads 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] [unity3d-plugin] (JENKINS-23958) Pipe Broken
Title: Message Title SCM/JIRA link daemon resolved as Fixed Jenkins / JENKINS-23958 Pipe Broken 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] [unity3d-plugin] (JENKINS-22492) java.io.IOException: Pipe broken
Title: Message Title lacostej commented on JENKINS-22492 Re: java.io.IOException: Pipe broken I have a fix for JENKINS-23958 . Will be in v0.8. 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.