modifying scheduler
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"name": "echo",
|
||||
"image": "bash:5.2",
|
||||
"command": [
|
||||
"-lc"
|
||||
],
|
||||
"args": [
|
||||
"echo \"hello $DISPLAY_NAME from $USER_ID with $PARAM_MSG\""
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "alpine-task",
|
||||
"image": "alpine:3.20",
|
||||
"command": [
|
||||
"sh",
|
||||
"-lc"
|
||||
],
|
||||
"args": [
|
||||
"echo running && sleep 3 && echo done"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user