File tree Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Expand file tree Collapse file tree 1 file changed +55
-1
lines changed Original file line number Diff line number Diff line change 332
332
" ssh" ,
333
333
" exec" ,
334
334
" digitalocean" ,
335
- " macstadium"
335
+ " macstadium" ,
336
+ " vm"
336
337
]
337
338
},
338
339
"platform" : {
608
609
"depends_on" : {}
609
610
}
610
611
},
612
+ "pipeline_vm" : {
613
+ "type" : " object" ,
614
+ "additionalProperties" : false ,
615
+ "properties" : {
616
+ "type" : {
617
+ "const" : " vm"
618
+ },
619
+ "environment" : {
620
+ "$ref" : " #/definitions/environment"
621
+ },
622
+ "pool" : {
623
+ "type" : " object" ,
624
+ "properties" : {
625
+ "use" : {
626
+ "$ref" : " #/definitions/nonEmptyString"
627
+ }
628
+ }
629
+ },
630
+ "steps" : {
631
+ "items" : {
632
+ "$ref" : " #/definitions/step_docker"
633
+ }
634
+ },
635
+ "volumes" : {
636
+ "$ref" : " #/definitions/volumes"
637
+ },
638
+ "services" : {
639
+ "$ref" : " #/definitions/services"
640
+ },
641
+ "image_pull_secrets" : {
642
+ "type" : " array" ,
643
+ "items" : {
644
+ "type" : " string"
645
+ }
646
+ },
647
+ "node" : {
648
+ "$ref" : " #/definitions/node"
649
+ },
650
+ "concurrency" : {
651
+ "$ref" : " #/definitions/concurrency"
652
+ },
653
+ "kind" : {},
654
+ "name" : {},
655
+ "platform" : {},
656
+ "workspace" : {},
657
+ "clone" : {},
658
+ "trigger" : {},
659
+ "depends_on" : {}
660
+ }
661
+ },
611
662
"step" : {
612
663
"type" : " object" ,
613
664
"required" : [" name" ],
848
899
},
849
900
{
850
901
"$ref" : " #/definitions/pipeline_macstadium"
902
+ },
903
+ {
904
+ "$ref" : " #/definitions/pipeline_vm"
851
905
}
852
906
]
853
907
}
You can’t perform that action at this time.
0 commit comments