Adding pipeline: pipeline1

This commit is contained in:
Paul Andrew 2022-02-22 09:16:27 +00:00
parent e443c98329
commit 32de076603

View File

@ -0,0 +1,29 @@
{
"name": "pipeline1",
"properties": {
"activities": [
{
"name": "Execute Pipeline1",
"type": "ExecutePipeline",
"dependsOn": [],
"userProperties": [],
"typeProperties": {
"pipeline": {
"referenceName": "Wait 10",
"type": "PipelineReference"
},
"waitOnCompletion": true
}
}
],
"variables": {
"Test": {
"type": "String"
}
},
"folder": {
"name": "Demo Pipelines/Data Uploads"
},
"annotations": []
}
}