Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/SCTMExecutor-plugin
  Commit: 2a74b0d5cf933c2fafda9d1599fcb73a83ae926e
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/2a74b0d5cf933c2fafda9d1599fcb73a83ae926e
  Author: Sebastian Kornexl <sebastian.korn...@borland.com>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/jenkinsci/master'


  Commit: 9616475b8a1c9e46f8a46a8833e34bb3a33200ee
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/9616475b8a1c9e46f8a46a8833e34bb3a33200ee
  Author: Sebastian Kornexl <sebastian.korn...@borland.com>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M src/main/java/hudson/plugins/sctmexecutor/service/SCTMService.java

  Log Message:
  -----------
  Cannot start execution definition/folder 'null'  - InvalidSidException

When the Silk Central webservice logon takes long the
handleLostSessionException failed if multiple concurrent threads called
it.
Now the handleLostSessionException is synchronized and the
logonRetryCount is reset after a successful login instead of resetting
it when starting an execution plan


  Commit: e3838e44d200ea633adad18e3ed4311af4645efd
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/e3838e44d200ea633adad18e3ed4311af4645efd
  Author: Reinhold Degenfellner <reinhold.degenfell...@microfocus.com>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  use .gitignore


  Commit: bac75a995859e93ce9e203e0d1b0d6674ecfda03
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/bac75a995859e93ce9e203e0d1b0d6674ecfda03
  Author: Reinhold Degenfellner <reinhold.degenfell...@microfocus.com>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutor.java

  Log Message:
  -----------
  use upstream builds/causes instead of upstream projects to get build number
this allows use in multi pipeline projects as triggers executed in the 
"jenkinsfile" are not represented in the project upstream list


  Commit: 6423157f7f04192e8433f0dae1c0460e227c28c8
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/6423157f7f04192e8433f0dae1c0460e227c28c8
  Author: Reinhold Degenfellner <reinhold.degenfell...@microfocus.com>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutor.java

  Log Message:
  -----------
  remove obsolete import


  Commit: 4cdcef8e410feb148fdf59ba56bc45b32ed0c322
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/4cdcef8e410feb148fdf59ba56bc45b32ed0c322
  Author: Reinhold Degenfellner <reinhold.degenfell...@microfocus.com>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutor.java

  Log Message:
  -----------
  avoid unnecessary intialization


  Commit: fadc7e9fc8282b36154ab2e0f5a0dae0a72f6382
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/fadc7e9fc8282b36154ab2e0f5a0dae0a72f6382
  Author: Reinhold Degenfellner <reinhold.degenfell...@microfocus.com>
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
    M src/main/resources/hudson/plugins/sctmexecutor/service/messages.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/service/messages_de.properties

  Log Message:
  -----------
  remove duplicate message entries


  Commit: 8072989a352ac023026f0068b921c58bfe1d6f30
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/8072989a352ac023026f0068b921c58bfe1d6f30
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutor.java
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutorDescriptor.java
    M src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.properties
    M src/main/resources/index.jelly
    M src/main/webapp/help-buildnumberusage.html
    M src/main/webapp/help-collectResults.html
    M src/main/webapp/help-collectResults_de.html
    M src/main/webapp/help-contAfterErr.html
    M src/main/webapp/help-execdefid.html
    M src/main/webapp/help-execdefid_de.html
    M src/main/webapp/help-host.html
    M src/main/webapp/help-host_de.html
    M src/main/webapp/help-password.html
    M src/main/webapp/help-projectid.html
    M src/main/webapp/help-projectid_de.html
    A src/main/webapp/help-usespecificinstance.html

  Log Message:
  -----------
  Support different Silk Central instances.
Added possibility to specify a different Silk Central server than the globally 
configured one. This is an optional setting on job level.


  Commit: 61fca85ac35b084ccf78e456004abd6ee25a5d66
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/61fca85ac35b084ccf78e456004abd6ee25a5d66
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M pom.xml
    A src/main/java/hudson/plugins/sctmexecutor/TestFileFilter.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/jenkinsci/SCTMExecutor-plugin


  Commit: 1562b8d75cd6827636b7b6a7e6058fa158c5b428
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/1562b8d75cd6827636b7b6a7e6058fa158c5b428
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutor.java
    M src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config_de.properties
    M src/main/resources/hudson/plugins/sctmexecutor/messages.properties
    M src/main/resources/hudson/plugins/sctmexecutor/messages_de.properties
    M src/main/resources/hudson/plugins/sctmexecutor/service/messages.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/service/messages_de.properties
    M src/main/webapp/help-buildnumberusage.html
    M src/main/webapp/help-buildnumberusage_de.html
    M src/main/webapp/help-collectResults.html
    M src/main/webapp/help-collectResults_de.html
    M src/main/webapp/help-contAfterErr.html
    M src/main/webapp/help-execdefid.html
    M src/main/webapp/help-execdefid_de.html
    M src/main/webapp/help-host.html
    M src/main/webapp/help-ignoreSetupCleanup.html
    M src/main/webapp/help-ignoreSetupCleanup_de.html
    M src/main/webapp/help-password.html
    M src/main/webapp/help-password_de.html
    M src/main/webapp/help-projectid.html
    M src/main/webapp/help-startDelay.html
    M src/main/webapp/help-startDelay_de.html
    M src/main/webapp/help-user.html
    M src/main/webapp/help-usespecificinstance.html

  Log Message:
  -----------
  adapt naming from Silk Central (execution definition -> execution plan, test 
definition -> test ...)


  Commit: e27ccac67fc5861db805aa03c9beecb4fe969f55
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/e27ccac67fc5861db805aa03c9beecb4fe969f55
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
    M pom.xml
    R test.txt

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/jenkinsci/SCTMExecutor-plugin

