Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tasks/JFrogAudit/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Audit",
"inputs": [
{
Expand Down Expand Up @@ -99,13 +99,13 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we missed to update node16 here

"target": "audit.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "audit.js",
"workingDirectory": "$(currentDirectory)"
"target": "$(currentDirectory)"
}
}
}
6 changes: 3 additions & 3 deletions tasks/JFrogBuildPromotion/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Minor": "12",
"Patch": "7"
},
"minimumAgentVersion": "1.83.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Build Promotion",
"inputs": [
{
Expand Down Expand Up @@ -131,12 +131,12 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "buildPromotion.js",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "buildPromotion.js",
"argumentFormat": "",
"workingDirectory": "$(currentDirectory)"
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogBuildScan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Minor": "12",
"Patch": "7"
},
"minimumAgentVersion": "1.83.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Build Scan",
"inputs": [
{
Expand Down Expand Up @@ -69,11 +69,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "buildScan.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "buildScan.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogCliV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog CLI V2",
"inputs": [
{
Expand Down Expand Up @@ -66,11 +66,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "jfrogCliRun.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "jfrogCliRun.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogCollectIssues/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Minor": "12",
"Patch": "7"
},
"minimumAgentVersion": "1.83.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Collect Build Issues",
"inputs": [
{
Expand Down Expand Up @@ -93,11 +93,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "collectIssues.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "collectIssues.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogConan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Minor": "12",
"Patch": "7"
},
"minimumAgentVersion": "1.83.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "Conan $(conanCommand)",
"groups": [
{
Expand Down Expand Up @@ -221,10 +221,10 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "conanBuild.js"
},
"Node20_1": {
"Node24": {
"target": "conanBuild.js"
}
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogDiscardBuilds/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Minor": "12",
"Patch": "7"
},
"minimumAgentVersion": "1.83.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Discard Builds",
"inputs": [
{
Expand Down Expand Up @@ -85,11 +85,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "discardBuilds.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "discardBuilds.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogDistribution/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "1.83.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Distribution $(command)",
"groups": [
{
Expand Down Expand Up @@ -276,11 +276,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "distribution.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "distribution.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogDocker/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Docker $(command)",
"groups": [
{
Expand Down Expand Up @@ -233,11 +233,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "docker.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "docker.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogDotnet/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "2.115.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog .NET $(command)",
"groups": [
{
Expand Down Expand Up @@ -228,11 +228,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "dotnetBuild.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "dotnetBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogGenericArtifacts/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Minor": "12",
"Patch": "7"
},
"minimumAgentVersion": "1.83.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Generic Artifacts $(command)",
"groups": [
{
Expand Down Expand Up @@ -393,10 +393,10 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "runGenericArtifacts.js"
},
"Node20_1": {
"Node24": {
"target": "runGenericArtifacts.js"
}
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogGo/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "1.91.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Go $(command)",
"groups": [
{
Expand Down Expand Up @@ -174,10 +174,10 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "goBuild.js"
},
"Node20_1": {
"Node24": {
"target": "goBuild.js"
}
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogGradle/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Gradle",
"groups": [
{
Expand Down Expand Up @@ -287,11 +287,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "gradleBuild.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "gradleBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogMaven/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"demands": [
"maven"
],
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Maven",
"groups": [
{
Expand Down Expand Up @@ -307,11 +307,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "mavenBuild.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "mavenBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogNpm/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"demands": [
"npm"
],
"minimumAgentVersion": "1.91.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog npm $(command)",
"inputs": [
{
Expand Down Expand Up @@ -179,10 +179,10 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "npmBuild.js"
},
"Node20_1": {
"Node24": {
"target": "npmBuild.js"
}
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogNuget/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "2.115.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog NuGet $(command)",
"groups": [
{
Expand Down Expand Up @@ -215,11 +215,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "nugetBuild.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "nugetBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
6 changes: 3 additions & 3 deletions tasks/JFrogPip/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Patch": "7"
},
"demands": [],
"minimumAgentVersion": "1.89.0",
"minimumAgentVersion": "4.248.0",
"instanceNameFormat": "JFrog Pip",
"groups": [
{
Expand Down Expand Up @@ -152,11 +152,11 @@
}
],
"execution": {
"Node10": {
"Node20_1": {
"target": "pipBuild.js",
"workingDirectory": "$(currentDirectory)"
},
"Node20_1": {
"Node24": {
"target": "pipBuild.js",
"workingDirectory": "$(currentDirectory)"
}
Expand Down
Loading