-
Name Previous Value Current Value Type
Question
Bug
Affected Versions
empty 15.1.6
-
Name Previous Value Current Value Type
Bug
Question
-
The groovy script is mainly used in two places:
- Used in issue custom field or build param to calculate choices or default value if hard-code values is not sufficient
- Used in various CI/CD job properties (for instance image or command field of a command step) to insert calcualted string via property interpolation syntax
@scripts:<script name>@
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
I have made and have some ideas todo for groovy script, but I cant seem to figure out how to get the scripts running. In admin -> groovyscripting I made a script to test a bit. How does the script get triggered to run. I thought there would be a "run" button or something. And/or trigger the scripts from a job configured in .onedev-buildspec.yml. But I dont see them listed in the "steps".
Are there any examples or hints as how to trigger these scripts?