[JIRA] (JENKINS-43062) SSH Host Key Verifiers are not configured for all SSH slaves

2017-03-27 Thread gbocc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Giacomo Boccardo commented on  JENKINS-43062  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SSH Host Key Verifiers are not configured for all SSH slaves   
 

  
 
 
 
 

 
 In my opinion the current behavior can be considered correct because the slaves continue to work after upgrading the plugin. However, the warning message should be clarified in order to explain the admin what happened and why this warning message is displayed; I mean something like: "SSH Slaves plugin has been upgraded to avoid man-in-the-middle attacks. To dismiss this warning message, please confirm the current SSH Host Key Verifiers configuration explicitly saving it for each of the SSH slaves or changing it as you need".  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43132) Cancel existing job if the new job is pending

2017-03-27 Thread nemanja.bo...@sociomantic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nemanja Boric updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43132  
 
 
  Cancel existing job if the new job is pending   
 

  
 
 
 
 

 
Change By: 
 Nemanja Boric  
 

  
 
 
 
 

 
 If `disableConcurrentBuilds` is enabled for a job, pushing the code and triggering newjob will not abort the previous one, making the user wait for the results of the previous jobbefore the new one is performed. It would be nice if there was an option to abort the existingjob and immediately start running the new one.  Here's the similar issue reported against github-organization-folder-plugin: https://issues.jenkins-ci.org/browse/JENKINS-38409  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-33747) Git plugin fails to retrieve tags when building job with a Git Parameter

2017-03-27 Thread lev...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lev Tartakovsky updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-33747  
 
 
  Git plugin fails to retrieve tags when building job with a Git Parameter   
 

  
 
 
 
 

 
Change By: 
 Lev Tartakovsky  
 

  
 
 
 
 

 
 Jenkins job is not able to pull list of tags for Git Tag parameter:We have two ssh keys in use for our jenkins server.  id_rsa and id_rsa_4096.  Most of our git projects use id_rsa, but for the project in which this bug is showing, we are using id_rsa_4096.  That has been set up as a credential, and the jenkins job.The first run of the job, there is no workspace, so no tags are listed, and the git clone works perfectly fine.However, once that is done, further attempts to build the job with parameters results in a build page that never populates the tags list, and the following warning in the logs:WARNING: Error while serving  [  http://jenkins.vmlapps.com/view/Sprint/job/github%20test%20job/descriptorByName/net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition/fillValueItems ] java.lang.reflect.InvocationTargetExceptionat 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$5.doDispatch(MetaClass.java:233)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$5.doDispatch(MetaClass.java:233)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$5.doDispatch(MetaClass.java:233)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:848)at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)at 

[JIRA] (JENKINS-43132) Cancel existing job if the new job is pending

2017-03-27 Thread nemanja.bo...@sociomantic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nemanja Boric updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43132  
 
 
  Cancel existing job if the new job is pending   
 

  
 
 
 
 

 
Change By: 
 Nemanja Boric  
 
 
Component/s: 
 github-branch-source-plugin  
 
 
Component/s: 
 workflow-job-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-42190) Bitbucket branch source plugin creates wrong repo URL's for Bitbucket Server located in subdirectory

2017-03-27 Thread craig.sm...@kinneirdufort.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Smith commented on  JENKINS-42190  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Bitbucket branch source plugin creates wrong repo URL's for Bitbucket Server located in subdirectory   
 

  
 
 
 
 

 
 There's a pull request to fix this issue awaiting merge on the plugins github. https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/41  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43134) Blue Ocean Pipeline Creator does not offer option to configure scan interval

2017-03-27 Thread bitwise...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liam Newman created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43134  
 
 
  Blue Ocean Pipeline Creator does not offer option to configure scan interval   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/27 4:48 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Liam Newman  
 

  
 
 
 
 

 
 When creating Pipelines in Blue Ocean, there is no place to configure the scan interval, and it defaults to once per day. That is generally too long to be useful. Combined with JENKINS-43133, this means I have to go to classic UI to run any Pipeline (excluding when I use the Pipeline Editor).  The Pipeline Creation page should include an option to configure a scan interval (or test that Git/GitHub integration is working).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 
 

[JIRA] (JENKINS-43131) Allow option to disable setting all cookies

2017-03-27 Thread af...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aaron Fein created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43131  
 
 
  Allow option to disable setting all cookies   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2017/Mar/27 3:07 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Aaron Fein  
 

  
 
 
 
 

 
 Would like an option to disable setting cookies.  Currently hudson_auto_refresh and iconSize cookies are set.  Even when using HttpOnly, some security teams have advised against using application cookies.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian 

[JIRA] (JENKINS-36570) Implement pipeline compatibility

2017-03-27 Thread d...@semmle.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dominic Hargreaves commented on  JENKINS-36570  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Implement pipeline compatibility   
 

  
 
 
 
 

 
 Oleg Nenashev I had a look at https://wiki.jenkins-ci.org/display/JENKINS/Priority+Sorter+Plugin and the only mention of pipeline is a change entry mentioning this ticket. But I can't see anywhere how one would allocated a node in a given job group, which I assume is how this would need to work, any examples at all of it being used in a pipeline script. So given your reference to existing documentation I suspect there's something I'm just not finding from a google search?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-38871) Exception caught evaluating condition: [org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Undefined parameter var in token ENV], action = [Fail the build]

2017-03-27 Thread cobe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Obexer commented on  JENKINS-38871  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Exception caught evaluating condition: [org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Undefined parameter var in token ENV], action = "" the build]   
 

  
 
 
 
 

 
 I just noticed that I hadn't used your attached plugin yet... I installed the attached version now and restarted Jenkins - but considering the long time this worked without me using the updated version I'm not sure I will be able to provide any usable feedback any time soon =/  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43132) Cancel existing job if the new job is pending

2017-03-27 Thread nemanja.bo...@sociomantic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nemanja Boric created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43132  
 
 
  Cancel existing job if the new job is pending   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 workflow-job-plugin  
 
 
Created: 
 2017/Mar/27 3:52 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Nemanja Boric  
 

  
 
 
 
 

 
 If `disableConcurrentBuilds` is enabled for a job, pushing the code and triggering new job will not abort the previous one, making the user wait for the results of the previous job before the new one is performed. It would be nice if there was an option to abort the existing job and immediately start running the new one.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
  

[JIRA] (JENKINS-41456) Declarative: publishHTML syntax does not work in post block

