[JIRA] (JENKINS-38805) User can run parametrised pipeline

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38805  
 
 
  User can run parametrised pipeline   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40794) Build state and time lost while updating from 2.30 to 2.39 and all plugins

2017-01-03 Thread webmas...@mheinzerling.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Heinzerling updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40794  
 
 
  Build state and time lost while updating from 2.30 to 2.39 and all plugins   
 

  
 
 
 
 

 
Change By: 
 Martin Heinzerling  
 
 
Issue Type: 
 Improvement Bug  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-26660) Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline

2017-01-03 Thread j...@vstone.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jan Vansteenkiste commented on  JENKINS-26660  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add another '-f' to git clean to remove deleted submodules or other repos checked out in workspace in pipeline   
 

  
 
 
 
 

 
 Adding the extra -f did not resolve the issue of submodules not being there yet in different branches: 

 
git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10
 > git submodule foreach --recursive git reset --hard # timeout=10
 > git submodule foreach git clean -fdx # timeout=10
Checking out Revision ab59656484b83bd33e8bdcca07116db660a27b61 (origin/feature/mcollective_modules)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ab59656484b83bd33e8bdcca07116db660a27b61
 > git rev-list ab59656484b83bd33e8bdcca07116db660a27b61 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -ffdx # timeout=10
 > git submodule foreach --recursive git reset --hard # timeout=10
 > git submodule foreach git clean -fdx # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config --get-regexp ^submodule # timeout=10
 > git config --get submodule.modules/upstream/accounts.url # timeout=10
...
> git submodule update modules/upstream/locales
FATAL: Command "git submodule update modules/upstream/locales" returned status code 1:
stdout: 
stderr: error: pathspec 'modules/upstream/locales' did not match any file(s) known to git.
Did you forget to 'git add'?

hudson.plugins.git.GitException: Command "git submodule update modules/upstream/locales" returned status code 1:
stdout: 
stderr: error: pathspec 'modules/upstream/locales' did not match any file(s) known to git.
Did you forget to 'git add'?

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1765)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1509)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:67)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1052)
	at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:102)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1149)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)

 

 In this case, the modules/upstream/locales was added in a previous build from a different branch. my solution was to remove submodule processing and execute git submodule init / sync / update myself.  
 

  
 
 
 

[JIRA] (JENKINS-37302) JNLP3 challenge response generates invalid string encoding

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37302  
 
 
  JNLP3 challenge response generates invalid string encoding   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Issue Type: 
 Improvement Bug  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38520) Every message in slave log appears twice with the -slaveLog option

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38520  
 
 
  Every message in slave log appears twice with the -slaveLog option   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Summary: 
 Every message in slave log appears twice  with the -slaveLog option  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40700) Display communication protocol in agent logs

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40700  
 
 
  Display communication protocol in agent logs   
 

  
 
 
 
 

 
 Added to my backlog  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40788) Config File Provider v 2.15.1 is not working

2017-01-03 Thread dan_albu...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Albu commented on  JENKINS-40788  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Config File Provider v 2.15.1 is not working   
 

  
 
 
 
 

 
 Connected as behavior   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40795) Serialization error for java.awt.Color

2017-01-03 Thread webmas...@mheinzerling.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Heinzerling created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40795  
 
 
  Serialization error for java.awt.Color   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2017/Jan/04 7:17 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Martin Heinzerling  
 

  
 
 
 
 

 
 I get an exception in relation to the JaCoCo plugin and need some help in understanding the root case: Caused by: java.lang.RuntimeException: Failed to serialize hudson.plugins.jacoco.model.CoverageGraphLayout$Plot#color for class hudson.plugins.jacoco.model.CoverageGraphLayout$Plot But color is java.awt.Color and Serializable? Full trace: 

 

java.lang.RuntimeException: Failed to serialize hudson.model.Actionable#actions for class org.jenkinsci.plugins.workflow.job.WorkflowRun
	at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:256)
	at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:224)
	at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:138)
	at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:209)
	at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:150)
	at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69)
	at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58)
	at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43)
	at com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82)
	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37)
	at com.thoughtworks.xstream.XStream.marshal(XStream.java:1026)
	at 

[JIRA] (JENKINS-40700) Display communication protocol in agent logs

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Oleg Nenashev  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40700  
 
 
  Display communication protocol in agent logs   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40592) Configuring SSH remote host for Mac slave isn't working

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-40592  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Configuring SSH remote host for Mac slave isn't working   
 

  
 
 
 
 

 
 System Logs could provide more details about the issue. Commonly Jenkins dumps a more detailed error there (not sure about this case).  My guess is that the SSH server on your Macbook does not accept all encryption algorithms supported in Jenkins. See JENKINS-33021. In such case you may need to relax the security settings in your SSH server configuration  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40270) Unable to create new jenkins job - Blank page issue

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev resolved as Incomplete  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 No response from the requester  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-40270  
 
 
  Unable to create new jenkins job - Blank page issue   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Incomplete  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40788) Config File Provider v 2.15.1 is not working

