Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/SCTMExecutor-plugin
  Commit: 37a60b65e2a35c5f808b0cfb907b41f1d50d9b1c
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/37a60b65e2a35c5f808b0cfb907b41f1d50d9b1c
  Author: Sebastian Kornexl <[email protected]>
  Date:   2015-09-16 (Wed, 16 Sep 2015)

  Changed paths:
    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/SCTMResultAction.java
    M 
src/main/java/hudson/plugins/sctmexecutor/publisher/SCTMResultArchiverDescriptor.java
    M 
src/main/java/hudson/plugins/sctmexecutor/publisher/xunit/SCTMInputMetric.java
    M 
src/main/java/hudson/plugins/sctmexecutor/publisher/xunit/SCTMTestType.java
    M src/main/java/hudson/plugins/sctmexecutor/service/ISCTMService.java
    M src/main/java/hudson/plugins/sctmexecutor/service/SCTMReRunProxy.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.properties
    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/xunit/messages.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/resources/hudson/plugins/sctmexecutor/validators/messages.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/validators/messages_de.properties

  Log Message:
  -----------
  Creating builds on Silk Central without the need to specify a version in the 
SCTMExecutor plugin

- removed version textfield as the version has to be the same as the one
specified for the execution plan. on start this version is queried from
Silk Central
- renamed SCTM and SilkCentral TestManager to Silk Central
- set correct icon name for the Silk Central Results
- updated xunit - couldn't get it work with the old namespace


  Commit: 67f1b2a2d7f1adef9196ceec3e7a88ca8ab6b868
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/67f1b2a2d7f1adef9196ceec3e7a88ca8ab6b868
  Author: Sebastian Kornexl <[email protected]>
  Date:   2015-09-16 (Wed, 16 Sep 2015)

  Changed paths:
    M src/test/java/hudson/plugins/sctmexecutor/TestStdResultWriter.java

  Log Message:
  -----------
  fixed multithreading problem in JUnittest

use AtomicInteger instead of volatile int++ to be threadsafe


  Commit: e27c2c511dd379b5ba4d1a3721135ce2a0fbec52
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/e27c2c511dd379b5ba4d1a3721135ce2a0fbec52
  Author: Sebastian Kornexl <[email protected]>
  Date:   2015-09-16 (Wed, 16 Sep 2015)

  Changed paths:
    M src/test/java/hudson/plugins/sctmexecutor/TestStdResultWriter.java

  Log Message:
  -----------
  JUnittest: handle cleanup problem

test seems to fail doing the cleanup


  Commit: f83505e234f0253fa08d6c30c7fb720aee1c8e37
      
https://github.com/jenkinsci/SCTMExecutor-plugin/commit/f83505e234f0253fa08d6c30c7fb720aee1c8e37
  Author: Thomas <[email protected]>
  Date:   2015-09-16 (Wed, 16 Sep 2015)

  Changed paths:
    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/SCTMResultAction.java
    M 
src/main/java/hudson/plugins/sctmexecutor/publisher/SCTMResultArchiverDescriptor.java
    M 
src/main/java/hudson/plugins/sctmexecutor/publisher/xunit/SCTMInputMetric.java
    M 
src/main/java/hudson/plugins/sctmexecutor/publisher/xunit/SCTMTestType.java
    M src/main/java/hudson/plugins/sctmexecutor/service/ISCTMService.java
    M src/main/java/hudson/plugins/sctmexecutor/service/SCTMReRunProxy.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.properties
    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/xunit/messages.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/resources/hudson/plugins/sctmexecutor/validators/messages.properties
    M 
src/main/resources/hudson/plugins/sctmexecutor/validators/messages_de.properties
    M src/test/java/hudson/plugins/sctmexecutor/TestStdResultWriter.java

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

Creating builds on Silk Central without the need to specify a version


Compare: 
https://github.com/jenkinsci/SCTMExecutor-plugin/compare/061bc75879e6...f83505e234f0

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to