2017-03-27 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-41456  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Declarative: publishHTML syntax does not work in post block   
 

  
 
 
 
 

 
 Code changed in jenkins User: Andrew Bayer Path: pipeline-model-api/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/ast/ModelASTArgumentList.java pipeline-model-definition/pom.xml pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/parser/ModelParser.groovy pipeline-model-definition/src/main/groovy/org/jenkinsci/plugins/pipeline/modeldefinition/validator/ModelValidatorImpl.groovy pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java pipeline-model-definition/src/test/resources/htmlPublisher.groovy pom.xml http://jenkins-ci.org/commit/pipeline-model-definition-plugin/3020057c7dabad0af4b5f5f34f4102cee274a894 Log: [FIXED JENKINS-41456] Properly validate publishHTML Specifically, when we see that there's a sole required parameter, the only provided argument by the user is a map, at least one of those map keys doesn't have a corresponding parameter in the describable, and the sole required parameter's type is a describable itself, validate the argument map against that parameter type describable instead of against the parent describable. So for publishHTML, that means realizing `target` is an `HtmlPublisherTarget` and validating the map against that.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-41456) Declarative: publishHTML syntax does not work in post block

2017-03-27 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated  JENKINS-41456  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41456  
 
 
  Declarative: publishHTML syntax does not work in post block   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43132) Cancel existing job if the new job is pending

2017-03-27 Thread nemanja.bo...@sociomantic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nemanja Boric updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43132  
 
 
  Cancel existing job if the new job is pending   
 

  
 
 
 
 

 
Change By: 
 Nemanja Boric  
 

  
 
 
 
 

 
 Pushing the code and triggering new job will not abort the previous one, making the user wait for the results of the previous job before the new one is performed. It would be nice if there was an option to abort the existing job and immediately start running the new one. Here's the similar issue reported against github-organization-folder-plugin:   https://issues.jenkins-ci.org/browse/JENKINS-38409  Here's the issue in the old Github Pull request builder plugin where it was implemented: https://github.com/jenkinsci/ghprb-plugin/issues/241  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-43133) BlueOcean missing button to scan for create or update of branch for Pipeline

2017-03-27 Thread bitwise...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liam Newman created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43133  
 
 
  BlueOcean missing button to scan for create or update of branch for Pipeline   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/27 4:36 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Liam Newman  
 

  
 
 
 
 

 
 Not all Blue Ocean users will have GitHub hooks to tell Jenkins when new branches are create.  We need buttons in Blue Ocean ("Check for Changes"): 
 
to re-scan repo for new branches. 
to re-scan one branch (called a "Pipeline" in Blue Ocean) 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  

[JIRA] (JENKINS-2717) svn polling without checkout or update

2017-03-27 Thread moi...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Moisei Rabinovich commented on  JENKINS-2717  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: svn polling without checkout or update   
 

  
 
 
 
 

 
 I've implemented another solution for this issue: add update strategy that does not touch working copy. And working copy can be update from pre-scm-build step implemented by  pre-scm-buildstep plugin. Here is the implentation: https://github.com/moisei/subversion-plugin/tree/noopupdater I am submitting pull request.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-38871) Exception caught evaluating condition: [org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Undefined parameter var in token ENV], action = [Fail the build]

2017-03-27 Thread cobe...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Christoph Obexer commented on  JENKINS-38871  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Exception caught evaluating condition: [org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Undefined parameter var in token ENV], action = "" the build]   
 

  
 
 
 
 

 
 So this happened again (4 times) . This time I updated the plugins listed below and restarted Jenkins: 

 
blueocean-commons.jpi
blueocean-web.jpi
blueocean-rest.jpi
blueocean-jwt.jpi
blueocean-rest-impl.jpi
blueocean-pipeline-api-impl.jpi
blueocean-github-pipeline.jpi
blueocean-git-pipeline.jpi
blueocean-config.jpi
blueocean-events.jpi
blueocean-personalization.jpi
blueocean-i18n.jpi
blueocean-dashboard.jpi
blueocean.jpi
active-directory.jpi
analysis-core.jpi
git-client.jpi
matrix-project.jpi
blueocean-rest
blueocean-events
blueocean-pipeline-api-impl
analysis-core
blueocean-commons
blueocean-web
blueocean-jwt
blueocean-personalization
blueocean-config
blueocean-github-pipeline
blueocean-dashboard
blueocean-rest-impl
blueocean
active-directory
matrix-project
git-client
blueocean-i18n
blueocean-git-pipeline
 

 From the Jenkins log: 

 
Mär 27, 2017 1:04:15 PM org.jenkins_ci.plugins.run_condition.BuildStepRunner logEvaluateException
WARNUNG: Exception caught evaluating condition: [org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Undefined parameter var in token ENV], action = "" the build]
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Undefined parameter var in token ENV
at org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.prepare(DataBoundTokenMacro.java:172)
at org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate(DataBoundTokenMacro.java:198)
at org.jenkinsci.plugins.tokenmacro.Parser.processToken(Parser.java:297)
at org.jenkinsci.plugins.tokenmacro.Action$KiHW1UeqOdqAwZul.run(Unknown Source)
at org.parboiled.matchers.ActionMatcher.match(ActionMatcher.java:96)
at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:351)
at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:351)
at org.parboiled.matchers.FirstOfMatcher.match(FirstOfMatcher.java:41)
at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:351)
at org.parboiled.matchers.FirstOfMatcher.match(FirstOfMatcher.java:41)
at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:351)
at org.parboiled.matchers.ZeroOrMoreMatcher.match(ZeroOrMoreMatcher.java:39)
at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
at org.parboiled.MatcherContext.runMatcher(MatcherContext.java:351)
at org.parboiled.matchers.SequenceMatcher.match(SequenceMatcher.java:46)
at org.parboiled.parserunners.BasicParseRunner.match(BasicParseRunner.java:77)
at 

[JIRA] (JENKINS-43132) Cancel existing job if the new job is pending

2017-03-27 Thread nemanja.bo...@sociomantic.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nemanja Boric updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43132  
 
 
  Cancel existing job if the new job is pending   
 

  
 
 
 
 

 
Change By: 
 Nemanja Boric  
 

  
 
 
 
 

 
 If `disableConcurrentBuilds` is enabled for a job, pushing Pushing  the code and triggering new   job will not abort the previous one, making the user wait for the results of the previous job   before the new one is performed. It would be nice if there was an option to abort the existing   job and immediately start running the new one. Here's the similar issue reported against github-organization-folder-plugin: https://issues.jenkins-ci.org/browse/JENKINS-38409  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43131) Allow option to disable setting all cookies

2017-03-27 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43131  
 
 
  Allow option to disable setting all cookies   
 

  
 
 
 
 

 
Change By: 
 Daniel Beck  
 
 
Labels: 
 security  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43131) Allow option to disable setting all cookies

2017-03-27 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-43131  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Allow option to disable setting all cookies   
 

  
 
 
 
 

 
 Jenkins will be an unusable mess if we implement every request from every security team evaluating Jenkins. This needs an actual justification. It also needs a justification why e.g. this can't be done via reverse proxy configuration. Should be straightforward to strip away cookie headers.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-34437) Enable amazon-ecr-plugin behind proxy

2017-03-27 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-34437  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Enable amazon-ecr-plugin behind proxy   
 

  
 
 
 
 

 
 Code changed in jenkins User: Ivan Fernandez Calvo Path: src/main/java/com/amazonaws/AmazonECRClientFactory.java http://jenkins-ci.org/commit/aws-java-sdk-plugin/76824efc621ced9983dc7839c89b2059ee8c6e47 Log: JENKINS-34437 Factory to use Jenkins Proxy configuration with a AmazonECRClient. (#10) 
 