2017-01-03 Thread dan_albu...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Albu commented on  JENKINS-40788  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Config File Provider v 2.15.1 is not working   
 

  
 
 
 
 

 
 Same behaviour as: https://issues.jenkins-ci.org/browse/JENKINS-40773   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40788) Config File Provider v 2.15.1 is not working

2017-01-03 Thread dan_albu...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Dan Albu edited a comment on  JENKINS-40788  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Config File Provider v 2.15.1 is not working   
 

  
 
 
 
 

 
 Same  behaviour  behavior  as: https://issues.jenkins-ci.org/browse/JENKINS-40773   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40470) Jobs didn't finish on Solaris 11 Intel node

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated  JENKINS-40470  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40470  
 
 
  Jobs didn't finish on Solaris 11 Intel node   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40470) Jobs didn't finish on Solaris 11 Intel node

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev started work on  JENKINS-40470  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40470) Jobs didn't finish on Solaris 11 Intel node

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


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-40470  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jobs didn't finish on Solaris 11 Intel node   
 

  
 
 
 
 

 
 So there is another fix: https://github.com/jenkinsci/jenkins/pull/2701 . It may be preferable since it does not revert other changes. Additional testing will be appreciated  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40794) Build state and time lost while updating from 2.30 to 2.39 and all plugins

2017-01-03 Thread webmas...@mheinzerling.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Heinzerling updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40794  
 
 
  Build state and time lost while updating from 2.30 to 2.39 and all plugins   
 

  
 
 
 
 

 
Change By: 
 Martin Heinzerling  
 

  
 
 
 
 

 
 I updated our Jenkins yesterday from 2.30 to 2.39. I also updates all plugins to a current version, so the root cause might not necessarily be in the core.Most of my pipeline projects look like the attached screenshot. Some builds lost their time and the state is blinking red. Non-pipeline projects seems to fine.  And some details of the build seems to be still available. I please need a hint to debug this  further .  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40794) Build state and time lost while updating from 2.30 to 2.39 and all plugins

2017-01-03 Thread webmas...@mheinzerling.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Heinzerling updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40794  
 
 
  Build state and time lost while updating from 2.30 to 2.39 and all plugins   
 

  
 
 
 
 

 
Change By: 
 Martin Heinzerling  
 
 
Attachment: 
 build_539.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40794) Build state and time lost while updating from 2.30 to 2.39 and all plugins

2017-01-03 Thread webmas...@mheinzerling.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martin Heinzerling created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40794  
 
 
  Build state and time lost while updating from 2.30 to 2.39 and all plugins   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 project_state_time.png  
 
 
Components: 
 core  
 
 
Created: 
 2017/Jan/04 7:03 AM  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Martin Heinzerling  
 

  
 
 
 
 

 
 I updated our Jenkins yesterday from 2.30 to 2.39. I also updates all plugins to a current version, so the root cause might not necessarily be in the core. Most of my pipeline projects look like the attached screenshot. Some builds lost their time and the state is blinking red. Non-pipeline projects seems to fine. I please need a hint to debug this.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
   

[JIRA] (JENKINS-39341) Update favourite card design

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39341  
 
 
  Update favourite card design   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Josh McDonald  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40163) Baseline shift in breadcrumbs

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40163  
 
 
  Baseline shift in breadcrumbs   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Josh McDonald  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40202) Action buttons are misaligned

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40202  
 
 
  Action buttons are misaligned   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Josh McDonald  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39298) Text decoration on collapsed result modal breadcrumb looks strange.

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39298  
 
 
  Text decoration on collapsed result modal breadcrumb looks strange.   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Josh McDonald  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37834) Spacing and alignment of "action" icons is inconsistent

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


 
 
 
 

 
 
 

 
   
 James Dumay assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37834  
 
 
  Spacing and alignment of "action" icons is inconsistent   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Assignee: 
 Josh McDonald  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-39763) Update pipeline run header

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


 
 
 
 

 
 
 

 
   
 James Dumay started work on  JENKINS-39763  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40723) Built Dockerfile images are never removed

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


 
 
 
 

 
 
 

 
   
 James Dumay commented on  JENKINS-40723  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Built Dockerfile images are never removed   
 

  
 
 
 
 

 
 Playing devils advocate here but should we really be in the business of docker image lifecycle management? There are tools like docker-gc that can take care of all of that for you.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40470) Jobs didn't finish on Solaris 11 Intel node

