Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/custom-tools-plugin
  Commit: f393e662904e07d4512313f54a8be319767af3bb
      
https://github.com/jenkinsci/custom-tools-plugin/commit/f393e662904e07d4512313f54a8be319767af3bb
  Author: Adam Gabryƛ <[email protected]>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  -----------
  [JENKINS-37389] add @Symbol("custom") to CustomTool's descriptor

The `@Symbol` annotation defines a unique identifier which is used by DSL. Whit 
this commit it is possible to distinguish a difference between tools when the 
the `tool` step is called. Example:
* tool name: 'myTool', type: 'jdk' <- returns JDK with id "myTool"
* tool name: 'myTool', type: 'custom' <- returns custom tool with id "myTool"


  Commit: 27beb098cac7886f7b74d06cd61da47ca5ed733a
      
https://github.com/jenkinsci/custom-tools-plugin/commit/27beb098cac7886f7b74d06cd61da47ca5ed733a
  Author: Oleg Nenashev <[email protected]>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/plugins/customtools/CustomTool.java

  Log Message:
  -----------
  Merge pull request #63 from agabrys/feature/JENKINS-37389

[JENKINS-37389] add @Symbol("custom") to CustomTool's descriptor


Compare: 
https://github.com/jenkinsci/custom-tools-plugin/compare/8344b07dc4b3...27beb098cac7

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/custom-tools-plugin/push/refs/heads/master/8344b0-27beb0%40github.com.

Reply via email to