Skip to content

Commit

Permalink
[artifactory-release] Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stork-auto committed Oct 8, 2018
1 parent 6546e90 commit c3131ab
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 39 deletions.
4 changes: 2 additions & 2 deletions tasks/ArtifactoryBuildPromotion/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Build Promotion",
Expand Down Expand Up @@ -112,4 +112,4 @@
"workingDirectory": "$(currentDirectory)"
}
}
}
}
4 changes: 2 additions & 2 deletions tasks/ArtifactoryConan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Conan $(conanCommand)",
Expand Down Expand Up @@ -207,4 +207,4 @@
"target": "conanBuild.js"
}
}
}
}
37 changes: 18 additions & 19 deletions tasks/ArtifactoryDocker/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.91.0",
"instanceNameFormat": "Artifactory docker push",
"groups": [
{
"name": "advanced",
"displayName": "Advanced",
"isExpanded": false
}
{
"name": "advanced",
"displayName": "Advanced",
"isExpanded": false
}
],
"inputs": [
{
Expand All @@ -45,12 +45,12 @@
}
},
{
"name": "imageName",
"type": "string",
"label": "Image name",
"defaultValue": "",
"required": true,
"helpMarkDown": "The docker image to push [DOMAIN]/[NAME]:[TAG]."
"name": "imageName",
"type": "string",
"label": "Image name",
"defaultValue": "",
"required": true,
"helpMarkDown": "The docker image to push [DOMAIN]/[NAME]:[TAG]."
},
{
"name": "collectBuildInfo",
Expand All @@ -72,17 +72,16 @@
],
"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": "targetRepo",
"resultSelector": "jsonpath:$[?(@.type=='VIRTUAL' || @.type=='LOCAL')]",
"resultTemplate": "{ \"Value\" : \"{{{key}}}\", \"DisplayValue\" : \"{{{key}}}\" }"
}
],

"execution": {
"Node": {
"target": "dockerBuild.js"
}
}
}
}
4 changes: 2 additions & 2 deletions tasks/ArtifactoryGenericDownload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Generic Download",
Expand Down Expand Up @@ -89,4 +89,4 @@
"target": "downloadArtifacts.js"
}
}
}
}
4 changes: 2 additions & 2 deletions tasks/ArtifactoryGenericUpload/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Generic Upload",
Expand Down Expand Up @@ -90,4 +90,4 @@
"workingDirectory": "$(currentDirectory)"
}
}
}
}
4 changes: 2 additions & 2 deletions tasks/ArtifactoryMaven/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"demands": [
"maven"
Expand Down Expand Up @@ -182,4 +182,4 @@
"workingDirectory": "$(currentDirectory)"
}
}
}
}
4 changes: 2 additions & 2 deletions tasks/ArtifactoryNpm/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"demands": [
"npm"
Expand Down Expand Up @@ -122,4 +122,4 @@
"target": "npmBuild.js"
}
}
}
}
7 changes: 3 additions & 4 deletions tasks/ArtifactoryNuget/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"demands": [
],
"demands": [],
"minimumAgentVersion": "2.115.0",
"instanceNameFormat": "Artifactory NuGet $(command)",
"groups": [
Expand Down Expand Up @@ -173,4 +172,4 @@
"workingDirectory": "$(currentDirectory)"
}
}
}
}
4 changes: 2 additions & 2 deletions tasks/ArtifactoryPublishBuildInfo/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": "1",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.83.0",
"instanceNameFormat": "Artifactory Publish Build Info",
Expand Down Expand Up @@ -41,4 +41,4 @@
"workingDirectory": "$(currentDirectory)"
}
}
}
}
4 changes: 2 additions & 2 deletions 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.2.0",
"version": "1.2.1",
"name": "JFrog Artifactory",
"description": "Integrate your JFrog Artifactory with Visual Studio Team Services.",
"publisher": "JFrog",
Expand Down Expand Up @@ -258,4 +258,4 @@
"path": "tasks/ArtifactoryConan"
}
]
}
}

0 comments on commit c3131ab

Please sign in to comment.