Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 6c93d5f0ad2a40e0a11409843b7a65411bf31b9d
      
https://github.com/jenkinsci/tfs-plugin/commit/6c93d5f0ad2a40e0a11409843b7a65411bf31b9d
  Author: lopesr <rodrigo.lo...@rabobank.com>
  Date:   2014-01-16 (Thu, 16 Jan 2014)

  Changed paths:
    A src/main/java/hudson/plugins/tfs/TFSLabeler.java
    A src/main/java/hudson/plugins/tfs/commands/LabelCommand.java
    A src/main/resources/hudson/plugins/tfs/TFSLabeler/config.jelly
    A src/main/resources/hudson/plugins/tfs/TFSLabeler/global.jelly
    A src/main/webapp/labelname.html
    A src/test/java/hudson/plugins/tfs/commands/LabelCommandTest.java

  Log Message:
  -----------
  [FIXED JENKINS-3785] Created a Publisher to create a label on TFS after the 
build. The label is created in the workspace version.


  Commit: 01f91c23ceb096c2a029ec27fd793538c53f7133
      
https://github.com/jenkinsci/tfs-plugin/commit/01f91c23ceb096c2a029ec27fd793538c53f7133
  Author: Rodrigo Lopes <roliveiralo...@gmail.com>
  Date:   2014-01-17 (Fri, 17 Jan 2014)

  Changed paths:
    A src/main/java/hudson/plugins/tfs/TFSLabeler.java
    A src/main/java/hudson/plugins/tfs/commands/LabelCommand.java
    A src/main/resources/hudson/plugins/tfs/TFSLabeler/config.jelly
    A src/main/resources/hudson/plugins/tfs/TFSLabeler/global.jelly
    A src/main/webapp/labelname.html
    A src/test/java/hudson/plugins/tfs/commands/LabelCommandTest.java

  Log Message:
  -----------
  [FIXED JENKINS-3785] Created a Publisher to create a label on TFS after the 
build. The label is created in the workspace version.


  Commit: 441a2e6d2c4352a76d58ebf83360f0e9761e1783
      
https://github.com/jenkinsci/tfs-plugin/commit/441a2e6d2c4352a76d58ebf83360f0e9761e1783
  Author: rodrigolopes <roliveiralo...@gmail.com>
  Date:   2014-01-17 (Fri, 17 Jan 2014)

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/rodrigolopes/tfs-plugin


  Commit: eca8f149b905db8abe2299deb276d9791e31ffbd
      
https://github.com/jenkinsci/tfs-plugin/commit/eca8f149b905db8abe2299deb276d9791e31ffbd
  Author: rodrigolopes <roliveiralo...@gmail.com>
  Date:   2014-01-29 (Wed, 29 Jan 2014)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TFSLabeler.java
    M src/main/resources/hudson/plugins/tfs/TFSLabeler/config.jelly
    M src/main/webapp/labelname.html
    M src/test/java/hudson/plugins/tfs/commands/LabelCommandTest.java

  Log Message:
  -----------
  [FIXED JENKINS-3785] Created a Publisher to create a label on TFS after the 
build. The label is created in the workspace version.


  Commit: 157a4833a7b2ca62cf75a128dafc4423ceddc916
      
https://github.com/jenkinsci/tfs-plugin/commit/157a4833a7b2ca62cf75a128dafc4423ceddc916
  Author: Olivier Dagenais <olivier.dagen...@gmail.com>
  Date:   2014-02-04 (Tue, 04 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TFSLabeler.java

  Log Message:
  -----------
  Simplify the computeDynamicValue() method
Instead of duplicating the string parsing, use Util.replaceMacro() with a Union 
of VariableResolver implementations representing the build variables and the 
environment variables.


  Commit: 9e836740c941187d3f8a37428e41562dc26c42d8
      
https://github.com/jenkinsci/tfs-plugin/commit/9e836740c941187d3f8a37428e41562dc26c42d8
  Author: rodrigolopes <roliveiralo...@gmail.com>
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/commands/LabelCommand.java

  Log Message:
  -----------
  [FIXED JENKINS-3785] Created a Publisher to create a label on TFS after the 
build. The label is created in the workspace version.


  Commit: 53b67218ca21cbb570012ce8688a5ac92acc544a
      
https://github.com/jenkinsci/tfs-plugin/commit/53b67218ca21cbb570012ce8688a5ac92acc544a
  Author: rodrigolopes <roliveiralo...@gmail.com>
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/TFSLabeler.java
    M src/test/java/hudson/plugins/tfs/commands/LabelCommandTest.java

  Log Message:
  -----------
  [FIXED JENKINS-3785] Created a Publisher to create a label on TFS after the 
build. The label is created in the workspace version.


  Commit: fd66871941ef9d0f51e4d8160e082fac0bd22c83
      
https://github.com/jenkinsci/tfs-plugin/commit/fd66871941ef9d0f51e4d8160e082fac0bd22c83
  Author: rodrigolopes <roliveiralo...@gmail.com>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/tfs/commands/LabelCommand.java
    M src/test/java/hudson/plugins/tfs/commands/LabelCommandTest.java

  Log Message:
  -----------
  [FIXED JENKINS-3785] Created a Publisher to create a label on TFS after the 
build. The label is created in the workspace version.


  Commit: 10098fe700ad555202cdc213b9b342515af853b3
      
https://github.com/jenkinsci/tfs-plugin/commit/10098fe700ad555202cdc213b9b342515af853b3
  Author: olivierdagenais <olivier.dagen...@gmail.com>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    A src/main/java/hudson/plugins/tfs/TFSLabeler.java
    A src/main/java/hudson/plugins/tfs/commands/LabelCommand.java
    A src/main/resources/hudson/plugins/tfs/TFSLabeler/config.jelly
    A src/main/resources/hudson/plugins/tfs/TFSLabeler/global.jelly
    A src/main/webapp/labelname.html
    A src/test/java/hudson/plugins/tfs/commands/LabelCommandTest.java

  Log Message:
  -----------
  Merge pull request #20 from rodrigolopes/master

[FIXED JENKINS-3785] Created a Publisher to create a label on TFS.


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/a414f7649fc1...10098fe700ad

-- 
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/groups/opt_out.

Reply via email to