Factory to use Jenkins Proxy configuration with a AmazonECRClient. 
 
 
minimise class 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-15570) Coverage report includes classes that have been excluded from Jacoco analysis

2017-03-27 Thread antoine.t...@thales-services.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Antoine Tran commented on  JENKINS-15570  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Coverage report includes classes that have been excluded from Jacoco analysis   
 

  
 
 
 
 

 
 We have this issue too. Right now, we need to duplicate exclusion information from pom.xml into this Jenkins Jacoco plugin. This issue is not solved yet.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43135) Error 404 when click "Go to Classic" from Pipeline Editor

2017-03-27 Thread bitwise...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liam Newman created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43135  
 
 
  Error 404 when click "Go to Classic" from Pipeline Editor   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-plugin  
 
 
Created: 
 2017/Mar/27 4:56 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Liam Newman  
 

  
 
 
 
 

 
 Steps: 
 
Open Blue Ocean 
Open a Pipeline 
Edit the Pipeline in the Blue Ocean Pipeline Editor 
Make a change to the Agent drop-down 
Click "Go to Classic" button in top right of page 
 Expected result: Dialog "There are unsaved changes, discard them?"  Navigate to classic configuration page for the current job or to the job main page Actual result: 

 

HTTP ERROR 404
Problem accessing /job/pipeline-editor. Reason:
Not Found
 

  
 

  
 
 
 
 

 
 
 

 

[JIRA] (JENKINS-43136) Blue Ocean Editor does not ask for discard confirmation when agent or environment changed

2017-03-27 Thread bitwise...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Liam Newman created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43136  
 
 
  Blue Ocean Editor does not ask for discard confirmation when agent or environment changed   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 blueocean-pipeline-editor-plugin  
 
 
Created: 
 2017/Mar/27 5:07 PM  
 
 
Environment: 
 rc1, Chrome 57  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Liam Newman  
 

  
 
 
 
 

 
 Steps to Repro: 
 
Open Blue Ocean 
Open a Pipeline 
Open Pipeline in Blue Ocean Pipeline editor 
Change Agent drop-down to different value (none or any) 
Click on Pipelines 
 Expected:  Dialog: "There are unsaved changes, discard them?" Actual: Browser navigates to Pipelines list  
 

  
 
 
 
 

 
 
 

 
 
  

[JIRA] (JENKINS-43062) SSH Host Key Verifiers are not configured for all SSH slaves

2017-03-27 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-43062  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SSH Host Key Verifiers are not configured for all SSH slaves   
 

  
 
 
 
 

 
 

explain the admin what happened and why this warning message is displayed
 Improving the message looks like a reasonable suggestion, thank you Giacomo Boccardo!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-34439) Clover plugin still has problems with pipeline builds

2017-03-27 Thread mat...@semexpert.com.ar (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matias Montes commented on  JENKINS-34439  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Clover plugin still has problems with pipeline builds   
 

  
 
 
 
 

 
 I can confirm that in 4.7.1 still there is no coverage graph in the main Status page for the job.      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43137) Version 1.1.1 of Pipeline Model Definition plugin does not allow triple quoted strings.

2017-03-27 Thread ro...@khobbits.co.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robert Gornall created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43137  
 
 
  Version 1.1.1 of Pipeline Model Definition plugin does not allow triple quoted strings.   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andrew Bayer  
 
 
Components: 
 pipeline-model-definition-plugin  
 
 
Created: 
 2017/Mar/27 5:53 PM  
 
 
Environment: 
 Jenkins 2.52  Pipeline 1.1.1  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Robert Gornall  
 

  
 
 
 
 

 
 When using declarative pipelines, and defining environment variables to be multi line strings using triple quotes ('''), since 1.1.1, the pipeline fails to parse. Example input: https://gist.github.com/khobbits/e60a0b086fd73e6ea8ef64175dce0ab1 Stack trace & error: https://gist.github.com/khobbits/8d7f0851fd3410d3369aacea1f896ad7 Error Extract: hudson.remoting.ProxyException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script8.groovy: 1: expecting anything but ''\n''; got it anyway @ line 1, column 14. "STACK_INFO={ Possibly related to JENKINS-42771  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

[JIRA] (JENKINS-43137) Version 1.1.1 of Pipeline Model Definition plugin does not allow triple quoted strings.

2017-03-27 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer started work on  JENKINS-43137  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43137) Version 1.1.1 of Pipeline Model Definition plugin does not allow triple quoted strings.

2017-03-27 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated  JENKINS-43137  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43137  
 
 
  Version 1.1.1 of Pipeline Model Definition plugin does not allow triple quoted strings.   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43137) Version 1.1.1 of Pipeline Model Definition plugin does not allow triple quoted strings.

2017-03-27 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-43137  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Version 1.1.1 of Pipeline Model Definition plugin does not allow triple quoted strings.   
 

  
 
 
 
 

 
 PR up at https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/147  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43138) Webhook events don't get properly processed when instance is experiencing rate limits

2017-03-27 Thread ty...@monkeypox.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 R. Tyler Croy created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43138  
 
 
  Webhook events don't get properly processed when instance is experiencing rate limits   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 github-branch-source-plugin  
 
 
Created: 
 2017/Mar/27 6:08 PM  
 
 
Environment: 
 Jenkins 2.46, github-branch-source 2.0.4  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 R. Tyler Croy  
 

  
 
 
 
 

 
 When ci.jenkins.io hits rate limits (which it still does), API requests slow down which is an improvement, but it appears that inbound webhooks don't get properly processed. The following is a Repository Events log. Note that the pull request in question most certainly has a  {Jenkinsfile}  associated with it. 

 

org.jenkinsci.plugins.github_branch_source.PushGHEventSubscriber$SCMHeadEventImpl UPDATED event from 192.30.252.41 ⇒ https://ci.jenkins.io/github-webhook/ with timestamp Mon Mar 27 16:21:39 UTC 2017 processed in 0.4 sec
Checking branch master
  ‘Jenkinsfile’ found
Met criteria
No changes detected: master (still at f8f20c8e94d1e41eb96fcde019b6bc9ee98d9743)

  0 branches were processed (query completed)

Done examining jenkins-infra/jenkins.io

[Mon Mar 27 16:21:45 UTC 2017] org.jenkinsci.plugins.github_branch_source.PushGHEventSubscriber$SCMHeadEventImpl UPDATED event from 192.30.252.40 ⇒ https://ci.jenkins.io/github-webhook/ with timestamp Mon Mar 27 16:21:40 UTC 2017 processed in 0.41 sec
[Mon Mar 27 16:51:05 UTC 2017] Received org.jenkinsci.plugins.github_branch_source.PullRequestGHEventSubscriber$SCMHeadEventImpl CREATED event from 192.30.252.42 ⇒ https://ci.jenkins.io/github-webhook/ with timestamp Mon Mar 

[JIRA] (JENKINS-38523) Stage listing flashes "no steps" when loading a stage for the first time (Karaoke repair)

2017-03-27 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated  JENKINS-38523  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38523  
 
 
  Stage listing flashes "no steps" when loading a stage for the first time (Karaoke repair)   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-42737) Error rendering PipelineRunGraph

2017-03-27 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated  JENKINS-42737  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42737  
 
 
  Error rendering PipelineRunGraph   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-42312) Can only select top node of parallel nodes while job is in progress.

2017-03-27 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler started work on  JENKINS-42312  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43115) Lost pretty URLs on branch filtering

2017-03-27 Thread kzan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Keith Zantow commented on  JENKINS-43115  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Lost pretty URLs on branch filtering   
 

  
 
 
 
 

 
 James Dumay I'm not sure the pretty URLs are right to do here, we may want to add other fitlers which would make sense to add to as URL parameters in a similar manner  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43141) fails to connect to jira

2017-03-27 Thread funee...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 marlene cote created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43141  
 
 
  fails to connect to jira   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Dan Alvizu  
 
 
Components: 
 jira-ext-plugin, jira-plugin, jira-trigger-plugin  
 
 
Created: 
 2017/Mar/27 8:19 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 marlene cote  
 

  
 
 
 
 

 
 I have installed jira plugin for jenkins.  I am not able to connect to jira though. Jira connects to this jenkins master. Jenkins 2.52, JIRA v6.4.12   I see this when I click on validate settings. 
 

 
 
  
  
 

 
 
 

 
 
  
  
 
 
  
  
  
 

[JIRA] (JENKINS-43126) TestLink connected to Jenkins but tests are marked as 'not run' and fails to log to jenkins

2017-03-27 Thread brunodepau...@yahoo.com.br (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bruno P. Kinoshita closed an issue as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I believe you commented on another issue saying you have this issue. Opening an extra issue will just increase the number of tickets developers need to fix, and make it harder for them, and likely slow down the release with your fix  Let's focus on the existing issue, and in case a release with the fix for that issue does not fix your problem, let's discuss and maybe create a new issue. Thanks Bruno  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-43126  
 
 
  TestLink connected to Jenkins but tests are marked as 'not run' and fails to log to jenkins   
 

  
 
 
 
 

 
Change By: 
 Bruno P. Kinoshita  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
  

[JIRA] (JENKINS-43118) User can access the Pipeline editor without a repository

2017-03-27 Thread kzan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Keith Zantow commented on  JENKINS-43118  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: User can access the Pipeline editor without a repository   
 

  
 
 
 
 

 
 James Dumay this still works... sorta, just go to a similar URL to: http://localhost:8080/jenkins/blue/organizations/jenkins/pipeline-editor/ might want to restore the load/save button in this mode, but ctrl/cmd-s brings it up currently...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43140) 404 error displayed on job configuration page

2017-03-27 Thread predato...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeff VIncent created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43140  
 
 
  404 error displayed on job configuration page   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Suresh Kumar  
 
 
Attachments: 
 image-2017-03-27-13-43-45-649.png, image-2017-03-27-13-44-46-351.png, image-2017-03-27-13-46-12-155.png  
 
 
Components: 
 nexus-artifact-uploader-plugin  
 
 
Created: 
 2017/Mar/27 7:48 PM  
 
 
Environment: 
 Ubuntu 14.04 + Tomcat7 + Jenkins 2.51 + Nexus Artifact Uploader v2.9  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Jeff VIncent  
 

  
 
 
 
 

 
 When I add the Nexus Artifact Uploader plugin to my Jenkins instance I see two nasty "HTTP Status 404 -" errors below the Nexus Version and Protocol dropdown boxes.  The Google Chrome _javascript_ console shows the following error twice: POST https://jenkins-master/jenkins/job/jtestrspush/null 404 (Not Found)   prototype.js:1585 Screen shots below:        
 

  
 
 
 
 

 
 
 

 
 
  

[JIRA] (JENKINS-43065) Task Scanner Plugin - Ignore case broken

2017-03-27 Thread erik_new...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Erik Newton commented on  JENKINS-43065  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Task Scanner Plugin - Ignore case broken   
 

  
 
 
 
 

 
 I'm really sorry. I can't replicate this now, and looking back at the project where we noticed the problem, I can't see it any more. I thought the problem was that the Files tab in the Details section listed 6 items, but the Details tab only listed 4 in total. In this project we had 4 upper case TODOs and 2 lower case. I can only think I had clicked on the New tab by mistake. I think it is fine to close this issue. Once again I am sorry to waste your time. Kind regards, Erik    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-34344) Slave is not disconnected once it is terminted. Error: channel is already closed

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-34344  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Slave is not disconnected once it is terminted. Error: channel is already closed   
 

  
 
 
 
 

 
 Hard to say anything, it seems to be a valid Remoting behavior in this case (response timeout). If the issue still happens, please provide more information in the ticket (e.g. logs from the agent side)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-25822) No more connections to slaves - no log - troncated command

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-25822  
 
 
  No more connections to slaves - no log - troncated command   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 remoting  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43115) Lost pretty URLs on branch filtering

2017-03-27 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-43115  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Lost pretty URLs on branch filtering   
 

  
 
 
 
 

 
 Keith Zantow ack - lets discuss this one more when we get to it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-37841) REGRESSION: unable to open log due to missing JWT token

2017-03-27 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey commented on  JENKINS-37841  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: REGRESSION: unable to open log due to missing JWT token   
 

  
 
 
 
 

 
 Same failure for artifact download too, I think backend/UI somehow need to include JWT token when it does redirection  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-25822) No more connections to slaves - no log - troncated command

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-25822  
 
 
  No more connections to slaves - no log - troncated command   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Kohsuke Kawaguchi  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-41361) Copy icon on the Load/save screen

2017-03-27 Thread kzan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Keith Zantow resolved as Won't Do  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Load/save is now just an "easter egg" we can revisit if we want to make it better  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-41361  
 
 
  Copy icon on the Load/save screen   
 

  
 
 
 
 

 
Change By: 
 Keith Zantow  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Won't Do  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-43139) Add ParameterFactories invoke i=0...N builds replace sub parameters

2017-03-27 Thread gilstracj...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Chris G created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43139  
 
 
  Add ParameterFactories invoke i=0...N builds replace sub parameters   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 huybrechts  
 
 
Components: 
 parameterized-trigger-plugin  
 
 
Created: 
 2017/Mar/27 7:08 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Chris G  
 

  
 
 
 
 

 
 I have a parameters on the builds as  RunThisTest1=abc RunThisTest2=def RunThisTest3=ghi TestCount=3   Invoke i=0..N builds setup is as follows From: 1 To: $TestCount Step: 1 Parameters: RunThisTest=${RunThisTest${TestCount}}   Need to run the build parameters replacement functionality twice to get the values with sub parameters replaced.        
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 

[JIRA] (JENKINS-40456) First time builds are not reporting to Bitbucket

2017-03-27 Thread davidb...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Bows commented on  JENKINS-40456  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: First time builds are not reporting to Bitbucket   
 

  
 
 
 
 

 
 Hello - having the same issue.  First  build is not being notified, all others working fine. You can see from the log that it is calling the notify:   First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Notify) [Pipeline] bitbucketStatusNotify [Pipeline] slackSend run slackstepsend, step null:false, desc :false Slack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: true, channel: false, color: false [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Setup) [Pipeline] echo 
 
 
 
 
 
Installing NodeJS *** 
  
  
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-40456) First time builds are not reporting to Bitbucket

2017-03-27 Thread davidb...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 David Bows edited a comment on  JENKINS-40456  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: First time builds are not reporting to Bitbucket   
 

  
 
 
 
 

 
 Hello - having the same issue.  First  build is not being notified, all others working fine.You can see from the log that it is calling the notify  but it fires :     First time build. Skipping changelog.[Pipeline] }[Pipeline] // stage[Pipeline] withEnv[Pipeline] \{[Pipeline] stage[Pipeline] \{ (Notify)[Pipeline] bitbucketStatusNotify[Pipeline] slackSendrun slackstepsend, step null:false, desc :falseSlack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: true, channel: false, color: false[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] \{ (Setup)[Pipeline] echo*   **   ***  Installing NodeJS *** Here is the second build. You can see that it fires. Pipeline] }[Pipeline] // stage[Pipeline] withEnv[Pipeline] \{[Pipeline] stage[Pipeline] \{ (Notify)Sending build status INPROGRESS for commit eaf1de07954dba605e2ed9f60e9b22e9bf17bdbd to BitBucket is done![Pipeline] bitbucketStatusNotifyrun slackstepsend, step null:false, desc :falseSlack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: true, channel: false, color: false[Pipeline] slackSend[Pipeline] }[Pipeline] // stage  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-39091) Jira plugin fails to log in to Jira site after dependency updates

2017-03-27 Thread funee...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 marlene cote commented on  JENKINS-39091  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jira plugin fails to log in to Jira site after dependency updates   
 

  
 
 
 
 

 
 what is the fix?  I am seeing a similar problem!    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-34344) Slave is not disconnected once it is terminted. Error: channel is already closed

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Oleg Nenashev  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34344  
 
 
  Slave is not disconnected once it is terminted. Error: channel is already closed   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Kohsuke Kawaguchi Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-34344) Slave is not disconnected once it is terminted. Error: channel is already closed

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-34344  
 
 
  Slave is not disconnected once it is terminted. Error: channel is already closed   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 remoting  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-30568) Multijob does not keep changes

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30568  
 
 
  Multijob does not keep changes   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Component/s: 
 multijob-plugin  
 
 
Component/s: 
 changelog-history-plugin  
 
 
Component/s: 
 core  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-32004) HP Automation Tools Unable to Export Job Results to QC

2017-03-27 Thread t...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tal Abramovich assigned an issue to Roy Lu  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-32004  
 
 
  HP Automation Tools Unable to Export Job Results to QC   
 

  
 
 
 
 

 
Change By: 
 Tal Abramovich  
 
 
Assignee: 
 Ofir Shaked Roy Lu  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-25743) Unable to run HP ALM Functional test using Lab Management

2017-03-27 Thread t...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tal Abramovich commented on  JENKINS-25743  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Unable to run HP ALM Functional test using Lab Management   
 

  
 
 
 
 

 
 Fima - please close if not relevant.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43123) Publish over SSH: sudo does not work

2017-03-27 Thread revathi.manik...@valtech.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Revathi Manikoth created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43123  
 
 
  Publish over SSH: sudo does not work   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 bap  
 
 
Components: 
 publish-over-ssh-plugin  
 
 
Created: 
 2017/Mar/27 8:59 AM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Revathi Manikoth  
 

  
 
 
 
 

 
 When I try to start a service from jenkins job it gives the following error, however the same works without an issue from Putty. SSH: Connecting from host [ABC] SSH: Connecting with configuration [DEF] ... SSH: Creating session: username [abc_123], hostname [1.1.1.1], port [22] SSH: Connecting session ... SSH: Connected SSH: Opening exec channel ... SSH: EXEC: channel open SSH: EXEC: STDOUT/STDERR from command [echo [***] | sudo -S service hybris stop] ... SSH: EXEC: connected [sudo] password for abc_123: sudo: service: command not found SSH: EXEC: completed after 200 ms SSH: Disconnecting configuration [DEF] ... ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [1]] Build step 'Send files or execute commands over SSH' changed build result to UNSTABLE Finished: UNSTABLE  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 


[JIRA] (JENKINS-43035) expression does not see imported classes

2017-03-27 Thread gastersta...@ehealthexperts.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Gasterstädt edited a comment on  JENKINS-43035  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: _expression_ does not see imported classes   
 

  
 
 
 
 

 
 As far as I understand, scripting is a valid option for declarative Jenkinsfiles. That is what{code}steps {  script { ... }}{code}is made for. Similar, the {{_expression_}} block of {{when}} is made for script blocks.Don't you think, that if scripting a when- conditionif condition  is not a suitable option, a declarative Jenkinsfile should not offer {code}when {  _expression_ { ... }}{code}at all?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43035) expression does not see imported classes

2017-03-27 Thread gastersta...@ehealthexperts.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Gasterstädt edited a comment on  JENKINS-43035  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: _expression_ does not see imported classes   
 

  
 
 
 
 

 
 As far as I understand, scripting is a valid option for declarative Jenkinsfiles. That is what{code :groovy }steps {  script { ... }}{code}is made for. Similar, the {{_expression_}} block of {{when}} is made for script blocks.Don't you think, that if scripting a when-conditionif is not a suitable option, a declarative Jenkinsfile should not offer {code :groovy }when {  _expression_ { ... }}{code}at all?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-25743) Unable to run HP ALM Functional test using Lab Management

2017-03-27 Thread ka...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yafim Kazak closed an issue as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-25743  
 
 
  Unable to run HP ALM Functional test using Lab Management   
 

  
 
 
 
 

 
Change By: 
 Yafim Kazak  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-40336) invalid login for second template in one vsphere cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal edited a comment on  JENKINS-40336  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: invalid login for second template in one vsphere cloud   
 

  
 
 
 
 

 
 I am noticing the same error as well though i am not using  windows  SSH   authentication! I will try to find out where the bug is{code:java}// Problem validatingorg.jenkinsci.plugins.vsphere.tools.VSphereException: java.lang.NullPointerException: None of url, username can be null. at org.jenkinsci.plugins.vsphere.tools.VSphere.(VSphere.java:78) at org.jenkinsci.plugins.vsphere.tools.VSphere.connect(VSphere.java:95) at org.jenkinsci.plugins.vSphereCloudSlaveTemplate$DescriptorImpl.doTestCloneParameters(vSphereCloudSlaveTemplate.java:473) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:335) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:175) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:108) 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$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at org.jenkinsci.plugins.ssegateway.Endpoint$SSEListenChannelFilter.doFilter(Endpoint.java:225) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at io.jenkins.blueocean.ResourceCacheControl.doFilter(ResourceCacheControl.java:134) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:220) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:197) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:110) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:49) at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:44) at {code}. Any pointers?  
 

  
 
 
 
 

 
 
 

[JIRA] (JENKINS-43124) Validation throws Null pointer more than one template for a vSphere cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal closed an issue as Incomplete  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Description is incomplete. Request admin to delete this ticket!  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-43124  
 
 
  Validation throws Null pointer more than one template for a vSphere cloud   
 

  
 
 
 
 

 
Change By: 
 Dipesh Mitthalal  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Incomplete  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-39403) Path separators in nested variables are not being escaped correctly when parsing the property file

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39403  
 
 
  Path separators in nested variables are not being escaped correctly when parsing the property file   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Summary: 
 Problem with path Path  separators  with jenkins 2.28 on windows  in nested variables are not being escaped correctly when parsing the property file  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-42996) Build step 'Execute HP tests using HP Performance Center' changed build result to UNSTABLE

2017-03-27 Thread t...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tal Abramovich assigned an issue to Oren Pelzman  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42996  
 
 
  Build step 'Execute HP tests using HP Performance Center' changed build result to UNSTABLE   
 

  
 
 
 
 

 
Change By: 
 Tal Abramovich  
 
 
Assignee: 
 Ofir Shaked Oren Pelzman  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43102) Add support for arm platform

2017-03-27 Thread nfalc...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolas Falco updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43102  
 
 
  Add support for arm platform   
 

  
 
 
 
 

 
Change By: 
 Nikolas Falco  
 
 
Summary: 
 Incorrect identification of Add support for  arm  binary at nodejs.org  platform  
 
 
Issue Type: 
 Bug Improvement  
 
 
Labels: 
 arm plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43124) Validation throws Null pointer more than one template for a vSphere cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43124  
 
 
  Validation throws Null pointer more than one template for a vSphere cloud   
 

  
 
 
 
 

 
Change By: 
 Dipesh Mitthalal  
 
 
Summary: 
 Validation throws Null pointer  more than one template for a  vSphere  cloud  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-31573) New line characters are not parsing correctly

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-31573  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: New line characters are not parsing correctly   
 

  
 
 
 
 

 
 Dirk Heinrichs there is a known issue with nested variables (JENKINS-39403), which may be a problem. Regarding the double backslashes in 1.92.1, it actually depends on the platforms behavior and on your use-cases  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43106) pipeline job hangs sporadically at checkout GitSCM

2017-03-27 Thread lev...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lev Tartakovsky updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43106  
 
 
  pipeline job hangs sporadically at checkout GitSCM   
 

  
 
 
 
 

 
Change By: 
 Lev Tartakovsky  
 
 
Attachment: 
 Capture.PNG  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-42549) Git checkout fails when running multiple jobs on same slave with 'java.lang.IllegalStateException: zip file closed' exception

2017-03-27 Thread easyn...@interia.pl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Waldemar Kotarba commented on  JENKINS-42549  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Git checkout fails when running multiple jobs on same slave with 'java.lang.IllegalStateException: zip file closed' exception   
 

  
 
 
 
 

 
 Same issue with Jenkins 2.19.2, Maven IntegrationPlugin 2.15.1, Java OpenJDK 1.7.0_111, Debian 8 64-bit  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-37739) Plugin not displaying Robot Test Summary correctly if robot framework task running in parallel in pipeline

2017-03-27 Thread pradeep....@nokia.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pradeep PT commented on  JENKINS-37739  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Plugin not displaying Robot Test Summary correctly if robot framework task running in parallel in pipeline   
 

  
 
 
 
 

 
 Is this issue fixed ?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-42961) Unable to compile the plugin

2017-03-27 Thread t...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tal Abramovich assigned an issue to Yafim Kazak  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-42961  
 
 
  Unable to compile the plugin
 

  
 
 
 
 

 
Change By: 
 Tal Abramovich  
 
 
Assignee: 
 Ofir Shaked Yafim Kazak  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-25743) Unable to run HP ALM Functional test using Lab Management

2017-03-27 Thread t...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tal Abramovich assigned an issue to Yafim Kazak  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-25743  
 
 
  Unable to run HP ALM Functional test using Lab Management   
 

  
 
 
 
 

 
Change By: 
 Tal Abramovich  
 
 
Assignee: 
 Ofir Shaked Yafim Kazak  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43035) expression does not see imported classes

2017-03-27 Thread gastersta...@ehealthexperts.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Gasterstädt commented on  JENKINS-43035  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: _expression_ does not see imported classes   
 

  
 
 
 
 

 
 As far as I understand, scripting is a valid option for declarative Jenkinsfiles. That is what 

 

Unable to find source-code formatter for language: groovy. Available languages are: actionscript, html, java, _javascript_, none, sql, xhtml, xml


steps {
  script { ... }
}
 

 is made for. Similar, the _expression_ block of when is made for script blocks. Don't you think, that if scripting a when-conditionif is not a suitable option, a declarative Jenkinsfile should not offer  

 

Unable to find source-code formatter for language: groovy. Available languages are: actionscript, html, java, _javascript_, none, sql, xhtml, xml


when {
  _expression_ { ... }
}
 

 at all?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

[JIRA] (JENKINS-43102) Incorrect identification of arm binary at nodejs.org

2017-03-27 Thread nfalc...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nikolas Falco commented on  JENKINS-43102  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Incorrect identification of arm binary at nodejs.org   
 

  
 
 
 
 

 
 The options could have no sense in case you have more different arm slaves. About nvm there are a lot of limitations 
 
Note: nvm does not support ... 
and requirements on the system! 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-40336) invalid login for second template in one vsphere cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal commented on  JENKINS-40336  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: invalid login for second template in one vsphere cloud   
 

  
 
 
 
 

 
 I am noticing the same error as well! I will try to find out where the bug is. Any pointers?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-40336) invalid login for second template in one vsphere cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal edited a comment on  JENKINS-40336  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: invalid login for second template in one vsphere cloud   
 

  
 
 
 
 

 
 I am noticing the same error as well  though i am not using windows authentication ! I will try to find out where the bug is. Any pointers?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-40336) invalid login for second template in one vsphere cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal edited a comment on  JENKINS-40336  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: invalid login for second template in one vsphere cloud   
 

  
 
 
 
 

 
 I am noticing the same error as well though i am not using windows authentication! I will try to find out where the bug is {code:java}// Problem validatingorg . jenkinsci.plugins.vsphere.tools.VSphereException: java.lang.NullPointerException: None of url, username can be null. at org.jenkinsci.plugins.vsphere.tools.VSphere.(VSphere.java:78) at org.jenkinsci.plugins.vsphere.tools.VSphere.connect(VSphere.java:95) at org.jenkinsci.plugins.vSphereCloudSlaveTemplate$DescriptorImpl.doTestCloneParameters(vSphereCloudSlaveTemplate.java:473) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:335) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:175) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:108) 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$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at org.jenkinsci.plugins.ssegateway.Endpoint$SSEListenChannelFilter.doFilter(Endpoint.java:225) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at io.jenkins.blueocean.ResourceCacheControl.doFilter(ResourceCacheControl.java:134) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:220) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:197) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:110) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:49) at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:44) at {code}.  Any pointers?  
 

  
 
 
 
 

 
 
 

[JIRA] (JENKINS-31573) New line characters are not parsing correctly

2017-03-27 Thread dirk.heinri...@recommind.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dirk Heinrichs commented on  JENKINS-31573  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: New line characters are not parsing correctly   
 

  
 
 
 
 

 
 What would be the best update strategy here? We just found out the hard way that updating the plugin to 1.93.1 breaks many of our Windows based builds, so we downgraded to 1.92.1 again. Would it be OK to first fix/double all backslashes and upgrade the plugin afterwards? (Or, i.o.w.: Can 1.92.1 handle the doubled backslashes?)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-9271) "AdjunctManager is not installed for this application" upon failed boot

2017-03-27 Thread davida2...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 davida2009 reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I am seeing this exception with Jenkins 2.52: 

 

AdjunctManager is not installed for this application. Skipping  tags
java.lang.Exception
	at org.kohsuke.stapler.jelly.AdjunctTag.doTag(AdjunctTag.java:74)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
	at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
	at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95)
	at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:63)
	at org.kohsuke.stapler.jelly.DefaultScriptInvoker.invokeScript(DefaultScriptInvoker.java:53)
	at org.kohsuke.stapler.jelly.JellyClassTearOff.serveIndexJelly(JellyClassTearOff.java:112)
	at org.kohsuke.stapler.jelly.JellyFacet.handleIndexRequest(JellyFacet.java:140)
	at org.kohsuke.stapler.IndexViewDispatcher.dispatch(IndexViewDispatcher.java:30)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:715)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:845)
	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:49)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:169)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:553)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at 

[JIRA] (JENKINS-42724) Windows Slaves Plugin: agent is not starting after upgrade to Jenkins 2.50

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated  JENKINS-42724  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 The fix has been released in 2.51. I and Daniel Beck have a follow-up to think about the detached version requirements to enforce update of Windows slaves to the latest version where possible  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-42724  
 
 
  Windows Slaves Plugin: agent is not starting after upgrade to Jenkins 2.50   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To 

[JIRA] (JENKINS-39403) Problem with path separators with jenkins 2.28 on windows

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39403  
 
 
  Problem with path separators with jenkins 2.28 on windows   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-39403) Problem with path separators with jenkins 2.28 on windows

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-39403  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Problem with path separators with jenkins 2.28 on windows   
 

  
 
 
 
 

 
 OK, now the issue is clear to me. No capacity to fix it in the short-term (the plugin is waiting for adoption anyway). If somebody has time to contribute, will be happy to review the changes and to get them integrated  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43125) RTC Support in Blue Ocean Pipeline Editor

2017-03-27 Thread stefan.heinri...@de.bosch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Heinrich created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43125  
 
 
  RTC Support in Blue Ocean Pipeline Editor   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 James Dumay  
 
 
Components: 
 blueocean-pipeline-editor-plugin, blueocean-plugin  
 
 
Created: 
 2017/Mar/27 10:12 AM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Stefan Heinrich  
 

  
 
 
 
 

 
 Hello We have a Blue Ocean Jenkins now. But at the moment it is not possible to use the BlueOcean Pipeline Editor with RTC. Will this be possible in the Future? At the Moment, we can only do this one with Git or GitHub. If yes, when it will be possible? Thank you  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 
   

[JIRA] (JENKINS-43125) RTC Support in Blue Ocean Pipeline Editor

2017-03-27 Thread jdu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-43125  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: RTC Support in Blue Ocean Pipeline Editor   
 

  
 
 
 
 

 
 RTC is Rational Team Concert I assume?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43124) Validation throws null pointer more than one template for a cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43124  
 
 
  Validation throws null pointer more than one template for a cloud   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 vsphere-cloud-plugin  
 
 
Created: 
 2017/Mar/27 9:41 AM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Dipesh Mitthalal  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are 

[JIRA] (JENKINS-37622) Jenkins crash on TestResult trend chart show

2017-03-27 Thread andr...@rytlig.dk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andreas Rytlig commented on  JENKINS-37622  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins crash on TestResult trend chart show   
 

  
 
 
 
 

 
 I also see this issue with openjdk version 9 Changing to openjdk version 8 fixed things. I would not consider this bug fixed but instead open.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43124) Validation throws Null pointer more than one template for a cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-43124  
 
 
  Validation throws Null pointer more than one template for a cloud   
 

  
 
 
 
 

 
Change By: 
 Dipesh Mitthalal  
 
 
Summary: 
 Validation throws  null  Null  pointer  more than one template for a cloud  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43103) ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0

2017-03-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-43103  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0   
 

  
 
 
 
 

 
 Likely it is a binary compatibility issue with other plugins suing Joda-time: https://github.com/search?utf8=%E2%9C%93=org%3Ajenkinsci+%22artifactId+joda-time%3C%2FartifactId%3E%22=Code . JaCoCo plugin gets it as a transient dependency from another plugin, hence there may be various collisions  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-40336) invalid login for second template in one vsphere cloud

2017-03-27 Thread dipesh....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dipesh Mitthalal edited a comment on  JENKINS-40336  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: invalid login for second template in one vsphere cloud   
 

  
 
 
 
 

 
 I am noticing the same error as well though i am not using SSH authentication! I will try to find out where the bug is {code:java}// Problem validatingorg . jenkinsci.plugins.vsphere.tools.VSphereException: java.lang.NullPointerException: None of url, username can be null.   at org.jenkinsci.plugins.vsphere.tools.VSphere.(VSphere.java:78)   at org.jenkinsci.plugins.vsphere.tools.VSphere.connect(VSphere.java:95) at org.jenkinsci.plugins.vSphereCloudSlaveTemplate$DescriptorImpl.doTestCloneParameters(vSphereCloudSlaveTemplate.java:473) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:335) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:175) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:108) 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$5.doDispatch(MetaClass.java:236) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at org.jenkinsci.plugins.ssegateway.Endpoint$SSEListenChannelFilter.doFilter(Endpoint.java:225) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at io.jenkins.blueocean.ResourceCacheControl.doFilter(ResourceCacheControl.java:134) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:220) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:197) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:85) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:110) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:49) at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:44) at {code}. Any pointers?    
 

  
 
 
 
 

 
 
 
   

[JIRA] (JENKINS-9271) "AdjunctManager is not installed for this application" upon failed boot

2017-03-27 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-9271  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: "AdjunctManager is not installed for this application" upon failed boot   
 

  
 
 
 
 

 
 davida2009 For reopening an issue that's several years old you're providing too little information. Please be more specific when/how this occurs.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43125) RTC Support in Blue Ocean Pipeline Editor

2017-03-27 Thread stefan.heinri...@de.bosch.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stefan Heinrich commented on  JENKINS-43125  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: RTC Support in Blue Ocean Pipeline Editor   
 

  
 
 
 
 

 
 yes Rational Team Concert.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43021) NotSerializableException while iterating over map,using values as buildID to download from number of builds

2017-03-27 Thread kjo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Walter resolved as Won't Fix  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Design of pipeline is direct cause of reported behavior. https://github.com/jenkinsci/workflow-cps-plugin/#technical-design    
 

  
 
 
 
 

 
 Jenkins /  JENKINS-43021  
 
 
  NotSerializableException while iterating over map,using values as buildID to download from number of builds   
 

  
 
 
 
 

 
Change By: 
 Paul Walter  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Won't Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving 

[JIRA] (JENKINS-43021) NotSerializableException while iterating over map,using values as buildID to download from number of builds

2017-03-27 Thread kjo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Walter commented on  JENKINS-43021  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NotSerializableException while iterating over map,using values as buildID to download from number of builds   
 

  
 
 
 
 

 
 TLDR: move logic from map iteration into list as this is a design flaw of pipeline map handling.   This issue can be closes as this is direct call from pipleline internal design : https://github.com/jenkinsci/workflow-cps-plugin/#technical-design   More info on stackoverflow: http://stackoverflow.com/questions/36636017/jenkins-groovy-how-to-call-methods-from-noncps-method-without-ending-pipeline      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43021) NotSerializableException while iterating over map,using values as buildID to download from number of builds

2017-03-27 Thread kjo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Paul Walter edited a comment on  JENKINS-43021  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: NotSerializableException while iterating over map,using values as buildID to download from number of builds   
 

  
 
 
 
 

 
 TLDR:move logic from map iteration into list as this is a design flaw of pipeline map handling. This issue can be  closes  closed  as this is direct call from pipleline internal design :[https://github.com/jenkinsci/workflow-cps-plugin/#technical-design] More info on stackoverflow:[http://stackoverflow.com/questions/36636017/jenkins-groovy-how-to-call-methods-from-noncps-method-without-ending-pipeline]    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-33433) jobs fail to "parse changelog" for pull requests with "catch-up" merges from destination branch

2017-03-27 Thread peter.willek...@kbc.be (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Peter Willekens commented on  JENKINS-33433  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: jobs fail to "parse changelog" for pull requests with "catch-up" merges from destination branch   
 

  
 
 
 
 

 
 I just reverted hp-application-automation-tools-plugin (from 5.1 back to 5.0) as I had the same stack trace as Raphael. It all seems to work again, so I didn't have to revert the scm-api which is still at 2.1.1 Lets hope it keeps working ...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43102) Incorrect identification of arm binary at nodejs.org

2017-03-27 Thread a...@chandlerfamily.org.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alan Chandler edited a comment on  JENKINS-43102  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Incorrect identification of arm binary at nodejs.org   
 

  
 
 
 
 

 
 Can't there be a configuration option to tell the plugin which version to use when its arm?  I have managed to work around it by using nvm to load node (which does detect the version correctly!) and then specifying a tool location in the slave configuration and tweaking my jenkinsfile such that when I am running steps on that particular agent using withEnv(["PATH+NODEJS=$\ \ {tool 'node  7.7.4 '}"]) \{  sh 'npm install'  sh 'npm run enviro'  sh 'npm run compose'}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43102) Incorrect identification of arm binary at nodejs.org

2017-03-27 Thread a...@chandlerfamily.org.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alan Chandler edited a comment on  JENKINS-43102  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Incorrect identification of arm binary at nodejs.org   
 

  
 
 
 
 

 
 Can't there be a configuration option to tell the plugin which version to use when its arm?  I have managed to work around it by using nvm to load node (which does detect the version correctly!) and then specifying a tool location in the slave configuration and tweaking my jenkinsfile such that when I am running steps on that particular agent using  withEnv(["PATH+NODEJS=$\ \ {tool 'node 7.7.4'}"]) \{   sh 'npm install'   sh 'npm run enviro'   sh 'npm run compose' }    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43103) ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0

2017-03-27 Thread ventura8_...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sergiu Alexandrescu commented on  JENKINS-43103  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: ClassNotFoundException org.joda.time.ReadablePartial: Jacoco plugin does not work after update from 2.1.0 to 2.2.0   
 

  
 
 
 
 

 
 I can confirm this issue exists in the 2.2.0 version  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-42284) 'chcp' is not recognized as an internal or external command, operable program or batch file.

2017-03-27 Thread lionel.cabas...@laposte.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lionel Cabasson commented on  JENKINS-42284  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: 'chcp' is not recognized as an internal or external command, operable program or batch file.   
 

  
 
 
 
 

 
 Hello, Maybe this user does not have access right to chcp or the user PATH environment variable does not contain its parent forlder. Could you try running Jenkins with the Local system user for the sake of testing ? I wanted to wait a little bit to see if there was any other user who encountered the same issue but it seems you're the only one so it's probably an environment specific problem. By the way, I will think about adding an option not to run chcp so that one can disable it if any problem arise. Regards Lionel  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43102) Incorrect identification of arm binary at nodejs.org

2017-03-27 Thread a...@chandlerfamily.org.uk (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alan Chandler commented on  JENKINS-43102  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Incorrect identification of arm binary at nodejs.org   
 

  
 
 
 
 

 
 Can't there be a configuration option to tell the plugin which version to use when its arm?   I have managed to work around it by using nvm to load node (which does detect the version correctly!) and then specifying a tool location in the slave configuration and tweaking my jenkinsfile such that when I am running steps on that particular agent using   withEnv(["PATH+NODEJS=$\{tool 'node'}"]) {   sh 'npm install'   sh 'npm run enviro'   sh 'npm run compose' }    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-32051) Testlink plugin doesn't update Testlink 1.9.14 TC's

2017-03-27 Thread muhammad.esmael...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Muhammad Esmaelgee commented on  JENKINS-32051  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Testlink plugin doesn't update Testlink 1.9.14 TC's   
 

  
 
 
 
 

 
 Hi there im having the same issue. anyone able to over come this please?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop 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-43062) SSH Host Key Verifiers are not configured for all SSH slaves

2017-03-27 Thread db...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Beck commented on  JENKINS-43062  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: SSH Host Key Verifiers are not configured for all SSH slaves   
 

  
 
 
 
 

 
 

I just sit 'Save', on each of the nodes without changing anything and the message went away...
 The reason this works is explained in the comment before yours. 

Still, an aggravation.
 Do you have a suggestion how go from 'no host key verification' to 'appropriate host key verification method as chosen by admin' without telling the admin about the problem? Seems to me that this works as intended (and is actually on the permissive side – imagine all SSH slaves refusing to connect until you've configured a host key verifier).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   >