2017-01-03 Thread p2020...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Minoru Sakamoto commented on  JENKINS-40470  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jobs didn't finish on Solaris 11 Intel node   
 

  
 
 
 
 

 
 I tried PR2681 and confirmed that this problem was solved on Solaris 11.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-37478) OWASP does not release files from scan

2017-01-03 Thread steve.spring...@owasp.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Springett commented on  JENKINS-37478  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: OWASP does not release files from scan   
 

  
 
 
 
 

 
 Attempted to reproduce with Jenkins plugin 1.4.4 on Windows 10 running Jenkins 2.32.1 and Workspace Cleanup Plugin 0.32 and could not reproduce. The workspace is deleted after the build completes. Cannot reproduce.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38982) User would like to have a fast smart search to find jobs from the dashboard

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38982  
 
 
  User would like to have a fast smart search to find jobs from the dashboard   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 * In Scope :  * * Add a search box to the dashboard to filter the dashboard contents by name* As the user types the contents of the dashboard page changes to match the query* keyboard shortcut to invoke search  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38982) User would like to have a fast smart search to find jobs from the dashboard

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38982  
 
 
  User would like to have a fast smart search to find jobs from the dashboard   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 In Scope: *  Design  Add  a search box /feature  to  find jobs anywhere in  the  current instance/org  dashboard to filter the dashboard contents by name *  Search results listing/matches  As the user types the contents of the dashboard page changes to match the query * keyboard shortcut to invoke search  (possibly).   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-38982) User would like to have a fast smart search to find jobs from the dashboard

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


 
 
 
 

 
 
 

 
   
 James Dumay updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38982  
 
 
  User would like to have a fast smart search to find jobs from the dashboard   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 

  
 
 
 
 

 
 In Scope: * Design a search box/feature to find jobs anywhere in the current instance/org* Search results listing/matches*  Easy way to open or favorite a found result(s)*  keyboard shortcut to invoke search (possibly).  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated  JENKINS-16464  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 Reopened Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao started work on  JENKINS-16464  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Resolution: 
 Not A Defect  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step3.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step4.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step5done.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step2.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-19374) issue with HP Application Automation Tools plugin - error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao edited a comment on  JENKINS-19374  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: issue with HP Application Automation Tools plugin - error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the add-in form: http://Almserver:Portnumber/qcbin/TDConnectivity_index.html
 

  
 
 
 
 

 
 Environment setups:Jenkins 1.642.4hp-application-automation-tools-plugin 5.0.1-beta-SNAPSHOTALM 12.01UFT 14.0 build 1708Win10 64 EN (Master)Win10 64 EN (Slave)The problem is caused by ALM Client registration, users need to register ALM client manually.how to solve this problem:1. right click Internet Explorer icon on your desktop2. select "Run as Administrator"3. navigate to your ALM server4. click "Tools"5. click "HP ALM Client Registration"6. click "Register HP ALM"7. wait for the process to complete, close the windowNow you should be able to run test on ALM.Please see attached screenshots for detailsHowever, I tried to config JNLP to run as windows service, it works fine just as I start JNLP manually.Before ALM client is manually registered, neither run from Jenkins or Run from command prompt by typing "HpToolsLauncher.exe -paramfile propsx.txt" would work. After registering ALM client by the steps mentioned above, both command prompt and run from Jenkins worked fine.If the problem still exists, please download the 7z package attached and replace all three exe files on your computer accordingly.1. run from Jenkins, collect Jenkins console output, this run should fail. check if jenkinsslave service is running.2. run from command prompt, collect console output in command window, this run should success. check if jenkinsslave service is running.attach the logs or screenshots to this defect, and specify if the jenkinsslave service is running, so i can investigate further. Thank you. duplicate defects: JENKINS-40736 JENKINS-16464 JENKINS-29957  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   

[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao edited a comment on  JENKINS-16464  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Could not create scheduler   
 

  
 
 
 
 

 
 Tested with ALM 12.01 + UFT 14.0 build 1708 + Win10 64 EN (Master) + Win10 64 EN (Slave)The problem This  is  caused by ALM Client registration  a duplicated defect ,  users need  please refer  to  register ALM client manually.how to solve this problem:1. right click Internet Explorer icon on your desktop2. select "Run as Administrator"3. navigate to your ALM server4. click "Tools"5. click "HP ALM Client Registration"6. click "Register HP ALM"7. wait  JENKINS-19374  for  the process to complete, close the windowNow you should be able to run test on ALM  solution . Please see attached screenshots for details  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-19374) issue with HP Application Automation Tools plugin - error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao edited a comment on  JENKINS-19374  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: issue with HP Application Automation Tools plugin - error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the add-in form: http://Almserver:Portnumber/qcbin/TDConnectivity_index.html
 

  
 
 
 
 

 
 Environment setups:Jenkins 1.642.4hp-application-automation-tools-plugin 5.0.1-beta-SNAPSHOTALM 12.01UFT 14.0 build 1708Win10 64 EN (Master)Win10 64 EN (Slave)The problem is caused by ALM Client registration, users need to register ALM client manually.how to solve this problem:1. right click Internet Explorer icon on your desktop2. select "Run as Administrator"3. navigate to your ALM server4. click "Tools"5. click "HP ALM Client Registration"6. click "Register HP ALM"7. wait for the process to complete, close the windowNow you should be able to run test on ALM.Please see attached screenshots for detailsHowever, I tried to config JNLP to run as windows service, it works fine just as I start JNLP manually.Before ALM client is manually registered, neither run from Jenkins or Run from command prompt by typing "HpToolsLauncher.exe -paramfile propsx.txt" would work. After registering ALM client by the steps mentioned above, both command prompt and run from Jenkins worked fine.If the problem still exists, please download the 7z package attached and replace all three exe files on your computer accordingly. Run the test twice to collect logs. 1. run from Jenkins, collect Jenkins console output, this run should fail . check if jenkinsslave service is running. 2. run from command prompt, collect console output in command window, this run should success.  check if jenkinsslave service is running. attach the logs or screenshots to this defect , and specify if the jenkinsslave service is running,  so i can investigate further.  Thank you.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   

[JIRA] (JENKINS-19374) issue with HP Application Automation Tools plugin - error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-19374  
 
 
  issue with HP Application Automation Tools plugin - error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the add-in form: http://Almserver:Portnumber/qcbin/TDConnectivity_index.html
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step1.png  
 
 
Attachment: 
 step2.png  
 
 
Attachment: 
 step3.png  
 
 
Attachment: 
 step4.png  
 
 
Attachment: 
 step5done.png  
 
 
Attachment: 
 scheduler issue.7z  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

   

[JIRA] (JENKINS-19374) issue with HP Application Automation Tools plugin - error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao commented on  JENKINS-19374  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: issue with HP Application Automation Tools plugin - error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the add-in form: http://Almserver:Portnumber/qcbin/TDConnectivity_index.html
 

  
 
 
 
 

 
 Environment setups: Jenkins 1.642.4 hp-application-automation-tools-plugin 5.0.1-beta-SNAPSHOT ALM 12.01 UFT 14.0 build 1708 Win10 64 EN (Master) Win10 64 EN (Slave) The problem is caused by ALM Client registration, users need to register ALM client manually. how to solve this problem: 1. right click Internet Explorer icon on your desktop 2. select "Run as Administrator" 3. navigate to your ALM server 4. click "Tools" 5. click "HP ALM Client Registration" 6. click "Register HP ALM" 7. wait for the process to complete, close the window Now you should be able to run test on ALM. Please see attached screenshots for details However, I tried to config JNLP to run as windows service, it works fine just as I start JNLP manually. Before ALM client is manually registered, neither run from Jenkins or Run from command prompt by typing "HpToolsLauncher.exe -paramfile propsx.txt" would work. After registering ALM client by the steps mentioned above, both command prompt and run from Jenkins worked fine. If the problem still exists, please download the 7z package attached and replace all three exe files on your computer accordingly. Run the test twice to collect logs. 1. run from Jenkins, collect Jenkins console output, this run should fail 2. run from command prompt, collect console output in command window, this run should success. attach the logs or screenshots to this defect so i can investigate further.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  

