May 2019
Beginner to intermediate
456 pages
10h 37m
English
As you have seen in the previous recipes, we need to add the task.json for our Download GitLab Repository task. As you might remember, task.json defines the structure of the inputs for the pipeline task:
Create a task.json file in Visual Studio Code and paste text from the code bundle from RCP04-GitLab-Extensions folder:
{ "id": "ca83284d-c3f5-46a5-ba52-dacd68ea6747", "name": "downloadgitlabrepositorycookbook", "friendlyName": "Download GitLab repository", "minimumAgentVersion": "2.115.0", "instanceNameFormat": "Download GitLab repository", "inputs": [ { "name": "connection", "type": "connectedService:GitLab", "label": "GitLab Connection", "defaultValue": "", "required": true, "helpMarkDown": "GitLab service connection" ...Read now
Unlock full access