[JIRA] (JENKINS-39018) LDAP "Initial bind as user" support
Title: Message Title James Bromberger created an issue Jenkins / JENKINS-39018 LDAP "Initial bind as user" support Issue Type: Improvement Assignee: Kohsuke Kawaguchi Components: ldap-plugin Created: 2016/Oct/17 6:58 AM Labels: security Priority: Minor Reporter: James Bromberger Is it possible to implement functionality similar to Apache's mod_ldap InitialBindAsUser: https://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html#authldapinitialbindasuser ...instead of doing just anonymous bind, or bind as a static user, let the LDAP client bind to LDAP as the user whose credentials we're testing in order to validate their group membership, and then Unbind. Add Comment
[JIRA] (JENKINS-39017) archiveArtifacts produces an empty/erroneous log for Blue Ocean
Title: Message Title Michael Neale assigned an issue to Unassigned Jenkins / JENKINS-39017 archiveArtifacts produces an empty/erroneous log for Blue Ocean Change By: Michael Neale Assignee: CloudBees Inc. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39017) archiveArtifacts produces an empty/erroneous log for Blue Ocean
Title: Message Title Michael Neale commented on JENKINS-39017 Re: archiveArtifacts produces an empty/erroneous log for Blue Ocean tyler croy I can't reproduce this despite my tricks. Can you check if the classic stage view shows that step as passed or failed? is it possible that there are test failures, which caused the war to not be built and there is no artifacts to archive (which is still bad, as it should say). Can you also paste the full log? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39010) Comment Added event does not work
Title: Message Title fahd arshad updated an issue Jenkins / JENKINS-39010 Comment Added event does not work Change By: fahd arshad Issue Type: New Feature Bug Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38991) NullPointerException in logging of DependencyCheckExecutor
Title: Message Title Stephan Krull reopened an issue @Steve Springett: Now there won't be any NPE's arrising from that method any more. But there also won't probably arrise any valuable information from exception handlings. I. e. users are not able to interpret errors due to missing information on the exception type that has been thrown. The calls to log(String message) should be checked. In my opinion at least at line 108 is a need for an additional information about the Throwable type that is contained in the ExceptionCollection. Jenkins / JENKINS-38991 NullPointerException in logging of DependencyCheckExecutor Change By: Stephan Krull Resolution: Fixed Status: Resolved Reopened Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
[JIRA] (JENKINS-39010) Comment Added event does not work
Title: Message Title fahd arshad updated an issue Jenkins / JENKINS-39010 Comment Added event does not work Change By: fahd arshad Priority: Minor Critical Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39017) archiveArtifacts produces an empty/erroneous log for Blue Ocean
Title: Message Title Michael Neale commented on JENKINS-39017 Re: archiveArtifacts produces an empty/erroneous log for Blue Ocean The empty log is to be expected, not sure if that is the issue here. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-9389) provide index page if it does not exist
Title: Message Title mg updated an issue Jenkins / JENKINS-9389 provide index page if it does not exist Change By: mg Comment: i've run into this on the stage view plugin while using it in a pipeline script - is there a simple fix? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-9389) provide index page if it does not exist
Title: Message Title mg commented on JENKINS-9389 Re: provide index page if it does not exist i've run into this on the stage view plugin while using it in a pipeline script - is there a simple fix? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39017) archiveArtifacts produces an empty/erroneous log for Blue Ocean
Title: Message Title R. Tyler Croy created an issue Jenkins / JENKINS-39017 archiveArtifacts produces an empty/erroneous log for Blue Ocean Issue Type: Bug Assignee: CloudBees Inc. Components: blueocean-plugin Created: 2016/Oct/17 3:09 AM Environment: Jenkins 2.19.1, Blue Ocean 1.0.0-b08 Priority: Minor Reporter: R. Tyler Croy See screenshots, for the following snippet of a Jenkinsfile def isPullRequest = !!(env.CHANGE_ID) node('docker') { stage('Checkout') { checkout scm sh 'git rev-parse HEAD > GIT_COMMIT' String shortCommit = readFile('GIT_COMMIT').take(6) } timestamps { stage('Generate Plugin Data') { docker.image('maven').inside { sh 'mvn -PgeneratePluginData' } } /* * Running everything within an nginx container to provide the * DATA_FILE_URL necessary for the build and execution of the docker * container */ docker.image('nginx:alpine').withRun('-v $PWD/target:/usr/share/nginx/html') { c -> /* * Building our war file inside a Maven container which links to * the nginx container for accessing the DATA_FILE_URL */ stage('Build') { docker.image('maven').inside("--link ${c.id}:nginx") { withEnv([ 'DATA_FILE_URL=http://nginx/plugins.json.gzip', ]) { sh 'mvn -B -Dmaven.test.failure.ignore verify' } } /** archive all our arti
[JIRA] (JENKINS-37337) Pipeline scripts that appear as "queued" in classic UI are not returned from /queue API
Title: Message Title Michael Neale commented on JENKINS-37337 Re: Pipeline scripts that appear as "queued" in classic UI are not returned from /queue API Cliff Meyers is this addressed at all by: https://github.com/jenkinsci/blueocean-plugin/pull/543 ? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38759) Console output in Blue Ocean omits useful node information
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-38759 Console output in Blue Ocean omits useful node information Change By: Michael Neale Sprint: pacific , atlantic Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38759) Console output in Blue Ocean omits useful node information
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-38759 Console output in Blue Ocean omits useful node information Change By: Michael Neale Sprint: pacific , indian Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37340) Need another pubsub event to indicate that a job run has actually started doing some work
Title: Message Title Michael Neale commented on JENKINS-37340 Re: Need another pubsub event to indicate that a job run has actually started doing some work Cliff Meyers is this something you still want tom to take a look at ? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37199) Developer can see how long ago the run finished executing on the dashboard
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-37199 Developer can see how long ago the run finished executing on the dashboard Change By: Michael Neale Sprint: pacific , indian Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37199) Developer can see how long ago the run finished executing on the dashboard
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-37199 Developer can see how long ago the run finished executing on the dashboard Change By: Michael Neale Sprint: pacific , atlantic Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36783) Artifact download links rely on mime type to determine download vs. view
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-36783 Artifact download links rely on mime type to determine download vs. view Change By: Michael Neale Sprint: atlantic Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36783) Artifact download links rely on mime type to determine download vs. view
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-36783 Artifact download links rely on mime type to determine download vs. view Change By: Michael Neale Sprint: indian Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38523) Stage listing flashes "no steps" when loading a stage for the first time
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-38523 Stage listing flashes "no steps" when loading a stage for the first time Change By: Michael Neale Priority: Minor Major Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38523) Stage listing flashes "no steps" when loading a stage for the first time
Title: Message Title Michael Neale commented on JENKINS-38523 Re: Stage listing flashes "no steps" when loading a stage for the first time bumping this one as more people are complaining about this now. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-34564) Give the ability to choose how the multibranch subprojects will be named.
Title: Message Title Michael Neale commented on JENKINS-34564 Re: Give the ability to choose how the multibranch subprojects will be named. Yes as per: http://stackoverflow.com/questions/1880321/why-does-the-260-character-path-length-limit-exist-in-windows \\?\ is prefix to use. This seems to imply that on windows 10 you can just change the registry and you don't have to do anything else: http://betanews.com/2016/05/29/long-paths-windows-10/ Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39016) User can quickly search for pipeline by name/other info
Title: Message Title Michael Neale assigned an issue to Brody Maclean Jenkins / JENKINS-39016 User can quickly search for pipeline by name/other info Change By: Michael Neale Assignee: Brody Maclean Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39016) User can quickly search for pipeline by name/other info
Title: Message Title Michael Neale created an issue Jenkins / JENKINS-39016 User can quickly search for pipeline by name/other info Issue Type: Story Assignee: Unassigned Components: blueocean-plugin Created: 2016/Oct/17 2:16 AM Priority: Major Reporter: Michael Neale When there are a large number of pipelines, it makes sense to be able to quickly invoke a search/filter of pipelines (not sure of terminology to settle on) This is currently a design ticket. In scope: Access search box via mouse or keyboard Search/filter should be applied server side (so that it covers more than is loaded into a page worth of data for the dashboard) URI should change to reflect filter Investigate if search text should cover things like job type, or other metadata (ie not just name) Investigate what type of wildcard searching should be allowed Investigate if searches could be persistent (ie if URI is changed, could the user keep a set of pre-made searches that act like views) Whatever else makes sense.
[JIRA] (JENKINS-26143) Workflow Snippet Generator - Incorrect format for Input with Choice Parameter
Title: Message Title Michael Neale commented on JENKINS-26143 Re: Workflow Snippet Generator - Incorrect format for Input with Choice Parameter tyler croy I guess the point I was trying to make is that fixing this won't necessarily explain to people that parametrised multibranch jobs are possible and awesome, but totally, worth fixing (its more a meta comment on the utility of the snippetizer). Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-28787) Number Format exception while using Performance Plugin
Title: Message Title zmkhp cn commented on JENKINS-28787 Re: Number Format exception while using Performance Plugin One more question:After the upgrade 1.15,it will generate two reports as the attachment . And it is exactly the same in the two reports. Thanks! Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-28787) Number Format exception while using Performance Plugin
Title: Message Title zmkhp cn updated an issue Jenkins / JENKINS-28787 Number Format exception while using Performance Plugin Change By: zmkhp cn Attachment: screenshot-1.png Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39015) Support hudson.model.UnprotectedRootAction
Title: Message Title Denys Digtiar created an issue Jenkins / JENKINS-39015 Support hudson.model.UnprotectedRootAction Issue Type: New Feature Assignee: Tomas Westling Components: kerberos-sso-plugin Created: 2016/Oct/17 1:41 AM Priority: Minor Reporter: Denys Digtiar For better compatibility with standard behavior skip the authentication of URLs reported by the UnprotectedRootAction. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
[JIRA] (JENKINS-26143) Workflow Snippet Generator - Incorrect format for Input with Choice Parameter
Title: Message Title R. Tyler Croy commented on JENKINS-26143 Re: Workflow Snippet Generator - Incorrect format for Input with Choice Parameter Michael Neale, I don't know how you could consider this so far off the beaten path that it's irrelevant. Two of the duplicates were filed by people who work full time on Jenkins. Anecdotally speaking, I had four people ask me about parameters and multibranch pipelines at this ~100 person Jenkins Days event in Denver just last week. The problem is that there's no documentation around them so people aren't figuring out to trigger this issue, but IMHO that doesn't mean the bug isn't worth fixing. FWIW, this ticket is coming up on it's two year birthday. >_< Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36377) When a developer creates a new branch it is automatically favourited
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-36377 When a developer creates a new branch it is automatically favourited Change By: Michael Neale Sprint: pacific, 1.0-b05/b-06 , indian Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36377) When a developer creates a new branch it is automatically favourited
Title: Message Title Michael Neale updated an issue Jenkins / JENKINS-36377 When a developer creates a new branch it is automatically favourited Change By: Michael Neale Sprint: pacific, atlantic, 1.0-b05/b-06 Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36377) When a developer creates a new branch it is automatically favourited
Title: Message Title Michael Neale commented on JENKINS-36377 Re: When a developer creates a new branch it is automatically favourited This actually need a lot more work, and thought, around identity, to connect SCM id with Jenkins id and new apis to SCM api (probably). Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36573) API to retrieve link to pull request
Title: Message Title Michael Neale commented on JENKINS-36573 Re: API to retrieve link to pull request can this one be closed? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38946) Failed API calls not handled very well
Title: Message Title Michael Neale commented on JENKINS-38946 Re: Failed API calls not handled very well Flicking this to brody to come up with a design concept that is suitable for this. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38946) Failed API calls not handled very well
Title: Message Title Michael Neale assigned an issue to Brody Maclean Jenkins / JENKINS-38946 Failed API calls not handled very well Change By: Michael Neale Assignee: Brody Maclean Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-26143) Workflow Snippet Generator - Incorrect format for Input with Choice Parameter
Title: Message Title Michael Neale commented on JENKINS-26143 Re: Workflow Snippet Generator - Incorrect format for Input with Choice Parameter tyler croy right, so if they do use it, or want to use it, the problem is that people don't find the snippets, but when they do, they don't work? the fact this doesn't work and few complain implies that few find it (or find it useful). Parametrised multibranch pipelines are hidden in a disused basement, with a sign on the door saying "beware of the leopard" Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-35338) Windows JGit Slave agent posts "Authentication Required" dialog when checking out from git
Title: Message Title Mark Waite assigned an issue to Unassigned Jenkins / JENKINS-35338 Windows JGit Slave agent posts "Authentication Required" dialog when checking out from git Change By: Mark Waite Assignee: Mark Waite Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38676) git summary should show the repository URL
Title: Message Title Mark Waite assigned an issue to Unassigned Jenkins / JENKINS-38676 git summary should show the repository URL Change By: Mark Waite Assignee: Mark Waite Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36483) Unable to login with google-login plugin with 401 error
Title: Message Title Rafak Zawadzki updated an issue Jenkins / JENKINS-36483 Unable to login with google-login plugin with 401 error Change By: Rafak Zawadzki Environment: Jenkins 2.11 running in docker, google-login-plugin 1.2.1 also Jenkins 2 installation without docker Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36483) Unable to login with google-login plugin with 401 error
Title: Message Title Rafak Zawadzki commented on JENKINS-36483 Re: Unable to login with google-login plugin with 401 error I am affected also: com.google.api.client.auth.oauth2.TokenResponseException: 401 Unauthorized at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105) at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287) at com.google.api.client.auth.openidconnect.IdTokenResponse.execute(IdTokenResponse.java:120) at org.jenkinsci.plugins.googlelogin.GoogleOAuth2SecurityRealm$2.onSuccess(GoogleOAuth2SecurityRealm.java:173) at org.jenkinsci.plugins.googlelogin.OAuthSession.doFinishLogin(OAuthSession.java:99) at org.jenkinsci.plugins.googlelogin.GoogleOAuth2SecurityRealm.doFinishLogin(GoogleOAuth2SecurityRealm.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:324) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:167) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:100) at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:124) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$3.doDispatch(MetaClass.java:196) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:86) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:135) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProce
[JIRA] (JENKINS-28294) "JDK 5 not supported with Maven" error with JDK 6
Title: Message Title Arnaud Héritier resolved as Fixed New error is ERROR: ERROR: Invalid project setup: hudson/maven/AbstractMavenProcessFactory$ConfigureOriginalJDK : Unsupported major.minor version 51.0 ERROR: [JENKINS-18403][JENKINS-28294] JDK 'j6' not supported to run Maven projects. ERROR: Maven projects have to be launched with a Java version greater or equal to the minimum version required by the master. ERROR: Use the Maven JDK Toolchains (plugin) to build your maven project with an older JDK. ERROR: Retrying with slave Java and setting compile/test properties to point to /Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/. ERROR: Fixed in maven-plugin >= 2.14 Jenkins / JENKINS-28294 "JDK 5 not supported with Maven" error with JDK 6 Change By: Arnaud Héritier Status: In Progress Resolved Resolution: Fixed Add Comment
[JIRA] (JENKINS-28294) "JDK 5 not supported with Maven" error with JDK 6
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28294 Re: "JDK 5 not supported with Maven" error with JDK 6 Code changed in jenkins User: Arnaud Heritier Path: src/main/java/hudson/maven/AbstractMavenProcessFactory.java http://jenkins-ci.org/commit/maven-plugin/81dd5ee4eb76ce1b8f41fde753ca5c46d52cd4be Log: [fix JENKINS-28294] Improve the ERROR message when a Maven project is launched with a java version < to the minimum version required by the master. (#58) Examples: Jenkins >= 1.612 requires Java 7 thus Maven jobs must be launched with Java >= 7 Jenkins >= 1.520 requires Java 6 thus Maven jobs must be launched with Java >= 6 Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-27161) RedeployPublisher does not really parse the global settings from Config File Provider Plugin
Title: Message Title Arnaud Héritier assigned an issue to Arnaud Héritier Jenkins / JENKINS-27161 RedeployPublisher does not really parse the global settings from Config File Provider Plugin Change By: Arnaud Héritier Assignee: Arnaud Héritier Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-27161) RedeployPublisher does not really parse the global settings from Config File Provider Plugin
Title: Message Title Arnaud Héritier resolved as Fixed Fixed in maven-plugin >= 2.14 Jenkins / JENKINS-27161 RedeployPublisher does not really parse the global settings from Config File Provider Plugin Change By: Arnaud Héritier Status: Open Resolved Resolution: Fixed Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https:/
[JIRA] (JENKINS-29075) List of changes escapes HTML output of jira-plugin
Title: Message Title Radek Antoniuk resolved as Cannot Reproduce Jason, do you mind opening a new issue for P4 as this issue was concerning git integration and it seems is currently resolved. Thanks! Jenkins / JENKINS-29075 List of changes escapes HTML output of jira-plugin Change By: Radek Antoniuk Status: Reopened Resolved Resolution: Cannot Reproduce Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an
[JIRA] (JENKINS-20481) Successful builds fails at the end (Could not initialize class hudson.util.jna.GNUCLibrary)
Title: Message Title Isaac Aymerich commented on JENKINS-20481 Re: Successful builds fails at the end (Could not initialize class hudson.util.jna.GNUCLibrary) Exactly Same Error both: java.lang.NoClassDefFoundError: Could not initialize class hudson.util.jna.GNUCLibrary java.lang.UnsatisfiedLinkError: Unable to load library 'c': The specified module could not be found. Same stack trace My company case Master(Windows 2008 R2 Jdk 8u101) Jenkins 2.19.1 Slave(Windows 2012 jdk8u101 Fully clean image we use java portable version executed via JNLP and swarm plugin, but we tried with the slave.jar and same problem, yes we are sure we are using the correct slave.jar) any idea? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37512) Add native support for CAS 3.0 protocol
Title: Message Title Fabien Crespel commented on JENKINS-37512 Re: Add native support for CAS 3.0 protocol This feature will be available in version 1.3.0. You can test the current development version from https://github.com/fcrespel/jenkins-cas-plugin if you want; I will make an official release soon. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37512) Add native support for CAS 3.0 protocol
Title: Message Title Fabien Crespel started work on JENKINS-37512 Change By: Fabien Crespel Status: Open In Progress Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37512) Add native support for CAS 3.0 protocol
Title: Message Title Fabien Crespel assigned an issue to Fabien Crespel Jenkins / JENKINS-37512 Add native support for CAS 3.0 protocol Change By: Fabien Crespel Assignee: Fabien Crespel Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-34789) Release builds should not trigger downstream projects
Title: Message Title Arnaud Héritier resolved as Fixed Fixed in >= 2.14 Jenkins / JENKINS-34789 Release builds should not trigger downstream projects Change By: Arnaud Héritier Status: In Progress Resolved Resolution: Fixed Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38267) job-fan-in-plugin: UI: configuration shows always first option "Trigger only if build is stable", despite what is really configured in config.xml of job
Title: Message Title Yogesh Lonkar updated an issue Jenkins / JENKINS-38267 job-fan-in-plugin: UI: configuration shows always first option "Trigger only if build is stable", despite what is really configured in config.xml of job Change By: Yogesh Lonkar Comment: Fixed Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-34789) Release builds should not trigger downstream projects
Title: Message Title SCM/JIRA link daemon commented on JENKINS-34789 Re: Release builds should not trigger downstream projects Code changed in jenkins User: Félix Belzunce Arcos Path: src/main/java/hudson/maven/AbstractMavenProject.java src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/maven-plugin/970007d9e78c987e76e9d1d535aa7aa781a8e597 Log: JENKINS-34789 Minor fixes Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-34789) Release builds should not trigger downstream projects
Title: Message Title SCM/JIRA link daemon commented on JENKINS-34789 Re: Release builds should not trigger downstream projects Code changed in jenkins User: Félix Belzunce Arcos Path: src/main/java/hudson/maven/AbstractMavenProject.java src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/maven-plugin/40d36bfc75b406acf290e0a439f681a690250e2a Log: JENKINS-34789 Release builds should not trigger downstream projects Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-34789) Release builds should not trigger downstream projects
Title: Message Title SCM/JIRA link daemon commented on JENKINS-34789 Re: Release builds should not trigger downstream projects Code changed in jenkins User: Arnaud HERITIER Path: src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/maven-plugin/baed4556c0439b8049ecb55994bf705f7f935c37 Log: JENKINS-34789 Use ArtifactUtils.isSnapshot Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38010) no JMeter files matching have been found
Title: Message Title Hitesh Patel commented on JENKINS-38010 Re: no JMeter files matching have been found Allan Haywood "../jmeter_results/*.jtl" should work as long as that folder is on the same slave. From the Jenkins job where you are processing these results, can you run "execute shell" build step and do 'ls -l ..', to show contents of parent directory and also do 'ls -l .. jmeter_results'. In that result, "jmeter_results" directory should be there and thus "../jmeter_results/*.jtl" should work. Also, jmeter_results directory should show some *.jtl files. It may not be working because this job is running on a different Jenkins slave than the job that created "jmeter_results/*.jtl", thus these files are not found. What I tend to do is have a job setup like this: JOB_RUN_PERF_TEST_WITH_CONFIGURATION_A (only calls another job to run performance test) -> calls JOB_RUN_PERF_TEST (actually runs performance test) JOB_RUN_PERF_TEST will run the performance test and archive the results (*.jtl files) in post-build. JOB_RUN_PERF_TEST_WITH_CONFIGURATION_A then copies over files from JOB_RUN_PERF_TEST with copy artifact plugin build step. Now the files are in JOB_RUN_PERF_TEST_WITH_CONFIGURATION_A workspace. Process results with *.jtl in post build step. https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
[JIRA] (JENKINS-28629) Fix Apache Maven 3.3 support
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28629 Re: Fix Apache Maven 3.3 support Code changed in jenkins User: Arnaud HERITIER Path: pom.xml http://jenkins-ci.org/commit/maven-plugin/2ba218bda274cb5d5b561aeada8678d52bd7c26d Log: Use maven-interceptors 1.8.1 Fixed: Apache Maven 3.3 support and toolchains integration ( JENKINS-28629, JENKINS-28420 ) Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-28420) MAven toolchains error with maven 3.3
Title: Message Title SCM/JIRA link daemon commented on JENKINS-28420 Re: MAven toolchains error with maven 3.3 Code changed in jenkins User: Arnaud HERITIER Path: pom.xml http://jenkins-ci.org/commit/maven-plugin/2ba218bda274cb5d5b561aeada8678d52bd7c26d Log: Use maven-interceptors 1.8.1 Fixed: Apache Maven 3.3 support and toolchains integration ( JENKINS-28629, JENKINS-28420 ) Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39003) Error stating "Local WAR file does not existing", though war file does exist
Title: Message Title Rachel Moreno resolved as Not A Defect It seems because of permissions. File is copied as admin: Started by user admin ... copy /tmp/jenkins_repo/gov/nasa/msfc/dctm/webtop/6.82..0171/webtop-6.82..0171.war to file:/export/home/svmsbuild/workspace/deploy-war/target/webtop-6.82..0171.war ... but it's accessed by another user: ... ERROR: Exception while executing as mfaine@msasd1 ... Jenkins / JENKINS-39003 Error stating "Local WAR file does not existing", though war file does exist Change By: Rachel Moreno Status: In Progress Resolved Resolution: Not A Defect Add Comment
[JIRA] (JENKINS-39003) Error stating "Local WAR file does not existing", though war file does exist
Title: Message Title Rachel Moreno started work on JENKINS-39003 Change By: Rachel Moreno Status: Open In Progress Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39003) Error stating "Local WAR file does not existing", though war file does exist
Title: Message Title Rachel Moreno assigned an issue to Rachel Moreno Jenkins / JENKINS-39003 Error stating "Local WAR file does not existing", though war file does exist Change By: Rachel Moreno Assignee: Rachel Moreno Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38972) fileExists doesn't take variables
Title: Message Title Rachel Moreno resolved as Not A Defect In order to replace a variable in a string, you might use double quotes. E.g: ... echo "${controlFile} exists." ... Jenkins / JENKINS-38972 fileExists doesn't take variables Change By: Rachel Moreno Status: In Progress Resolved Resolution: Not A Defect Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
[JIRA] (JENKINS-38972) fileExists doesn't take variables
Title: Message Title Rachel Moreno assigned an issue to Rachel Moreno Jenkins / JENKINS-38972 fileExists doesn't take variables Change By: Rachel Moreno Assignee: Rachel Moreno Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38972) fileExists doesn't take variables
Title: Message Title Rachel Moreno started work on JENKINS-38972 Change By: Rachel Moreno Status: Open In Progress Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38581) Jenkins auto linkification for Bugzilla is broken on the build page
Title: Message Title mdonohue commented on JENKINS-38581 Re: Jenkins auto linkification for Bugzilla is broken on the build page I tested just now with the 'ocaml' repo: http://caml.inria.fr/svn/ocaml/trunk The hyperlinks work fine from both the main page and the specific build page, so I am not able to reproduce. Can you provide more details? Or do you have a public repo that reproduces this? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39013) allow docker container to run with tty
Title: Message Title Jae Gangemi commented on JENKINS-39013 Re: allow docker container to run with tty where?!!?? i do not see one. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39013) allow docker container to run with tty
Title: Message Title Carlos Sanchez closed an issue as Not A Defect There is a Allocate pseudo-TTY checkbox in the slave pod definition Jenkins / JENKINS-39013 allow docker container to run with tty Change By: Carlos Sanchez Status: Open Closed Resolution: Not A Defect Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https:
[JIRA] (JENKINS-37046) Wrong Ivy XML file is being looked for
Title: Message Title Kevin Formsma commented on JENKINS-37046 Re: Wrong Ivy XML file is being looked for Dominik Bartholdi Thanks for the message. I'm not actively using the Ivy plugin myself anymore; that said, I'm happy to help merge in any PRs on the repo and push out new versions. If you have the fixes, I don't have any qualms about updating the plugin to require a newer jenkins core. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39014) expose underlying host ip as environment variable
Title: Message Title Jae Gangemi commented on JENKINS-39014 Re: expose underlying host ip as environment variable now that i look at this a bit more, the pipeline doesn't necessarily fit my use case. the underlying build process is what starts/stops the necessary containers. they aren't meant to be scheduled by kubernetes as is the case here. having said that, i wouldn't mind having a programmatic way to create containers, so what would be the best way to expose some default container configurations that can be shared across multiple pods? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39014) expose underlying host ip as environment variable
Title: Message Title Jae Gangemi commented on JENKINS-39014 Re: expose underlying host ip as environment variable and what if i don't want to use pipelines? can this not be added as an option to enable the the GUI? Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37433) findFiles doesn't get dot directories
Title: Message Title Rachel Moreno resolved as Not A Defect It's not a defect. According to documentation when parameter glob is used, Ant style pattern is followed. Jenkins / JENKINS-37433 findFiles doesn't get dot directories Change By: Rachel Moreno Status: In Progress Resolved Assignee: rsandell Rachel Moreno Resolution: Not A Defect Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)
[JIRA] (JENKINS-39014) expose underlying host ip as environment variable
Title: Message Title Carlos Sanchez commented on JENKINS-39014 Re: expose underlying host ip as environment variable your use case will be possible in 0.9 using the multi-container support in 0.9 https://github.com/jenkinsci/kubernetes-plugin#pipeline-support Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-37433) findFiles doesn't get dot directories
Title: Message Title Rachel Moreno started work on JENKINS-37433 Change By: Rachel Moreno Status: Open In Progress Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-18537) ArrayIndexOutOfBoundsException during Jenkins.doConfigSubmit; need XStream 1.4.6
Title: Message Title SCM/JIRA link daemon commented on JENKINS-18537 Re: ArrayIndexOutOfBoundsException during Jenkins.doConfigSubmit; need XStream 1.4.6 Code changed in jenkins User: Brian Riddle Path: pom.xml http://jenkins-ci.org/commit/cucumber-performance-plugin/6fd93ffbfa42e9d0ba2b47ddea44e301835a7772 Log: Bump plugin parent to work with java 8. See JENKINS-18537 Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-33455) Option to disable echo of executed commands
Title: Message Title Rachel Moreno commented on JENKINS-33455 Re: Option to disable echo of executed commands I got it with: #!/bin/bash +x Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38513) Unable to copy existing job, getting NoClassDefFoundError AbstractFolder)
Title: Message Title Oleg Nenashev updated an issue Jenkins / JENKINS-38513 Unable to copy existing job, getting NoClassDefFoundError AbstractFolder) Change By: Oleg Nenashev Priority: Minor Critical Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38513) Unable to copy existing job, getting NoClassDefFoundError AbstractFolder)
Title: Message Title Oleg Nenashev commented on JENKINS-38513 Re: Unable to copy existing job, getting NoClassDefFoundError AbstractFolder) Somehow missed the original issue notification Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38513) Unable to copy existing job, getting NoClassDefFoundError AbstractFolder)
Title: Message Title Oleg Nenashev commented on JENKINS-38513 Re: Unable to copy existing job, getting NoClassDefFoundError AbstractFolder) Hmm, needs to be fixed in any case Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-33456) durable-task 1.8 breaks workflow bat steps
Title: Message Title Aleksei Vakulenko commented on JENKINS-33456 Re: durable-task 1.8 breaks workflow bat steps Now I use Durable Task Plugin v 1.12. All fixed. Thank you. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-36631) Exception when publishing, exception message [null]
Title: Message Title Rachel Moreno commented on JENKINS-36631 Re: Exception when publishing, exception message [null] Maybe it's because of: /correct/destination/path It's not a valid path in Windows Server. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39014) expose underlying host ip as environment variable
Title: Message Title Jae Gangemi created an issue Jenkins / JENKINS-39014 expose underlying host ip as environment variable Issue Type: New Feature Assignee: Carlos Sanchez Components: kubernetes-plugin Created: 2016/Oct/16 3:02 PM Priority: Minor Reporter: Jae Gangemi would it be possible to expose the ip address of the underlying host node to the docker containers in an environment variable? i am running builds inside the container and those builds have integration tests that need to talk to a mysql container. i am able to spin up the container fine by mounting in /var/run/docker.sock but i'm unable to communicate w/ it b/c i don't know it's ip address and linking the containers is not an option. i do have some work arounds available, but this would be a huge help if it's possible. Add Comment
[JIRA] (JENKINS-39013) allow docker container to run with tty
Title: Message Title Jae Gangemi created an issue Jenkins / JENKINS-39013 allow docker container to run with tty Issue Type: New Feature Assignee: Carlos Sanchez Components: kubernetes-plugin Created: 2016/Oct/16 2:50 PM Priority: Minor Reporter: Jae Gangemi i would like to be able to do gpg signing of git commits inside of the docker build slaves however this does not seem to be possible w/o running the container w/ a sudo-tty. can this be added as an option when launching a slave? i am also open to other suggestions how how this could be made to work. Add Comment
[JIRA] (JENKINS-12875) "No valid crumb was included in the request" errors all around
Title: Message Title Ryan Cocks commented on JENKINS-12875 Re: "No valid crumb was included in the request" errors all around Having just wasted a few hours debugging why I was seeing this: if you re-install Jenkins you need to clear your cookies or you'll hit this. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39012) Custom volumes not writable by user, dangling volumes remain after job finishes
Title: Message Title wujek srujek created an issue Jenkins / JENKINS-39012 Custom volumes not writable by user, dangling volumes remain after job finishes Issue Type: Bug Assignee: Nicolas De Loof Components: docker-custom-build-environment-plugin Created: 2016/Oct/16 1:01 PM Environment: Jenkins 2.19.1 Priority: Major Reporter: wujek srujek The job is run on a physical Linux slave/node machine with: Username: jenkins-slave-1. User home: /home/jenkins-slave-1. Remote slave root: /home/jenkins-slave-1/slave-root. Docker available for the jenkins-slave-1 user. I am trying to have Jenkins jobs built within Docker containers using the Custom Build Environment plugin preserve the Gradle cache (for the downloaded artifacts and the wrapper). For this, I am adding a custom volume $HOME/.gradle -> $WORKSPACE/.gradle, similarly what the help says. This is the job log (skipped env vars for brevity): $ docker run --rm --entrypoint /bin/true alpine:3.2 $ docker run --tty --rm --entrypoint /sbin/ip alpine:3.2 route $ docker run --tty --detach --workdir /home/jenkins-slave-1/slave-root/workspace/docker-test --volume /home/jenkins-slave-1/slave-root:/home/jenkins-slave-1/slave-root:rw --volume /home/jenkins-slave-1/.gradle:/home/jenkins-slave-1/sla
[JIRA] (JENKINS-39011) Nullpointer: Cannot get property 'stages' on null object
Title: Message Title Peter Leibiger created an issue Jenkins / JENKINS-39011 Nullpointer: Cannot get property 'stages' on null object Issue Type: Bug Assignee: Andrew Bayer Components: pipeline-model-definition-plugin Created: 2016/Oct/16 10:36 AM Priority: Minor Reporter: Peter Leibiger Up to version 0.3 pipeline could be wrapped by timestamps from the timestamps plugin which was really neat. This doesn't work anymore and causes a Nullpointer. java.lang.NullPointerException: Cannot get property 'stages' on null object at org.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:60) at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:172) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:302) at org.jenkinsci.plugins.pipeline.modeldefinition.Utils.attachExecutionModel(Utils.groovy:202) at org.jenkinsci.plugins.pipeline.modeldefinition.Utils$attachExecutionModel$4.call(Unknown Source) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) at com.cloudbees.groovy.cps.sandbox.DefaultInvoker.methodCall(DefaultInvoker.java:16) at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.call(jar:file:/var/jenkins_home/plugins/pipeline-model-definition/WEB-INF/lib/pipeline-model-definition.jar!/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy:51) at WorkflowScript.run(WorkflowScript:7) at ___cps.transform___(Native Method) at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:48) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:109) at com.cloudbees.groovy.cps
[JIRA] (JENKINS-38142) Posibility to specify JIRA site in jenkins pipeline project
Title: Message Title Vitalius Marcinkevicius commented on JENKINS-38142 Re: Posibility to specify JIRA site in jenkins pipeline project Created pull request https://github.com/jenkinsci/jira-plugin/pull/106 replacing AbstractProject with Job in JiraProjectProperty. Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38142) Posibility to specify JIRA site in jenkins pipeline project
Title: Message Title Vitalius Marcinkevicius stopped work on JENKINS-38142 Change By: Vitalius Marcinkevicius Status: In Progress Open Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38142) Posibility to specify JIRA site in jenkins pipeline project
Title: Message Title Vitalius Marcinkevicius started work on JENKINS-38142 Change By: Vitalius Marcinkevicius Status: Open In Progress Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-38789) Provide pipeline example that enables timestamper if is available
Title: Message Title Steven G Brown assigned an issue to Unassigned Jenkins / JENKINS-38789 Provide pipeline example that enables timestamper if is available Change By: Steven G Brown Issue Type: Bug Improvement Priority: Major Minor Assignee: Steven G Brown Add Comment This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-39010) Comment Added event does not work
Title: Message Title fahd arshad created an issue Jenkins / JENKINS-39010 Comment Added event does not work Issue Type: New Feature Assignee: rsandell Components: gerrit-trigger-plugin Created: 2016/Oct/16 8:14 AM Priority: Minor Reporter: fahd arshad We recently upgraded our jenkins server from 1.67 to 2.25. Gerrit trigger on comments added Contains Regex does not seem to work ever since the upgrade. Other gerrit triggers seems to be working flawlessly. Add Comment This message was sent by At