[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step4.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step5done.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40793) Make errors more easily 'machine parseable'

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


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-40793  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make errors more easily 'machine parseable'   
 

  
 
 
 
 

 
 Yeah, something like that can be done. Let me sleep on it.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step3.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao commented on  JENKINS-29957  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Could not create scheduler   
 

  
 
 
 
 

 
 This is a duplicated defect, please refer to JENKINS-19374 for solution.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Comment: 
 Tested with ALM 12.01 + UFT 14.0 build 1708 + Win10 64 EN (Master) + Win10 64 EN (Slave)The problem is caused by ALM Client registration, users need to register ALM client manually.how to solve this problem:1. right click Internet Explorer icon on your desktop2. select "Run as Administrator"3. navigate to your ALM server4. click "Tools"5. click "HP ALM Client Registration"6. click "Register HP ALM"7. wait for the process to complete, close the windowNow you should be able to run test on ALM.Please see attached screenshots for details  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao commented on  JENKINS-40736  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
 This is a duplicated defect, please refer to JENKINS-19374 for solution.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step2.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step3.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step4.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step5done.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step2.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Comment: 
 Tested with ALM 12.01 + UFT 14.0 build 1708 + Win10 64 EN (Master) + Win10 64 EN (Slave)The problem is caused by ALM Client registration, users need to register ALM client manually.how to solve this problem:1. right click Internet Explorer icon on your desktop2. select "Run as Administrator"3. navigate to your ALM server4. click "Tools"5. click "HP ALM Client Registration"6. click "Register HP ALM"7. wait for the process to complete, close the windowNow you should be able to run test on ALM.Please see attached screenshots for details  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao commented on  JENKINS-29957  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Could not create scheduler   
 

  
 
 
 
 

 
 Tested with ALM 12.01 + UFT 14.0 build 1708 + Win10 64 EN (Master) + Win10 64 EN (Slave) The problem is caused by ALM Client registration, users need to register ALM client manually. how to solve this problem: 1. right click Internet Explorer icon on your desktop 2. select "Run as Administrator" 3. navigate to your ALM server 4. click "Tools" 5. click "HP ALM Client Registration" 6. click "Register HP ALM" 7. wait for the process to complete, close the window Now you should be able to run test on ALM. Please see attached screenshots for details  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-29957) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-29957  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step2.png  
 
 
Attachment: 
 step3.png  
 
 
Attachment: 
 step4.png  
 
 
Attachment: 
 step5done.png  
 
 
Attachment: 
 step1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao resolved as Not A Defect  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Not A Defect  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Priority: 
 Blocker Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40788) Config File Provider v 2.15.1 is not working

2017-01-03 Thread rfik...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Reza Fikree updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40788  
 
 
  Config File Provider v 2.15.1 is not working   
 

  
 
 
 
 

 
Change By: 
 Reza Fikree  
 

  
 
 
 
 

 
 Tested regular freestyle job with Maven build step (top level)Simple Java EE 7 war fileSelected Settings File (MySettings)Executed job. No errors but MySettings was not used and there was a warning in the console log from MvnSettingsProvider.java (line 80)  {code:java} listener.getLogger().println("ERROR: your Apache Maven build is setup to use a config with id " + settingsConfigId + " but can not find the config"); {code}   Downgraded to 2.13Ran the test jobSuccess:using settings config with name MySettingsReplacing all maven server entries not found in credentials list is true  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated  JENKINS-16464  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 Reopened Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao commented on  JENKINS-16464  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Could not create scheduler   
 

  
 
 
 
 

 
 Tested with ALM 12.01 + UFT 14.0 build 1708 + Win10 64 EN (Master) + Win10 64 EN (Slave) The problem is caused by ALM Client registration, users need to register ALM client manually. how to solve this problem: 1. right click Internet Explorer icon on your desktop 2. select "Run as Administrator" 3. navigate to your ALM server 4. click "Tools" 5. click "HP ALM Client Registration" 6. click "Register HP ALM" 7. wait for the process to complete, close the window Now you should be able to run test on ALM. Please see attached screenshots for details  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Closed Reopened  
 
 
Assignee: 
 Ofir Shaked xiwen zhao  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao started work on  JENKINS-16464  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-16464) Could not create scheduler

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-16464  
 
 
  Could not create scheduler   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step1.png  
 
 
Attachment: 
 step2.png  
 
 
Attachment: 
 step3.png  
 
 
Attachment: 
 step4.png  
 
 
Attachment: 
 step5done.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-40793) Make errors more easily 'machine parseable'

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


 
 
 
 

 
 
 

 
   
 Keith Zantow created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40793  
 
 
  Make errors more easily 'machine parseable'   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Andrew Bayer  
 
 
Components: 
 blueocean-pipeline-editor-plugin, pipeline-model-definition-plugin  
 
 
Created: 
 2017/Jan/04 1:56 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Keith Zantow  
 

  
 
 
 
 

 
 Currently errors from pipeline JSON to PMD are returned in a textual way that makes it awkward for tools to consume them and display appropriate contextual errors, for example: At /pipeline/stages/1/branches/0/steps: Array has 0 entries, requires minimum of 1 It would be helpful if these errors were split somehow into a location and message, e.g.: 

 

{ location: '/pipeline/stages/1/branches/0/steps', message: 'Array has 0 entries, requires minimum of 1' }
 

 or even:  

 

{ location: [ 'pipeline', 'stages', 1, 'branches', 0, 'steps' ], code: 'EMPTY_ARRAY_NOT_ALLOWED', message: 'Array has 0 entries, requires minimum of 1' }
 

 Or maybe something different. This would make it easier for tools to consume without having to parse a potentially volatile (and localized) text format.  
 

  
 
 
 
 

