Skip to content

Variable: id

Misat11 edited this page May 9, 2020 · 4 revisions

id

This marks your item with id for future clones or adjustments!

Yaml:

- id: "myBestItem" 
  ...

Groovy:

item('...') {
  id 'myBestItem'
}
/* ... */

Then you will have to use ids on other places with $ prefix: $myBestItem

Clone this wiki locally