Skip to content

Commit

Permalink
Bumped version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Sep 12, 2018
1 parent f339275 commit 8b57e07
Show file tree
Hide file tree
Showing 8 changed files with 121 additions and 121 deletions.
222 changes: 111 additions & 111 deletions tasks/ArtifactoryBuildPromotion/task.json
Original file line number Diff line number Diff line change
@@ -1,115 +1,115 @@
{
"id": "58521715-7f44-4090-a3a6-28153049ce37",
"name": "ArtifactoryBuildPromotion",
"friendlyName": "Artifactory Build Promotion",
"description": "Promote a published build in Artifactory.",
"author": "JFrog",
"category": "Utility",
"visibility": [
"Build",
"Release"
],
"demands": [],
"version": {
"Major": "1",
"Minor": "1",
"Patch": "0"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Build Promotion",
"inputs": [
{
"name": "artifactoryService",
"type": "connectedService:artifactoryService",
"label": "Artifactory service",
"defaultValue": "",
"required": true,
"helpMarkDown": "Artifactory service used for build promotion."
"id": "58521715-7f44-4090-a3a6-28153049ce37",
"name": "ArtifactoryBuildPromotion",
"friendlyName": "Artifactory Build Promotion",
"description": "Promote a published build in Artifactory.",
"author": "JFrog",
"category": "Utility",
"visibility": [
"Build",
"Release"
],
"demands": [],
"version": {
"Major": "1",
"Minor": "1",
"Patch": "1"
},
{
"name": "targetRepo",
"type": "pickList",
"label": "Target repository",
"defaultValue": "",
"required": true,
"helpMarkDown": "Sets the target promotion repository.",
"properties": {
"EditableOptions": "True"
}
},
{
"name": "status",
"type": "string",
"label": "Status",
"defaultValue": "Released",
"required": true,
"helpMarkDown": "Sets the new build status."
},
{
"name": "comment",
"type": "string",
"label": "Comment",
"defaultValue": "",
"required": false,
"helpMarkDown": "Allows the user to add a comment describing the reason for promotion."
},
{
"name": "sourceRepo",
"type": "pickList",
"label": "Source repository",
"defaultValue": "",
"required": false,
"helpMarkDown": "Sets the source repository from which to promote the release published artifacts. If not specified, Artifactory would determine from which repository to promote.",
"properties": {
"EditableOptions": "True"
}
},
{
"name": "includeDependencies",
"type": "boolean",
"label": "Include build dependencies",
"defaultValue": "false",
"required": true,
"helpMarkDown": "When selected the build dependencies will be promoted."
},
{
"name": "copy",
"type": "boolean",
"label": "Use copy",
"defaultValue": "false",
"required": true,
"helpMarkDown": "Select to copy the promoted artifacts and dependencies. If this field is not selected, they will be moved."
},
{
"name": "dryRun",
"type": "boolean",
"label": "Dry run",
"defaultValue": "false",
"required": true,
"helpMarkDown": "When selected, the promotion is simulated and the build is not promoted. A failed simulation causes the task to fail."
}
],
"dataSourceBindings": [
{
"endpointId": "$(artifactoryService)",
"endpointURL": "{{endpoint.url}}/api/repositories",
"target": "targetRepo",
"resultSelector": "jsonpath:$[?(@.type=='VIRTUAL' || @.type=='LOCAL')]",
"resultTemplate": "{ \"Value\" : \"{{{key}}}\", \"DisplayValue\" : \"{{{key}}}\" }"
},
{
"endpointId": "$(artifactoryService)",
"endpointURL": "{{endpoint.url}}/api/repositories",
"target": "sourceRepo",
"resultSelector": "jsonpath:$[?(@.type=='LOCAL')]",
"resultTemplate": "{ \"Value\" : \"{{{key}}}\", \"DisplayValue\" : \"{{{key}}}\" }"
}
],
"execution": {
"Node": {
"target": "buildPromotion.js",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Build Promotion",
"inputs": [
{
"name": "artifactoryService",
"type": "connectedService:artifactoryService",
"label": "Artifactory service",
"defaultValue": "",
"required": true,
"helpMarkDown": "Artifactory service used for build promotion."
},
{
"name": "targetRepo",
"type": "pickList",
"label": "Target repository",
"defaultValue": "",
"required": true,
"helpMarkDown": "Sets the target promotion repository.",
"properties": {
"EditableOptions": "True"
}
},
{
"name": "status",
"type": "string",
"label": "Status",
"defaultValue": "Released",
"required": true,
"helpMarkDown": "Sets the new build status."
},
{
"name": "comment",
"type": "string",
"label": "Comment",
"defaultValue": "",
"required": false,
"helpMarkDown": "Allows the user to add a comment describing the reason for promotion."
},
{
"name": "sourceRepo",
"type": "pickList",
"label": "Source repository",
"defaultValue": "",
"required": false,
"helpMarkDown": "Sets the source repository from which to promote the release published artifacts. If not specified, Artifactory would determine from which repository to promote.",
"properties": {
"EditableOptions": "True"
}
},
{
"name": "includeDependencies",
"type": "boolean",
"label": "Include build dependencies",
"defaultValue": "false",
"required": true,
"helpMarkDown": "When selected the build dependencies will be promoted."
},
{
"name": "copy",
"type": "boolean",
"label": "Use copy",
"defaultValue": "false",
"required": true,
"helpMarkDown": "Select to copy the promoted artifacts and dependencies. If this field is not selected, they will be moved."
},
{
"name": "dryRun",
"type": "boolean",
"label": "Dry run",
"defaultValue": "false",
"required": true,
"helpMarkDown": "When selected, the promotion is simulated and the build is not promoted. A failed simulation causes the task to fail."
}
],
"dataSourceBindings": [
{
"endpointId": "$(artifactoryService)",
"endpointURL": "{{endpoint.url}}/api/repositories",
"target": "targetRepo",
"resultSelector": "jsonpath:$[?(@.type=='VIRTUAL' || @.type=='LOCAL')]",
"resultTemplate": "{ \"Value\" : \"{{{key}}}\", \"DisplayValue\" : \"{{{key}}}\" }"
},
{
"endpointId": "$(artifactoryService)",
"endpointURL": "{{endpoint.url}}/api/repositories",
"target": "sourceRepo",
"resultSelector": "jsonpath:$[?(@.type=='LOCAL')]",
"resultTemplate": "{ \"Value\" : \"{{{key}}}\", \"DisplayValue\" : \"{{{key}}}\" }"
}
],
"execution": {
"Node": {
"target": "buildPromotion.js",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
}
}
}
}
2 changes: 1 addition & 1 deletion tasks/ArtifactoryGenericDownload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "1",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Generic Download",
Expand Down
2 changes: 1 addition & 1 deletion tasks/ArtifactoryGenericUpload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "1",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Generic Upload",
Expand Down
2 changes: 1 addition & 1 deletion tasks/ArtifactoryMaven/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "1",
"Patch": "0"
"Patch": "1"
},
"demands": [
"maven"
Expand Down
8 changes: 4 additions & 4 deletions tasks/ArtifactoryNpm/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"Build",
"Release"
],
"demands": [
"npm"
],
"version": {
"Major": "1",
"Minor": "1",
"Patch": "0"
"Patch": "1"
},
"demands": [
"npm"
],
"minimumAgentVersion": "1.91.0",
"instanceNameFormat": "Artifactory npm $(command)",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion tasks/ArtifactoryNuget/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "1",
"Patch": "0"
"Patch": "1"
},
"demands": [
],
Expand Down
2 changes: 1 addition & 1 deletion tasks/ArtifactoryPublishBuildInfo/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "1",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Publish Build Info",
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestversion": 1,
"public": true,
"id": "jfrog-artifactory-vsts-extension",
"version": "1.1.0",
"version": "1.1.1",
"name": "JFrog Artifactory",
"description": "Integrate your JFrog Artifactory with Visual Studio Team Services.",
"publisher": "JFrog",
Expand Down

0 comments on commit 8b57e07

Please sign in to comment.