[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao commented on  JENKINS-40736  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
 Tested with ALM 12.01 + UFT 14.0 build 1708 + Win10 64 EN (Master) + Win10 64 EN (Slave) The problem is caused by ALM Client registration, users need to register ALM client manually. how to solve this problem: 1. right click Internet Explorer icon on your desktop 2. select "Run as Administrator" 3. navigate to your ALM server 4. click "Tools" 5. click "HP ALM Client Registration" 6. click "Register HP ALM" 7. wait for the process to complete, close the window Now you should be able to run test on ALM. Please see attached screenshots for details  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Attachment: 
 step5done.png  
 
 
Attachment: 
 step1.png  
 
 
Attachment: 
 step2.png  
 
 
Attachment: 
 step3.png  
 
 
Attachment: 
 step4.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins 

[JIRA] (JENKINS-40619) Visualizing (list of sequential steps) as groups, as part of one stage

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


 
 
 
 

 
 
 

 
   
 James Dumay resolved as Duplicate  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 On further inspection this seems like a use case that could be covered by nested stages. Closing this ticket as a duplicate of JENKINS-38442 but we will review these and other linked tickets when cooking up a solution.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-40619  
 
 
  Visualizing (list of sequential steps) as groups, as part of one stage   
 

  
 
 
 
 

 
Change By: 
 James Dumay  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Duplicate  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-33401) Credentials Integration

2017-01-03 Thread keithc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Keith Collison updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-33401  
 
 
  Credentials Integration   
 

  
 
 
 
 

 
Change By: 
 Keith Collison  
 
 
Environment: 
 Liquibase Runner Plugin 1.2.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

2017-01-03 Thread keithc...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Keith Collison updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40707  
 
 
  Pipeline support   
 

  
 
 
 
 

 
Change By: 
 Keith Collison  
 
 
Environment: 
 Liquibase Runner Plugin 1.2.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40736  
 
 
  Jenkins to schedule a test to run from ALM   
 

  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Priority: 
 Blocker Major  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40736) Jenkins to schedule a test to run from ALM

2017-01-03 Thread xiwen.z...@hpe.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 xiwen zhao started work on  JENKINS-40736  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 xiwen zhao  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30700) Make Cobertura plug-in support the workflow plugin

2017-01-03 Thread aravind_i...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aravind Krishna commented on  JENKINS-30700  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make Cobertura plug-in support the workflow plugin   
 

  
 
 
 
 

 
 Yibin Sheng how do you use HTML publisher to publish cobertura reports (when there are multiple), do you have any example?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-30700) Make Cobertura plug-in support the workflow plugin

2017-01-03 Thread aravind_i...@yahoo.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aravind Krishna commented on  JENKINS-30700  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Make Cobertura plug-in support the workflow plugin   
 

  
 
 
 
 

 
  We are also waiting for this, and currently this is the only blocker for us to move to Pipeline based jobs.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: pom.xml src/docs/1.2.0-release-notes.md src/docs/confluence.txt src/main/java/org/jenkinsci/plugins/liquibase/common/PropertiesAssembler.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilder.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/BuildChangeExecListener.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/ChangesetEvaluator.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/ExecutedChangesetAction.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStep.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuilder.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RolledbackChangesetAction.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/AbstractLiquibaseStep.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseUpdateBuildStep.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseUpdateExecution.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseWorkflowUtil.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/RollbackStep.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/RollbackStepExecution.java src/main/resources/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilder/liquibase-common-config.jelly src/main/resources/org/jenkinsci/plugins/liquibase/evaluator/ChangesetEvaluator/help-changeLogParameters.html src/main/resources/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStep/config.jelly src/main/resources/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuilder/config.jelly src/main/resources/org/jenkinsci/plugins/liquibase/workflow/AbstractLiquibaseStep/config.jelly src/main/resources/org/jenkinsci/plugins/liquibase/workflow/LiquibaseUpdateBuildStep/config.jelly src/main/resources/org/jenkinsci/plugins/liquibase/workflow/RollbackStep/config.jelly src/main/webapp/help-changeLogParameters.html src/test/java/org/jenkinsci/plugins/liquibase/common/BuilderStub.java src/test/java/org/jenkinsci/plugins/liquibase/common/CredentialsTest.java src/test/java/org/jenkinsci/plugins/liquibase/common/PropertiesAssemblerTest.java src/test/java/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilderTest.java src/test/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStepTest.java src/test/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuilderTest.java src/test/java/org/jenkinsci/plugins/liquibase/integration/ChangesetEvaluatorBuildResultTest.java src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibasePipelineTest.java src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibaseTestUtil.java src/test/java/org/jenkinsci/plugins/liquibase/integration/RollbackResultTest.java src/test/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseWorkflowUtilTest.java src/test/resources/example-changesets/yaml-changeset-sunnyday.yml src/test/resources/example-pipeline.groovy src/test/resources/ideal-pipeline.groovy src/test/resources/pipeline-with-changelog-params.groovy src/test/resources/pipeline-with-ws-token.groovy src/test/resources/rollback-pipeline-template.groovy src/test/resources/sample-pipline.groovy http://jenkins-ci.org/commit/liquibase-runner-plugin/8a5d9961760781775e5778373233790192e80d1e Log: Merge branch 'feature/JENKINS-40707-pipeline-support' into develop Compare: https://github.com/jenkinsci/liquibase-runner-plugin/compare/7c865b8427bf...8a5d99617607  
 

[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/test/java/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilderTest.java http://jenkins-ci.org/commit/liquibase-runner-plugin/4e6d4dbc4d7f5ecc92a533ad385a4ef4e78223aa Log: JENKINS-40707 conditional macro behavior  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/docs/confluence.txt src/main/java/org/jenkinsci/plugins/liquibase/workflow/RollbackStep.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/RollbackStepExecution.java src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibaseTestUtil.java src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibaseUpdateBuildStepTest.java src/test/resources/rollback-pipeline-template.groovy http://jenkins-ci.org/commit/liquibase-runner-plugin/37eee90824cbde24c5f631ac1097e1f33ad2ff46 Log: JENKINS-40707 better method names, better rollback build step test  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/main/java/org/jenkinsci/plugins/liquibase/common/PropertiesAssembler.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/ChangesetEvaluator.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStep.java http://jenkins-ci.org/commit/liquibase-runner-plugin/9ffa9f744be0fb0764706e663f70813ef5294217 Log: JENKINS-40707 added recommended deprecated tags  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/main/java/org/jenkinsci/plugins/liquibase/common/PropertiesAssembler.java src/test/java/org/jenkinsci/plugins/liquibase/common/PropertiesAssemblerTest.java http://jenkins-ci.org/commit/liquibase-runner-plugin/ae1ff9045f7396c8b78cec9db3502225cdc10dce Log: JENKINS-40707 leaving tokens alone when we are in a pipeline. Some resulting ugliness should be a candidate for refactoring  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/docs/1.2.0-release-notes.md http://jenkins-ci.org/commit/liquibase-runner-plugin/d77241cd0918e33b7ab7ab48321f09b81a98b9a0 Log: JENKINS-40707 added to release notes  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/main/java/org/jenkinsci/plugins/liquibase/common/PropertiesAssembler.java http://jenkins-ci.org/commit/liquibase-runner-plugin/624d1df287fb80327aed2f5782fd2b4beb493c4c Log: JENKINS-40707 javadoc change  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/main/java/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilder.java http://jenkins-ci.org/commit/liquibase-runner-plugin/4aa8744a3a9706b229855177d8ec66b9002a5978 Log: JENKINS-40707 resolve macros only on abstract builds  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: pom.xml http://jenkins-ci.org/commit/liquibase-runner-plugin/49e3f390270a48bb27f58804fb32ef220c830140 Log: JENKINS-40707 corrected versions of upstream dependencies  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: pom.xml src/main/java/org/jenkinsci/plugins/liquibase/evaluator/ChangesetEvaluator.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStep.java src/test/java/org/jenkinsci/plugins/liquibase/integration/EvaluatorInPipelineTest.java src/test/resources/sample-pipline.groovy http://jenkins-ci.org/commit/liquibase-runner-plugin/f87003e755e5b711aa1b099b86941c51f83024f0 Log: JENKINS-40707 updated constructors, as well as sample pipeline script  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: pom.xml src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseUpdateBuildStep.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseUpdateExecution.java src/test/java/org/jenkinsci/plugins/liquibase/integration/EvaluatorInPipelineTest.java src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibaseUpdateBuildStepTest.java src/test/resources/ideal-pipeline.groovy src/test/resources/pipeline-with-ws-token.groovy http://jenkins-ci.org/commit/liquibase-runner-plugin/16705668dfa6a9a3839403a22fcd1b202074 Log: JENKINS-40707 creation of update pipeline class, allowing "liquibaseUpdate" to be used in pipeline script  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: pom.xml src/docs/confluence.txt src/main/java/org/jenkinsci/plugins/liquibase/common/PropertiesAssembler.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/AbstractLiquibaseStep.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseUpdateBuildStep.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseUpdateExecution.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/LiquibaseWorkflowUtil.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/RollbackStep.java src/main/java/org/jenkinsci/plugins/liquibase/workflow/RollbackStepExecution.java src/test/java/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilderTest.java src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibaseTestUtil.java src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibaseUpdateBuildStepTest.java src/test/java/org/jenkinsci/plugins/liquibase/integration/RollbackResultTest.java src/test/resources/example-changesets/yaml-changeset-sunnyday.yml src/test/resources/ideal-pipeline.groovy src/test/resources/rollback-pipeline-template.groovy http://jenkins-ci.org/commit/liquibase-runner-plugin/fb8f1cc1d1da0f1615c8f8a1210be3849aaacd18 Log: JENKINS-40707 provided build steps for liquibase operations.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/main/java/org/jenkinsci/plugins/liquibase/common/PropertiesAssembler.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilder.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/BuildChangeExecListener.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/ChangesetEvaluator.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/ExecutedChangesetAction.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RollbackBuildStep.java src/main/java/org/jenkinsci/plugins/liquibase/evaluator/RolledbackChangesetAction.java src/test/java/org/jenkinsci/plugins/liquibase/common/BuilderStub.java src/test/java/org/jenkinsci/plugins/liquibase/common/CredentialsTest.java src/test/java/org/jenkinsci/plugins/liquibase/evaluator/AbstractLiquibaseBuilderTest.java src/test/resources/sample-pipline.groovy http://jenkins-ci.org/commit/liquibase-runner-plugin/9b663822166b486d719e2a92ff54adb8c9ad9f70 Log: JENKINS-40707 updated to use newer APIs, including: 
 
using Run insead of AbstractBuild) 
using TaskListener, not BuildListener added what pipeline script should look like 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins 

