[JIRA] [buildresult-trigger-plugin] (JENKINS-25753) BuildResultTrigger doesn't trigger build
Title: Message Title Andreas Messer commented on JENKINS-25753 Re: BuildResultTrigger doesn't trigger build I can confirm this. Job is configured to poll once in the evening another job and it doesn't work. The following time setting does not work "0 18 * * 5" while "*/5 7-18 * * 5" does work after some poll (The log has no meaningfull output on the first poll) I had look into the source code an I think this is a problem of the x-trigger-lib: It seems that the "context" member variable is marked as "transient". That means on serialization of the Trigger it will be discarded. I dont know much about java and jenkins but maybe the Trigger objects will be saved to disk if not used frequently. I think they're also serialized when beeing executed on another machine. If that happens, the previous state of the polled jobs is lost and the Trigger starts from a new state. This theory would alos explain the empty BuildResultTrigger log (No polled jobs seen). 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-34463) Starting Jenkins windows service with https results in java.io.IOException
Title: Message Title Jani Mäkelä created an issue Jenkins / JENKINS-34463 Starting Jenkins windows service with https results in java.io.IOException Issue Type: Bug Assignee: Unassigned Components: core, winstone-jetty Created: 2016/Apr/27 7:18 AM Environment: Windows Server 2012 Jenkins 1.642.4 Labels: https windows winstone Priority: Minor Reporter: Jani Mäkelä Trying to start the Jenkins windows service with the --httpsPort=8080 parameter results in: {{SEVERE: Container startup failed java.io.IOException: Failed to start a listener: winstone.HttpsConnectorFactory at winstone.Launcher.spawnListener(Launcher.java:211) at winstone.Launcher.(Launcher.java:151) at winstone.Launcher.main(Launcher.java:356) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at Main._main(Main.java:29
[JIRA] [core] (JENKINS-34463) Starting Jenkins windows service with https results in java.io.IOException
Title: Message Title Jani Mäkelä updated an issue Jenkins / JENKINS-34463 Starting Jenkins windows service with https results in java.io.IOException Change By: Jani Mäkelä Trying to start the Jenkins windows service with the --httpsPort=8080 parameter results in: {{ SEVERE: Container startup failedjava.io.IOException: Failed to start a listener: winstone.HttpsConnectorFactory at winstone.Launcher.spawnListener(Launcher.java:211) at winstone.Launcher.(Launcher.java:151) at winstone.Launcher.main(Launcher.java:356) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at Main._main(Main.java:293) at Main.main(Main.java:98)Caused by: java.lang.NoClassDefFoundError: sun/security/x509/CertAndKeyGen at winstone.HttpsConnectorFactory.start(HttpsConnectorFactory.java:100) at winstone.Launcher.spawnListener(Launcher.java:209) ... 8 moreCaused by: java.lang.ClassNotFoundException: sun.security.x509.CertAndKeyGen at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 10 more }} 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 opt
[JIRA] [core] (JENKINS-34464) DescribableModel can't inspect ReverseBuildTrigger
Title: Message Title Daniel Spilker created an issue Jenkins / JENKINS-34464 DescribableModel can't inspect ReverseBuildTrigger Issue Type: Bug Assignee: Kohsuke Kawaguchi Components: core, structs-plugin Created: 2016/Apr/27 7:58 AM Environment: core 2.0 structs 1.1 Priority: Minor Reporter: Daniel Spilker DescribableModel reports an error for hudson.model.Result. Run this in script console to reproduce: import org.jenkinsci.plugins.structs.describable.* import jenkins.triggers.* new DescribableModel(ReverseBuildTrigger) Result: (upstreamProjects: String, threshold: org.kohsuke.stapler.NoStaplerConstructorException: There's no @DataBoundConstructor on any constructor of class hudson.model.Result)
[JIRA] [weblogic-deployer-plugin] (JENKINS-19962) Add the ability to declare a job successful even if there are no changes
Title: Message Title Raphael CHAUMIER commented on JENKINS-19962 Re: Add the ability to declare a job successful even if there are no changes Hi, I didn't work on it yet. Your contribution is welcomed. If you have any idea about implementing it you can submit a pull request. Regards 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] [zephyr-enterprise-test-management-plugin] (JENKINS-32507) cannot create zephyr Server
Title: Message Title Ivan Fernandez Calvo started work on JENKINS-32507 Change By: Ivan Fernandez Calvo Status: Reopened 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] [cloudbees-folder-plugin] (JENKINS-34465) Wrong paths
Title: Message Title Manuel Jesús Recena Soto created an issue Jenkins / JENKINS-34465 Wrong paths Issue Type: Bug Assignee: Manuel Jesús Recena Soto Components: cloudbees-folder-plugin Created: 2016/Apr/27 8:24 AM Priority: Minor Reporter: Manuel Jesús Recena Soto 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 Goo
[JIRA] [cloudbees-folder-plugin] (JENKINS-34465) Wrong paths
Title: Message Title Manuel Jesús Recena Soto started work on JENKINS-34465 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] [postbuild-task-plugin] (JENKINS-12830) PostbuildTask loads build log into memory, causing OutOfMemoryException
Title: Message Title Noam Manos commented on JENKINS-12830 Re: PostbuildTask loads build log into memory, causing OutOfMemoryException Having the same error on Jenkins 2.0 with Post build Plugin 1.8 (wow, it was last updated on 2011! perhaps that's a good time to try another plugin...) : The console log had over 300K lines (301866 lines), and had to search for a simple word ("sync.props") FATAL: Java heap space java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOfRange(Arrays.java:3664) at java.lang.String.(String.java:207) at java.lang.StringBuilder.toString(StringBuilder.java:407) at hudson.Util.loadFile(Util.java:205) at hudson.model.Run.getLog(Run.java:1913) at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:99) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723) at hudson.model.Build$BuildExecution.post2(Build.java:185) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668) at hudson.model.Run.execute(Run.java:1763) at hudson.matrix.MatrixRun.run(MatrixRun.java:146) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second Finished: 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] [weblogic-deployer-plugin] (JENKINS-19962) Add the ability to declare a job successful even if there are no changes
Title: Message Title Mustafa Ulu commented on JENKINS-19962 Re: Add the ability to declare a job successful even if there are no changes Hi, I am already working on a pr. To me this should be the default behaviour and there should be no configuration option for it. Out of six WebLogicPreRequisteStatusS only UNSATISFIED_DEPENDENCIES should modify build result. Others should just return. If this is acceptable I can submit a pr soon. If not I will start working on a configuration option. 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-22274) Subversion plug in does not support latest change as default value in List Subversion tag(and more) parameter
Title: Message Title pras sawant commented on JENKINS-22274 Re: Subversion plug in does not support latest change as default value in List Subversion tag(and more) parameter any luck on this issue This is must have feature when you go for complete automation of builds. 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] [cloudbees-folder-plugin] (JENKINS-34465) Wrong paths
Title: Message Title Manuel Jesús Recena Soto updated an issue Jenkins / JENKINS-34465 Wrong paths Change By: Manuel Jesús Recena Soto When a {{ComputedFolder}} is created the links generated for the options in the left menu:# Branch Indexing or Computation Folder (depends if you are working with a Pipeline Multibranch project or GitHub Organization Folder project )# Logare *hardcoded*.The result expected would be:# For Pipeline Multibranch projects: Branch Indexing with the URL {{indexing/}} and {{indexing/console}}# For GitHub Organization projects: Computation Folder with the URL {{computation/}} and {{computation/console}} 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] [cloudbees-folder-plugin] (JENKINS-34465) Wrong paths
Title: Message Title Manuel Jesús Recena Soto updated an issue Jenkins / JENKINS-34465 Wrong paths Change By: Manuel Jesús Recena Soto When a {{ComputedFolder}} is created the links generated for the options:# Branch Indexing or Computation Folder (depends if you are working with a Pipeline Multibranch project or GitHub Organization Folder)# Logare *hardcoded*.The result expected would be:# For Pipeline Multibranch projects: Branch Indexing with the URL {{indexing/}} and {{indexing/console}}# For GitHub Organization projects: Computation Folder with the URL {{computation/}} and {{computation/console}} 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] [cloudbees-folder-plugin] (JENKINS-34465) Wrong paths
Title: Message Title Manuel Jesús Recena Soto updated an issue Jenkins / JENKINS-34465 Wrong paths Change By: Manuel Jesús Recena Soto When a {{ComputedFolder}} is created the links generated for the options in the left menu :# Branch Indexing or Computation Folder (depends if you are working with a Pipeline Multibranch project or GitHub Organization Folder)# Logare *hardcoded*.The result expected would be:# For Pipeline Multibranch projects: Branch Indexing with the URL {{indexing/}} and {{indexing/console}}# For GitHub Organization projects: Computation Folder with the URL {{computation/}} and {{computation/console}} 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] [cloudbees-folder-plugin] (JENKINS-34465) Wrong paths
Title: Message Title Manuel Jesús Recena Soto resolved as Fixed Jenkins / JENKINS-34465 Wrong paths Change By: Manuel Jesús Recena Soto 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] [credentials-binding-plugin] (JENKINS-24805) Mask credentials in Build Log
Title: Message Title Harry G. commented on JENKINS-24805 Re: Mask credentials in Build Log After this discussion https://groups.google.com/forum/#!topic/jenkinsci-users/GgX3RSckVlI I found out that this issue occurs in freestale job only and not in pipeline. Test cases: 1. Freestyle job -> both username and password visible in the log Restrict to label "OS:Linux" (X) Use secret text(s) or file(s) -> Username and password (separated) -> Env vars USERNAME and PASSWORD Add build step shell env echo $USERNAME $PASSWORD 2. Pipeline -> both username and password masked as in the log, but successfully injected (verified in test.txt) node ('OS:Linux') { withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'bccee5af-b682-407b-9171-43e38723460a', passwordVariable: 'PASSWORD', usernameVariable: 'USERNAME']]) { sh 'env' sh 'echo $USERNAME $PASSWORD' sh 'echo $USERNAME $PASSWORD > test.txt' archive 'test.txt' } } 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-binding-plugin] (JENKINS-24805) Mask credentials in Build Log
Title: Message Title Harry G. edited a comment on JENKINS-24805 Re: Mask credentials in Build Log After this discussionhttps://groups.google.com/forum/#!topic/jenkinsci-users/GgX3RSckVlII found out that this issue occurs in freestale freestyle job only and not in pipeline.Test cases:1. Freestyle job -> both username and password visible in the log Restrict to label "OS:Linux" (X) Use secret text(s) or file(s) -> Username and password (separated) -> Env vars USERNAME and PASSWORD Add build step shellenvecho $USERNAME $PASSWORD2. Pipeline -> both username and password masked as in the log, but successfully injected (verified in test.txt)node ('OS:Linux') {withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'bccee5af-b682-407b-9171-43e38723460a', passwordVariable: 'PASSWORD', usernameVariable: 'USERNAME']]) {sh 'env'sh 'echo $USERNAME $PASSWORD'sh 'echo $USERNAME $PASSWORD > test.txt'archive 'test.txt'}} 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] [script-security-plugin] (JENKINS-34466) Fix PCT against 2.0
Title: Message Title Andres Rodriguez created an issue Jenkins / JENKINS-34466 Fix PCT against 2.0 Issue Type: Bug Assignee: Andres Rodriguez Components: script-security-plugin Created: 2016/Apr/27 9:59 AM Environment: Script-Security 1.19 Priority: Minor Reporter: Andres Rodriguez When building with -Djenkins.version=2.0 -Djava.level=7 the following errors appears: keywordsAndOperators(org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest) Time elapsed: 0.273 sec <<< ERROR! org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods leftShift java.util.List java.lang.Object at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest.assertEvaluate(SandboxInterceptorTest.java:582) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest.keywordsAndOperators(SandboxInterceptorTest.java:542) ambiguousOverloads(org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest) Time elapsed: 0.03 sec <<< ERROR! groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxIntercepto
[JIRA] [script-security-plugin] (JENKINS-34466) Fix PCT against 2.0
Title: Message Title Andres Rodriguez started work on JENKINS-34466 Change By: Andres Rodriguez 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-33358) Groovy and PermGen memory leak
Title: Message Title Hao CHEN commented on JENKINS-33358 Re: Groovy and PermGen memory leak I'm been trying to figure out if there're memory leaks with groovy, but little progress. I see a lot of posts claiming that there's no memory leaks in Groovy. But I do doubt it has classloader leaks, as I connected to the program with jvisualvm, and after the groovy script executed, I forced a GC and later dumped the memory. I'm still seeing lots of objects of groovy classes. The compiled groovy script, which is loaded by groovy.lang.GroovyClassLoader, is not get GC:ed, even the groovy.lang.GroovyClassLoader is not get GC:ed, so that everything loaded by groovy.lang.GroovyClassLoader will not be able to get GC:ed. I haven't looked into the source code, but I see a lot of issues related to 'leaks'. https://issues.apache.org/jira/browse/GROOVY-7683?jql=project%20%3D%20GROOVY%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20text%20~%20%22leak%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] [github-branch-source-plugin] (JENKINS-34410) Improve the search procedure of Jenkinsfile
Title: Message Title SCM/JIRA link daemon commented on JENKINS-34410 Re: Improve the search procedure of Jenkinsfile Code changed in jenkins User: Manuel Recena Path: src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMSource.java http://jenkins-ci.org/commit/github-branch-source-plugin/a10e869ec3b653b05eb188bd1e4054211d32294f Log: Merge pull request #50 from recena/case-sensitive JENKINS-34410 Improved the search procedure of through SCMSourceCriteria Compare: https://github.com/jenkinsci/github-branch-source-plugin/compare/93b6b9e67edf...a10e869ec3b6 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] [job-import-plugin] (JENKINS-34003) Job Import Plugin: Auto Refresh wipes all fields
Title: Message Title Emilio Escobar started work on JENKINS-34003 Change By: Emilio Escobar 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] [cli] (JENKINS-34328) Extract disconnect-node CLI from Core
Title: Message Title Pavel Janoušek commented on JENKINS-34328 Re: Extract disconnect-node CLI from Core PR sent. 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-14117) The plugin hasn't been performed correctly: remote file operation failed
Title: Message Title Jo Shields commented on JENKINS-14117 Re: The plugin hasn't been performed correctly: remote file operation failed Same here: https://jenkins-master-2.cloudapp.net/job/test-monodevelop-mainline/label=ubuntu-1404-amd64/3146/console I can definitely see that file exists at that path & contains data. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [packaging] (JENKINS-34467) jenkins-runner.sh doesn’t accept httpsKeyStore or httpsKeyStorePassword options
Title: Message Title Andrew Nesbit created an issue Jenkins / JENKINS-34467 jenkins-runner.sh doesn’t accept httpsKeyStore or httpsKeyStorePassword options Issue Type: Bug Assignee: Kohsuke Kawaguchi Components: packaging Created: 2016/Apr/27 10:52 AM Environment: 10.11.4, any recent Jenkins version Priority: Minor Reporter: Andrew Nesbit At https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins, the following instructions are given for specifying the keystore and keystore password: $ sudo defaults write /Library/Preferences/org.jenkins-ci httpsKeyStore /path/to/your/keystore/file $ sudo defaults write /Library/Preferences/org.jenkins-ci httpsKeyStorePassword However, https://github.com/jenkinsci/packaging/blob/master/osx/Library/Application%20Support/Jenkins/jenkins-runner.sh doesn’t include these options in its list of arguments to process. This means that when launching Jenkins on Mac OS X using the LaunchDaemons infrastructure, these options do not get propagated to Java and are not seen by Jenkins. Fixing this is important to get
[JIRA] [packaging] (JENKINS-34467) jenkins-runner.sh doesn’t accept httpsKeyStore or httpsKeyStorePassword options
Title: Message Title Andrew Nesbit commented on JENKINS-34467 Re: jenkins-runner.sh doesn’t accept httpsKeyStore or httpsKeyStorePassword options A pull request has been submitted: https://github.com/jenkinsci/packaging/pull/53 . Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [packaging] (JENKINS-34467) jenkins-runner.sh doesn’t accept httpsKeyStore or httpsKeyStorePassword options
Title: Message Title Andrew Nesbit updated an issue Jenkins / JENKINS-34467 jenkins-runner.sh doesn’t accept httpsKeyStore or httpsKeyStorePassword options Change By: Andrew Nesbit Labels: mac 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-branch-source-plugin] (JENKINS-34410) Improve the search procedure of Jenkinsfile
Title: Message Title Manuel Jesús Recena Soto resolved as Done Jenkins / JENKINS-34410 Improve the search procedure of Jenkinsfile Change By: Manuel Jesús Recena Soto Status: In Progress Resolved Resolution: Done 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] [managed-scripts-plugin] (JENKINS-33132) Getting error when click on Manage Jenkins link from home page
Title: Message Title nandi padala assigned an issue to nandi padala Jenkins / JENKINS-33132 Getting error when click on Manage Jenkins link from home page Change By: nandi padala Assignee: Dominik Bartholdi nandi padala 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] [managed-scripts-plugin] (JENKINS-33132) Getting error when click on Manage Jenkins link from home page
Title: Message Title nandi padala commented on JENKINS-33132 Re: Getting error when click on Manage Jenkins link from home page I would like to thx for support to resolve this issue. please help 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] [managed-scripts-plugin] (JENKINS-33132) Getting error when click on Manage Jenkins link from home page
Title: Message Title nandi padala assigned an issue to Dominik Bartholdi Jenkins / JENKINS-33132 Getting error when click on Manage Jenkins link from home page Change By: nandi padala Assignee: nandi padala Dominik Bartholdi 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-34463) Starting Jenkins windows service with https results in java.io.IOException
Title: Message Title Jani Mäkelä updated an issue Jenkins / JENKINS-34463 Starting Jenkins windows service with https results in java.io.IOException Change By: Jani Mäkelä Environment: Windows Server 2012Jenkins 1.642.4 Java jre 1.8.0_66 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] [job-import-plugin] (JENKINS-34003) Job Import Plugin: Auto Refresh wipes all fields
Title: Message Title Emilio Escobar resolved as Fixed Included in commit b3697843fa0a8b93c020e23b136b264147611fc1 Jenkins / JENKINS-34003 Job Import Plugin: Auto Refresh wipes all fields Change By: Emilio Escobar 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] [job-import-plugin] (JENKINS-34024) Job Import Plugin: Fields remain populated till "Done" succeeds
Title: Message Title Emilio Escobar assigned an issue to Emilio Escobar Jenkins / JENKINS-34024 Job Import Plugin: Fields remain populated till "Done" succeeds Change By: Emilio Escobar Assignee: Emilio Escobar 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] [job-import-plugin] (JENKINS-34024) Job Import Plugin: Fields remain populated till "Done" succeeds
Title: Message Title Emilio Escobar resolved as Fixed Fixed at commit b3697843fa0a8b93c020e23b136b264147611fc1 Jenkins / JENKINS-34024 Job Import Plugin: Fields remain populated till "Done" succeeds Change By: Emilio Escobar 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] [job-import-plugin] (JENKINS-34024) Job Import Plugin: Fields remain populated till "Done" succeeds
Title: Message Title Emilio Escobar started work on JENKINS-34024 Change By: Emilio Escobar 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] [job-import-plugin] (JENKINS-23936) Link to job after import might be wrong
Title: Message Title Emilio Escobar resolved as Fixed Fixed at commit b3697843fa0a8b93c020e23b136b264147611fc1 Jenkins / JENKINS-23936 Link to job after import might be wrong Change By: Emilio Escobar 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] [job-import-plugin] (JENKINS-23936) Link to job after import might be wrong
Title: Message Title Emilio Escobar started work on JENKINS-23936 Change By: Emilio Escobar 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] [job-import-plugin] (JENKINS-23936) Link to job after import might be wrong
Title: Message Title Emilio Escobar assigned an issue to Emilio Escobar Jenkins / JENKINS-23936 Link to job after import might be wrong Change By: Emilio Escobar Assignee: Emilio Escobar 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] [job-import-plugin] (JENKINS-34024) Job Import Plugin: Fields remain populated till "Done" succeeds
Title: Message Title Emilio Escobar edited a comment on JENKINS-34024 Re: Job Import Plugin: Fields remain populated till "Done" succeeds Fixed at commit b3697843fa0a8b93c020e23b136b264147611fc1 Will be released as 1.4 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] [job-import-plugin] (JENKINS-23936) Link to job after import might be wrong
Title: Message Title Emilio Escobar edited a comment on JENKINS-23936 Re: Link to job after import might be wrong Fixed at commit b3697843fa0a8b93c020e23b136b264147611fc1 Will be released as 1.4 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] [job-import-plugin] (JENKINS-34003) Job Import Plugin: Auto Refresh wipes all fields
Title: Message Title Emilio Escobar edited a comment on JENKINS-34003 Re: Job Import Plugin: Auto Refresh wipes all fields Included in commit b3697843fa0a8b93c020e23b136b264147611fc1 Will be released as 1.4 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] [maven-plugin] (JENKINS-24788) Cannot run program "/bin/java" on maven 3 projects
Title: Message Title Peter Rader commented on JENKINS-24788 Re: Cannot run program "/bin/java" on maven 3 projects Thanks i had a simmilar message: Cannot run program "java" ln -s solved my problem too. 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] [job-import-plugin] (JENKINS-23809) Allow selection of a destination folder
Title: Message Title Emilio Escobar started work on JENKINS-23809 Change By: Emilio Escobar 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] [cli] (JENKINS-34468) Extract offline-node CLI from Core
Title: Message Title Pavel Janoušek updated an issue Jenkins / JENKINS-34468 Extract offline-node CLI from Core Change By: Pavel Janoušek This is additional part of effort tracked at [JENKINS-22969| https://issues.jenkins-ci.org/browse/JENKINS-22969 ] . 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] [cli] (JENKINS-34468) Extract offline-node CLI from Core
Title: Message Title Pavel Janoušek created an issue Jenkins / JENKINS-34468 Extract offline-node CLI from Core Issue Type: Improvement Assignee: Pavel Janoušek Components: cli, core Created: 2016/Apr/27 11:12 AM Priority: Major Reporter: Pavel Janoušek This is additional part of effort tracked at https://issues.jenkins-ci.org/browse/JENKINS-22969. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
[JIRA] [performance-plugin] (JENKINS-32650) Make PerformancePublisher a SimpleBuildStep
Title: Message Title Mark Fink updated an issue Jenkins / JENKINS-32650 Make PerformancePublisher a SimpleBuildStep Change By: Mark Fink Priority: Major Critical 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] [performance-plugin] (JENKINS-32650) Make PerformancePublisher a SimpleBuildStep
Title: Message Title Mark Fink commented on JENKINS-32650 Re: Make PerformancePublisher a SimpleBuildStep I am experiencing this issue, too. Could you please make a forecast when this will be fixed. java.lang.UnsupportedOperationException: no known implementation of interface jenkins.tasks.SimpleBuildStep is named PerformancePublisher at org.jenkinsci.plugins.structs.describable.DescribableModel.resolveClass(DescribableModel.java:350) at 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] [robot-plugin] (JENKINS-34469) pipeline-plugin compatibility
Title: Message Title Mark Fink created an issue Jenkins / JENKINS-34469 pipeline-plugin compatibility Issue Type: New Feature Assignee: jpiironen Components: robot-plugin Created: 2016/Apr/27 11:26 AM Environment: Jenkins ver. 1.656 Labels: pipeline plugin Priority: Critical Reporter: Mark Fink I am using the Jenkins pipeline and I want to include the test results from robotframework. The robot-plugin did not even make the list of required plugins so I assume it is not working??! https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md#build-steps-and-post-build-actions It would be great to have robotframework results so please let me know what you think.
[JIRA] [core] (JENKINS-34463) Starting Jenkins windows service with https results in java.io.IOException
Title: Message Title Jani Mäkelä commented on JENKINS-34463 Re: Starting Jenkins windows service with https results in java.io.IOException Java jre 1.8 (which jenkins comes with) does not support the interfaces used to generate https keys. Downgrading to Java jre 1.7 solves this issue. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [performance-plugin] (JENKINS-32650) Make PerformancePublisher a SimpleBuildStep
Title: Message Title Mark Fink updated an issue Jenkins / JENKINS-32650 Make PerformancePublisher a SimpleBuildStep Change By: Mark Fink Labels: pipeline workflow 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] [performance-plugin] (JENKINS-32650) Make PerformancePublisher a SimpleBuildStep
Title: Message Title Mark Fink commented on JENKINS-32650 Re: Make PerformancePublisher a SimpleBuildStep Hi Cyrille, is there a workaround (another plugin to use)? Best, -Mark 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] [performance-plugin] (JENKINS-32650) Make PerformancePublisher a SimpleBuildStep
Title: Message Title Cyrille Le Clerc commented on JENKINS-32650 Re: Make PerformancePublisher a SimpleBuildStep Hello Mark Fink, I am not aware of any workaround. Maybe Patrick Wolf has a trick. 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] [robot-plugin] (JENKINS-34469) pipeline-plugin compatibility
Title: Message Title Mark Fink updated an issue Jenkins / JENKINS-34469 pipeline-plugin compatibility Change By: Mark Fink Labels: pipeline plugin workflow 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-34458) POST /github-webhook/ ignored if triggered within a minute
Title: Message Title Kirill Merkushev commented on JENKINS-34458 Re: POST /github-webhook/ ignored if triggered within a minute Same GitHub-Hookshot/35ff2c9 means the same commit, isn't it? Also please enable logs and provide them as mentioned in wiki. 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] [robot-plugin] (JENKINS-34469) pipeline-plugin compatibility
Title: Message Title Mark Fink updated an issue Jenkins / JENKINS-34469 pipeline-plugin compatibility Change By: Mark Fink Labels: pipeline plugin workflow 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] [script-security-plugin] (JENKINS-34466) Fix PCT against 2.0
Title: Message Title Andres Rodriguez updated an issue Jenkins / JENKINS-34466 Fix PCT against 2.0 Change By: Andres Rodriguez When building with {{-Djenkins.version=2.0 -Djava.level=7}} the following errors appears:{noformat}keywordsAndOperators(org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest) Time elapsed: 0.273 sec <<< ERROR!org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods leftShift java.util.List java.lang.Objectat org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest.assertEvaluate(SandboxInterceptorTest.java:582)at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest.keywordsAndOperators(SandboxInterceptorTest.java:542)ambiguousOverloads(org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest) Time elapsed: 0.03 sec <<< ERROR!groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest$Ambiguity#m.Cannot resolve which method to invoke for [null] due to overlapping prototypes between:[class java.lang.String][class java.net.URL]at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest.assertEvaluate(SandboxInterceptorTest.java:582)at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptorTest.ambiguousOverloads(SandboxInterceptorTest.java:497){noformat}They seem related to the upgrade from Grrovy Groovy 1.8.9 to 2.4.6 Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
[JIRA] [managed-scripts-plugin] (JENKINS-33132) Getting error when click on Manage Jenkins link from home page
Title: Message Title Dominik Bartholdi commented on JENKINS-33132 Re: Getting error when click on Manage Jenkins link from home page why do you think this has anything to do with managed-scripts-plugin? The error is quite clear: "Caused by: java.lang.OutOfMemoryError: Java heap space" ...please assign more memory to your jenkins instance. 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] [python-plugin] (JENKINS-34470) Would be great to use python steps in "Pipeline as Code"
Title: Message Title Mark Fink created an issue Jenkins / JENKINS-34470 Would be great to use python steps in "Pipeline as Code" Issue Type: New Feature Assignee: Jan Niklas Hasse Components: python-plugin Created: 2016/Apr/27 12:08 PM Priority: Major Reporter: Mark Fink the python-plugin did not make the list and I could not get it to work so it looks like it is not compatible: https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md There is a workaround to use the "sh 'python somescript.py'" but I think it would be better to have a the python plugin working. Add Comment
[JIRA] [python-plugin] (JENKINS-34470) Would be great to use python steps in "Pipeline as Code"
Title: Message Title Mark Fink updated an issue Jenkins / JENKINS-34470 Would be great to use python steps in "Pipeline as Code" Change By: Mark Fink Labels: pipeline wortkflow 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] [p4-plugin] (JENKINS-34445) Auto cleanup and sync does not clean workspace properly using custom workspace
Title: Message Title Paul Allen commented on JENKINS-34445 Re: Auto cleanup and sync does not clean workspace properly using custom workspace Do the files (not being deleted) exist in Perforce, perhaps as deleted revisions? As for debug the, you already have the quiet option turned off. For even more detail I would try and login to the slave and run the reconcile command with P4 as the Jenkins user. e.g. p4 -u -p perforce:1666 -c jenkins-virt-node-2-utils-mainutils2_main reconcile -n -a -e -d -l -f /data/jenkins/workspace/utils-mainutils2_main/... and see if the results are consistent. 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-33358) Groovy and PermGen memory leak
Title: Message Title Hongkai Liu commented on JENKINS-33358 Re: Groovy and PermGen memory leak Thanks for the update and sharing the concern that I have too. Unless there is a better way to load Groovy script, the memory leak seems unavoidable. 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] [branch-api-plugin] (JENKINS-34471) Fix PCT against 2.0
Title: Message Title Andres Rodriguez created an issue Jenkins / JENKINS-34471 Fix PCT against 2.0 Issue Type: Bug Assignee: Andres Rodriguez Components: branch-api-plugin Created: 2016/Apr/27 1:01 PM Priority: Minor Reporter: Andres Rodriguez 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] [remoting] (JENKINS-34213) Under high throughput the Unexporter can fail to clean up fast enough
Title: Message Title Oliver Gondža updated an issue Jenkins / JENKINS-34213 Under high throughput the Unexporter can fail to clean up fast enough Change By: Oliver Gondža Labels: 1.651.2-rejected lts-candidate 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] [branch-api-plugin] (JENKINS-34471) Fix PCT against 2.0
Title: Message Title Andres Rodriguez started work on JENKINS-34471 Change By: Andres Rodriguez 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-34472) Slow rendering/loading times for a job configure page
Title: Message Title Darío Villadiego created an issue Jenkins / JENKINS-34472 Slow rendering/loading times for a job configure page Issue Type: Bug Assignee: Unassigned Components: core Created: 2016/Apr/27 1:12 PM Priority: Major Reporter: Darío Villadiego I have identified two issues related with this behaviour with textarea fields and codemirror Too many String Parameters In a job with more than 30 String parameters, each parameter include a textarea field with HTML preview. As workaround, you can set the "Markup formatter" to "Plain text" in "Configure global security". textarea resized (shell script,...) the response times are too long when trying to configure a job with resized textarea fields. It seems there is a _javascript_ function that resize textarea fields to be big enough to see the code in it, this function seems like have poor performance, so when you have a lot of textarea fields, it impacts on render page time. Additional info: Maybe the bug was introduced in https://issues.jenkins-ci.org/browse/JENKINS-25455 over this change https://github.com/jenkinsci/jenkins/commit/e9aeaf11b7171aed80381e8f66c5fb7056960141 and seems these concrete lines in textarea.js are involved in the bug: //refresh CM when there are some layout updates function refreshCM() { codemirror.refresh(); } la
[JIRA] [jira-plugin] (JENKINS-34457) Jira REST SocketTimeoutException
Title: Message Title Shawn Cole commented on JENKINS-34457 Re: Jira REST SocketTimeoutException 1. I have remote into the server with the account Jenkins runs under, and I am able to access REST urls through the browser. I am not sure how I can simulate a curl on windows machine. 2. That browser does have proxy settings, and company policy dictates we need to use the proxy, or requests won't go out, which may be what is happening here. Is there a way I can configure this plugin to use proxy information with 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] [core] (JENKINS-28289) JNLP slave should exclude non proxy hosts when connecting via HTTP proxy
Title: Message Title Oliver Gondža updated an issue Jenkins / JENKINS-28289 JNLP slave should exclude non proxy hosts when connecting via HTTP proxy Change By: Oliver Gondža Labels: 1.625.3-rejected 1.642.2-rejected 1.642.3-rejected 1.651.1-rejected lts 1.651.2 - candidate 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] [remoting] (JENKINS-33999) add org.spring.core.NestedRuntimeException to the whitelist
Title: Message Title SCM/JIRA link daemon commented on JENKINS-33999 Re: add org.spring.core.NestedRuntimeException to the whitelist Code changed in jenkins User: James Nord Path: pom.xml http://jenkins-ci.org/commit/jenkins/f391f8be2bd09171b0e9f2e0948e68140e710389 Log: [FIXED JENKINS-33999] Update remoting to 2.57 This picks up the new remoting with the upstream fix for Jenkins-33999 which allows spring Exceptions past the class blacklist (cherry picked from commit 08fe459d1219fc8f0a4cc3a7f76c42d2072b673b) 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-32980) Make it easier to use JNLP slaves with self-signed TLS certificates on Jenkins
Title: Message Title Oliver Gondža updated an issue Jenkins / JENKINS-32980 Make it easier to use JNLP slaves with self-signed TLS certificates on Jenkins Change By: Oliver Gondža Labels: 1.651.2-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] [golang-plugin] (JENKINS-34473) Loading overlay does not go away in /configureTools/ when Go Plugin is installed
Title: Message Title Raitis Dembovskis created an issue Jenkins / JENKINS-34473 Loading overlay does not go away in /configureTools/ when Go Plugin is installed Issue Type: Bug Assignee: Christopher Orr Attachments: jenkins-bug.jpg Components: golang-plugin Created: 2016/Apr/27 1:21 PM Environment: * Jenkins 2.0 * Go Plugin 1.1 Priority: Major Reporter: Raitis Dembovskis If I uninstall Go Plugin then I can successfully access /configureTools/. When I install it again then this page wont properly load and I cannot configure Go installation.
[JIRA] [parameterized-trigger-plugin] (JENKINS-34474) Upgrade parameterized trigger plugin to 2.x parent pom
Title: Message Title Armando Fernandez created an issue Jenkins / JENKINS-34474 Upgrade parameterized trigger plugin to 2.x parent pom Issue Type: Improvement Assignee: Armando Fernandez Components: parameterized-trigger-plugin Created: 2016/Apr/27 1:22 PM Priority: Minor Reporter: Armando Fernandez Upgrade parameterized trigger plugin to 2.x parent pom Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
[JIRA] [core] (JENKINS-8091) JDK installations need SSL support
Title: Message Title Chris Burroughs commented on JENKINS-8091 Re: JDK installations need SSL support I just want to comment on the scope here. This isn't a maven specific issue but rather a general issue with JDK's bundling their own trust store. Manually this is usually resolved with the keytool command. Ideally along with the JDK I'd like to include a list of PEMs (either as local file paths or just pasted in) and have jenkins take care of this step when it installs the jdk. 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] [golang-plugin] (JENKINS-34473) Loading overlay does not go away in /configureTools/ when Go Plugin is installed
Title: Message Title Raitis Dembovskis updated an issue Jenkins / JENKINS-34473 Loading overlay does not go away in /configureTools/ when Go Plugin is installed Change By: Raitis Dembovskis Environment: * Jenkins 2.0* Go Plugin 1.1 Jenkins is running inside a docker container on Ubuntu 14.04 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] [golang-plugin] (JENKINS-34473) Loading overlay does not go away in /configureTools/ when Go Plugin is installed
Title: Message Title Raitis Dembovskis updated an issue Jenkins / JENKINS-34473 Loading overlay does not go away in /configureTools/ when Go Plugin is installed Change By: Raitis Dembovskis If I uninstall Go Plugin then I can successfully access /configureTools/. When I install it again then this page wont properly load and I cannot configure Go installation. !jenkins-bug.jpg|thumbnail! 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] [script-security-plugin] (JENKINS-33023) Enums are not supported in sandbox
Title: Message Title SCM/JIRA link daemon commented on JENKINS-33023 Re: Enums are not supported in sandbox Code changed in jenkins User: Jesse Glick Path: src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/EnumeratingWhitelist.java src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java http://jenkins-ci.org/commit/script-security-plugin/c5443401bbe7984bacc731f331fa4b35c5f481dd Log: JENKINS-33023 Making sure we can really use enums without extra whitelisting. 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] [script-security-plugin] (JENKINS-33023) Enums are not supported in sandbox
Title: Message Title SCM/JIRA link daemon commented on JENKINS-33023 Re: Enums are not supported in sandbox Code changed in jenkins User: Jesse Glick Path: src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/EnumeratingWhitelist.java src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists/generic-whitelist src/test/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SandboxInterceptorTest.java http://jenkins-ci.org/commit/script-security-plugin/00d5aaf7a1a6d8a719183ff946f2c986d85178d3 Log: Merge pull request #61 from jglick/enums-cleanup JENKINS-33023 Making sure we can really use enums without extra whitelisting Compare: https://github.com/jenkinsci/script-security-plugin/compare/cbcf93730504...00d5aaf7a1a6 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-34370) Instance doesn't start because of a NPE
Title: Message Title SCM/JIRA link daemon commented on JENKINS-34370 Re: Instance doesn't start because of a NPE Code changed in jenkins User: Manuel Recena Path: src/main/java/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildForm.java http://jenkins-ci.org/commit/build-pipeline-plugin/1dbe68a2a15d037117415f37c5e856c103b005aa Log: Merge pull request #98 from carlosrodlop/JENKINS-34370 JENKINS-34370 NPE coming from BuildForm.java in line 102 Compare: https://github.com/jenkinsci/build-pipeline-plugin/compare/93872cb0edf9...1dbe68a2a15d 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] [quality-gates-plugin] (JENKINS-34427) Sonar user password is stored in plain text in every job configuration
Title: Message Title Ivana Sh started work on JENKINS-34427 Change By: Ivana Sh 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] [build-pipeline-plugin] (JENKINS-34370) Instance doesn't start because of a NPE
Title: Message Title Félix Belzunce Arcos updated an issue Jenkins / JENKINS-34370 Instance doesn't start because of a NPE Change By: Félix Belzunce Arcos Component/s: core Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [matrix-auth-plugin] (JENKINS-26909) Project-based security inheritance doesn't work
Title: Message Title Thang Nguyen commented on JENKINS-26909 Re: Project-based security inheritance doesn't work Daniel, could you please consider this JENKINS-34232 I posted: my situation is setting up Jenkins with CAC EDIPI for authorized users in each job - enabling Project-based Security - then selecting Block Inheritance of global authorization matrix? Those jobs will disappear for even users with all permissions. I must access directly Jenkins server and that job's "config.xml" to remove "true" to get it appearing again. 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-auth-plugin] (JENKINS-26909) Project-based security inheritance doesn't work
Title: Message Title Thang Nguyen reopened an issue Jenkins / JENKINS-26909 Project-based security inheritance doesn't work Change By: Thang Nguyen Resolution: Cannot Reproduce Status: Resolved Reopened 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-organization-folder-plugin] (JENKINS-34475) github-org folder is incompatible with git flow implementations - branch names break builds
Title: Message Title Sorin Sbarnea created an issue Jenkins / JENKINS-34475 github-org folder is incompatible with git flow implementations - branch names break builds Issue Type: Bug Assignee: Kohsuke Kawaguchi Components: github-organization-folder-plugin Created: 2016/Apr/27 3:03 PM Priority: Critical Reporter: Sorin Sbarnea There are two serious problems with the current implementation of github-organizational plugin and both of them are related to branch names. Git flow uses branch names like `feature/xxx` or `release/1.0.0` which are translated by Jenkins into into `%2F` by using HTTP escaping. Still, this causes breaks python virtualenv seriously because if the build job is trying to create a virtual environment inside a path that contains percent, it will create a virtualenvironment than works in 50/50, based on luck (we tested with more than 10 top Python packages and at least half of them fail to build or install due to the presence of the percent sign inside the python PATH). Second problem is the final length of the PATH becomes too long for many build jobs and they start to fail. We found references online that only lengths of branch names up to 16-20 characters are supposed to be safe, others will probably break builds. To understand the extent of this issue have a look at this PATH: /var/lib/jenkins/jobs/apache-org/jobs/apache-project-aaa-api/branches/feature%2Fimplement-a-cool-error-page/workspace
[JIRA] [workflow-plugin] (JENKINS-34476) Allow the workflowLibs.git to be hosted someplace else
Title: Message Title Christian Höltje created an issue Jenkins / JENKINS-34476 Allow the workflowLibs.git to be hosted someplace else Issue Type: Improvement Assignee: Jesse Glick Components: workflow-plugin Created: 2016/Apr/27 3:16 PM Environment: Jenkins-Version: 1.651.1 workflow-cps-global-lib: 2.0 Priority: Minor Reporter: Christian Höltje We are using GitHub Enterprise and the GitHub Organization Folders for everything. Well, everything except workflowLibs.git. We would like to be able to use the same workflow for contributing, managing, etc. workflowLibs.git code that we use for everything else. In addition, we plan on having (roughly) one Jenkins per Organization, but would like to share (some? all?) of the workflowLibs.git across Jenkinses. If this isn't done directly (i.e. just replace the built-in git repository with an external one) then some guidance or suggested workflows would be nice. Some questions: Is ${JENKINS_HOME/workflow-libs}} the actual repository? Is there a bare repository someplace I'm not
[JIRA] [p4-plugin] (JENKINS-34445) Auto cleanup and sync does not clean workspace properly using custom workspace
Title: Message Title Staffan Forsell commented on JENKINS-34445 Re: Auto cleanup and sync does not clean workspace properly using custom workspace I cannot find any such files as deleted revisions. I ran this command on the build node and got 1497 lines of added files, exactly as expected. 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] [p4-plugin] (JENKINS-34445) Auto cleanup and sync does not clean workspace properly using custom workspace
Title: Message Title Staffan Forsell edited a comment on JENKINS-34445 Re: Auto cleanup and sync does not clean workspace properly using custom workspace I cannot find any such files as deleted revisions.I ran this command on the build node and got 1497 lines of added files, exactly as expected so using the reconcile command on the command line seems to do the correct thing . 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] [claim-plugin] (JENKINS-33715) Cannot claim tests anymore
Title: Message Title s thirugn commented on JENKINS-33715 Re: Cannot claim tests anymore Thank you. Is there any update on when the plugin will be refreshed with this fix? 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-34477) Git plugin environment variables are not accessible
Title: Message Title jon cage created an issue Jenkins / JENKINS-34477 Git plugin environment variables are not accessible Issue Type: Bug Assignee: Mark Waite Components: git-plugin Created: 2016/Apr/27 4:32 PM Environment: Host machine: Windows 7 Jenkins ver. 1.655 Git plugin ver: 2.4.2 MSBuild ver: 4.0.30319.17929 Labels: plugin jenkins windows git build Priority: Blocker Reporter: jon cage We have a Jenkins job that calls MSBuild as an 'Execute Windows batch command' with a call along these lines: \Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe "C:\Builds\workspace\MySoftwre.sln" /p:Configuration=Release I have a post-build event that we intended to use to publish results including the SHA-1 from our Git repo. It would appear that the Git plugin isn't forwarding that information though because when we try and output the following: ECHO Jenkins Git Plugin GIT_COMMIT: $(GIT_COMMIT) ECHO Jenkins Git Plugin GIT_B
[JIRA] [matrix-auth-plugin] (JENKINS-26909) Project-based security inheritance doesn't work
Title: Message Title Daniel Beck commented on JENKINS-26909 Re: Project-based security inheritance doesn't work Thang Nguyen Why did you reopen this old issue? What you're describing is very different from… So in my global permissions authenticated users don't have the build permission, and then I add it for some certain jobs. That does not work - every authenticated user can still build every job. Add Comment This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] [workflow-plugin] (JENKINS-25894) Ugly reporting of errors from parallel step
Title: Message Title SCM/JIRA link daemon commented on JENKINS-25894 Re: Ugly reporting of errors from parallel step Code changed in jenkins User: Jesse Glick Path: pom.xml src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepRunTest.java http://jenkins-ci.org/commit/workflow-basic-steps-plugin/cf118defbbfc7a1581b64cbbc668d6e3b07c337f Log: JENKINS-25894 Pick up fix from https://github.com/jenkinsci/workflow-cps-plugin/pull/6. 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-33596) Disable DNSMultiCast & UDPBroadcastThread by default
Title: Message Title Keith Zantow started work on JENKINS-33596 Change By: Keith Zantow 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-33596) Disable DNSMultiCast & UDPBroadcastThread by default
Title: Message Title Keith Zantow assigned an issue to Keith Zantow Jenkins / JENKINS-33596 Disable DNSMultiCast & UDPBroadcastThread by default Change By: Keith Zantow Assignee: Antonio Muñiz Keith Zantow 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] [junit-plugin] (JENKINS-34407) junit-plugin parse error
Title: Message Title Chris Russell commented on JENKINS-34407 Re: junit-plugin parse error Jenkins: 2.0 Java: jdk1.8.0_45 The same is occurring for me in cases of long-running jobs. This does not occur after downgrading to version 1.11 of the plugin. It looks like the root cause was likely identified here: https://github.com/jenkinsci/junit-plugin/commit/dabb301a90215849123437c61a9027ef2bd76703#diff-c17f918d04dfda506bcad39a3b390b26 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] [junit-plugin] (JENKINS-34407) junit-plugin parse error
Title: Message Title Chris Russell edited a comment on JENKINS-34407 Re: junit-plugin parse error Jenkins: 2.0Java: jdk1.8.0_45 , jdk1.7.0_79 The same is occurring for me in cases of long-running jobs. This does not occur after downgrading to version 1.11 of the plugin. It looks like the root cause was likely identified here: https://github.com/jenkinsci/junit-plugin/commit/dabb301a90215849123437c61a9027ef2bd76703#diff-c17f918d04dfda506bcad39a3b390b26 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-12659) GitPublisher won't work as promote action
Title: Message Title Mattias Jiderhamn commented on JENKINS-12659 Re: GitPublisher won't work as promote action drazzib, in JENKINS-13751 there are links to suggested patches. Unfortunately they broke something else, ( JENKINS-32006 ) but maybe it's a place for you to start. Would be awesome to see this 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] [junit-plugin] (JENKINS-34407) junit-plugin parse error
Title: Message Title André Fügenschuh commented on JENKINS-34407 Re: junit-plugin parse error All comments following my OP are related to the fact that the parsing is not L10N capable. While its a good idea that the originator should not store a localized formatted number, the consumer could parse with a localized NumberFormat instance. 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] [golang-plugin] (JENKINS-27499) Global config page is broken when loaded before the tool installer data has been fetched
Title: Message Title Christopher Orr commented on JENKINS-27499 Re: Global config page is broken when loaded before the tool installer data has been fetched Note to self: there's a great big stacktrace in the source code of the page, which should explain why the overlay doesn't go away... 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] [golang-plugin] (JENKINS-34473) Loading overlay does not go away in /configureTools/ when Go Plugin is installed
Title: Message Title Christopher Orr closed an issue as Duplicate Jenkins / JENKINS-34473 Loading overlay does not go away in /configureTools/ when Go Plugin is installed Change By: Christopher Orr Status: Open Closed 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] [github-plugin] (JENKINS-34458) POST /github-webhook/ ignored if triggered within a minute
Title: Message Title Christian Höltje commented on JENKINS-34458 Re: POST /github-webhook/ ignored if triggered within a minute GitHub-Hookshot/35ff2c9 is never changes, regardless of what commit is being pushed. I think it is the User-Agent and is probably the Git SHA for GitHub-Hookshot. 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-34458) POST /github-webhook/ ignored if triggered within a minute
Title: Message Title Christian Höltje updated an issue Jenkins / JENKINS-34458 POST /github-webhook/ ignored if triggered within a minute Here's a log for: org.jenkinsci.plugins.github.webhook com.cloudbees.jenkins.GitHubWebHook org.jenkinsci.plugins.github Change By: Christian Höltje Attachment: JENKINS-34458.log 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.