Updating pipeline: pipeline1
This commit is contained in:
parent
76244d015b
commit
96a37399d0
@ -1,6 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "pipeline1",
|
"name": "pipeline1",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"activities": [
|
||||||
|
{
|
||||||
|
"name": "Set variable1",
|
||||||
|
"type": "SetVariable",
|
||||||
|
"dependsOn": [],
|
||||||
|
"userProperties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"variables": {
|
||||||
|
"Demo": {
|
||||||
|
"type": "String",
|
||||||
|
"defaultValue": "Test"
|
||||||
|
}
|
||||||
|
},
|
||||||
"annotations": []
|
"annotations": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user