[JIRA] (JENKINS-40707) Pipeline support

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


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-40707  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support   
 

  
 
 
 
 

 
 Code changed in jenkins User: propspero238 Path: src/test/java/org/jenkinsci/plugins/liquibase/integration/LiquibaseUpdateBuildStepTest.java http://jenkins-ci.org/commit/liquibase-runner-plugin/085707e93f720473ec7a01ffce2d234cd8da68cd Log: JENKINS-40707 tidying  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-40792) Pipeline Maven fails when configured to use settings.xml from config file provider

2017-01-03 Thread rfik...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Reza Fikree created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40792  
 
 
  Pipeline Maven fails when configured to use settings.xml from config file provider   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Alvaro Lobato  
 
 
Components: 
 pipeline-maven-plugin  
 
 
Created: 
 2017/Jan/04 1:05 AM  
 
 
Environment: 
 Linux RHEL 7.3  Windows 10  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Reza Fikree  
 

  
 
 
 
 

 
 Pipeline Example 

 

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


node('master') {
stage('Checkout') {
git(
url: 'git@-:pipeline/pipeline-java.git',
branch: 'develop'
)
}
stage('Build') {
withMaven(jdk: 'jdk_8u112', maven: 'M3', mavenSettingsConfig: '219cf7fb-31d1-4b7f-b96b-7b65567b49f5') {
sh("mvn clean -f Test1/pom.xml")
}
}
}
 

 
 With latest version 0.5 maven build fails with error: 

 

java.lang.NoSuchMethodError: 

[JIRA] (JENKINS-40164) warnings pipeline parallel obtian "results"

2017-01-03 Thread jacob.kel...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jacob Keller commented on  JENKINS-40164  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: warnings pipeline parallel obtian "results"   
 

  
 
 
 
 

 
  JENKINS-30551 is related but not identical to this issue. Basically, what I want to be able to do is to run the warnings plugin inside a parallel branch, so that I can scan warnings for a particular log file generated differently for each parallel branch. In this case, each branch is running on a separate node, and each node is a different version of the Linux Kernel, I am compiling a driver. I need to be able to determine the outcome of the warnings step inside the parallel branch. Unfortunately, the warnings plugin sets the entire job status, so if I just check the buildStatus variable directly, I am unable to determine whether the failure was this node or some other node, as the process is being run in parallel. Ideally, a separate pipeline specific step would be introduced which can run the warnings plugin and throws an exception when it fails. I could then catch the exception in the pipeline script, and handle it in various ways. My current job wants to rename a file to indicate whether the log has warnings or not. Finally, JENKINS-30551 is about making the display of multiple parallel branches work correctly which is a good thing but is not exactly related to my problem.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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

[JIRA] (JENKINS-40055) p4-plugin exception when used with the shared pipeline libraries plugin. p4.tasks.AbstractTask.setEnvironment

2017-01-03 Thread jenk...@richardlee.name (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Lee commented on  JENKINS-40055  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: p4-plugin exception when used with the shared pipeline libraries plugin. p4.tasks.AbstractTask.setEnvironment   
 

  
 
 
 
 

 
 Has there been any motion on this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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


  1   2   3   4   >