# Conflicts:
#       .gitignore


  Commit: 3bbd8d29241a6af83c731f12fa1f655edd6dea24
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/3bbd8d29241a6af83c731f12fa1f655edd6dea24
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutor.java
    M src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.jelly
    M src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/global.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/publisher/SCTMTestCaseResult/body.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/publisher/SCTMTestConfigurationResult/body.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/publisher/SCTMTestSuiteResult/body.jelly
    M src/main/resources/index.jelly

  Log Message:
  -----------
  Update pom.xml
 - set correct scm urls
 - set version to 2.0
 - added commons-lang3 to test dependencies otherwise InjectedTest fails
 - use default test-harness
 - do not fail build on findbugs error

added <?jelly escape-by-default='true'?> to all jelly files. This is tested by 
the InjectedTest

Fixed wrong name comparison in getBuildNumberFromUpStreamProject


  Commit: b40fcf22686008727fcc96a544c624ab2c5ed4b0
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/b40fcf22686008727fcc96a544c624ab2c5ed4b0
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config_de.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/global_de.properties
    M src/main/resources/hudson/plugins/sctmexecutor/messages_de.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/service/messages_de.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/validators/messages_de.properties
    M src/main/webapp/help-buildnumberusage_de.html
    M src/main/webapp/help-collectResults_de.html
    M src/main/webapp/help-contAfterErr_de.html
    M src/main/webapp/help-execdefid_de.html
    M src/main/webapp/help-host.html
    M src/main/webapp/help-host_de.html
    M src/main/webapp/help-ignoreSetupCleanup_de.html
    M src/main/webapp/help-password_de.html
    M src/main/webapp/help-projectid_de.html
    M src/main/webapp/help-startDelay_de.html
    M src/main/webapp/help-user_de.html
    A src/main/webapp/help-usespecificinstance_de.html

  Log Message:
  -----------
  german translation - use naming of assets from Silk Central


  Commit: aa9952470e021d105ef828b5ded85ff18e0cd945
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/aa9952470e021d105ef828b5ded85ff18e0cd945
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M 
src/main/java/hudson/plugins/sctmexecutor/publisher/SCTMResultArchiver.java

  Log Message:
  -----------
  [FIXED JENKINS-39919] - test result was incorrectly reported when tests 
failed to execute because no matching execution server was available
- set build to unstable when no test result are available. The same as when the 
test fails.


  Commit: 418402749844f9ed5f1a9a36ddc3d990147b1b6c
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/418402749844f9ed5f1a9a36ddc3d990147b1b6c
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  pom.xml - set failOnError for findbugs to false


  Commit: bfb1e1de36b0aa3ce32ca9cec568668a9c5eb1b4
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/bfb1e1de36b0aa3ce32ca9cec568668a9c5eb1b4
  Author: sebastian_kornexl <sebastian.korn...@microfocus.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    A findbugs-exclude.xml
    M pom.xml
    M src/main/java/hudson/plugins/sctmexecutor/service/SCTMService.java

  Log Message:
  -----------
  added findbugs-exclude.xml to exclude generated web service stubs


  Commit: 4456eaac4efa1a6948d0571786b381240fa61d99
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/4456eaac4efa1a6948d0571786b381240fa61d99
  Author: Thomas Fuerer <tfuerer.java...@gmail.com>
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
    M .gitignore
    A findbugs-exclude.xml
    M pom.xml
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutor.java
    M src/main/java/hudson/plugins/sctmexecutor/SCTMExecutorDescriptor.java
    M 
src/main/java/hudson/plugins/sctmexecutor/publisher/SCTMResultArchiver.java
    M src/main/java/hudson/plugins/sctmexecutor/service/SCTMService.java
    M src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/config_de.properties
    M src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/global.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/SCTMExecutor/global_de.properties
    M src/main/resources/hudson/plugins/sctmexecutor/messages.properties
    M src/main/resources/hudson/plugins/sctmexecutor/messages_de.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/publisher/SCTMTestCaseResult/body.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/publisher/SCTMTestConfigurationResult/body.jelly
    M 
src/main/resources/hudson/plugins/sctmexecutor/publisher/SCTMTestSuiteResult/body.jelly
    M src/main/resources/hudson/plugins/sctmexecutor/service/messages.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/service/messages_de.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/validators/messages_de.properties
    M src/main/resources/index.jelly
    M src/main/webapp/help-buildnumberusage.html
    M src/main/webapp/help-buildnumberusage_de.html
    M src/main/webapp/help-collectResults.html
    M src/main/webapp/help-collectResults_de.html
    M src/main/webapp/help-contAfterErr.html
    M src/main/webapp/help-contAfterErr_de.html
    M src/main/webapp/help-execdefid.html
    M src/main/webapp/help-execdefid_de.html
    M src/main/webapp/help-host.html
    M src/main/webapp/help-host_de.html
    M src/main/webapp/help-ignoreSetupCleanup.html
    M src/main/webapp/help-ignoreSetupCleanup_de.html
    M src/main/webapp/help-password.html
    M src/main/webapp/help-password_de.html
    M src/main/webapp/help-projectid.html
    M src/main/webapp/help-projectid_de.html
    M src/main/webapp/help-startDelay.html
    M src/main/webapp/help-startDelay_de.html
    M src/main/webapp/help-user.html
    M src/main/webapp/help-user_de.html
    A src/main/webapp/help-usespecificinstance.html
    A src/main/webapp/help-usespecificinstance_de.html

  Log Message:
  -----------
  Merge pull request #9 from donkaes/master

Final changes for release 2.0


Compare: 
https://github.com/jenkinsci/SCTMExecutor-plugin/compare/265d3d3d97ae...4456eaac4efa

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

Reply via email to