Embed javascript inline code
Some embed variables:
- Vars: arr: [1,2,3,4] - Script: | Context.log('Do something here') Vars.arr = Vars.arr.filter(e => e > 3) - Echo: ${arr}
Run async
Ignore this, not run
Keep run the next when got error
Not show log
Only allow run it then ignore others which not set testIt or set it to false
Step title
Declare global variable
Embed javascript inline code
Some embed variables: