diff --git a/docs/cicd/configure-a-cloud-foundry-environment-job-in-the-job-editor-6bd27c0.md b/docs/cicd/configure-a-cloud-foundry-environment-job-in-the-job-editor-6bd27c0.md index 116a688..ad793ab 100644 --- a/docs/cicd/configure-a-cloud-foundry-environment-job-in-the-job-editor-6bd27c0.md +++ b/docs/cicd/configure-a-cloud-foundry-environment-job-in-the-job-editor-6bd27c0.md @@ -98,7 +98,7 @@ Depending on your configuration, the Cloud Foundry Environment pipeline can comp Choose the build tool version you want to use. For more information, see [Supported Tools](supported-tools-5949283.md). - If you don't define a build tool version, a default one \(`MBTJ11N14`\) is used. + If you don't define a build tool version, a default one \(`MBTJ17N18`\) is used. diff --git a/docs/cicd/configure-a-cloud-foundry-environment-job-in-your-repository-bfe48a4.md b/docs/cicd/configure-a-cloud-foundry-environment-job-in-your-repository-bfe48a4.md index 8db3883..f3f519a 100644 --- a/docs/cicd/configure-a-cloud-foundry-environment-job-in-your-repository-bfe48a4.md +++ b/docs/cicd/configure-a-cloud-foundry-environment-job-in-your-repository-bfe48a4.md @@ -54,7 +54,7 @@ Depending on your configuration, the Cloud Foundry Environment pipeline can comp buildTool: "mta" # "mta", "npm", or "maven" (default: "mta") service: - buildToolVersion: "MBTJ11N14" # depends on buildTool value, see table below + buildToolVersion: "MBTJ17N18" # depends on buildTool value, see table below cloudConnectors: # optional, only relevant if you enable Compliance stage with "SonarQube" mode sonarExecuteScan: credentialId: "" @@ -106,7 +106,7 @@ Depending on your configuration, the Cloud Foundry Environment pipeline can comp Choose the build tool version you want to use. For more information, see [Supported Tools](supported-tools-5949283.md). - If you don't define a build tool version, a default one \(`MBTJ11N14`\) is used. + If you don't define a build tool version, a default one \(`MBTJ17N18`\) is used. @@ -859,7 +859,7 @@ Depending on your configuration, your complete `config.yml` file should look as > buildTool: "mta" # "mta", "npm", or "maven" > > service: -> buildToolVersion: "MBTJ11N14" # depends on buildTool value +> buildToolVersion: "MBTJ17N18" # depends on buildTool value > cloudConnectors: # optional, only relevant if you enable Compliance stage with "SonarQube" mode > sonarExecuteScan: > credentialId: "" diff --git a/docs/cicd/configure-an-sap-cloud-application-programming-model-job-in-your-repository-79f26e6.md b/docs/cicd/configure-an-sap-cloud-application-programming-model-job-in-your-repository-79f26e6.md index 3001243..7c8c894 100644 --- a/docs/cicd/configure-an-sap-cloud-application-programming-model-job-in-your-repository-79f26e6.md +++ b/docs/cicd/configure-an-sap-cloud-application-programming-model-job-in-your-repository-79f26e6.md @@ -52,7 +52,7 @@ Depending on your configuration, the SAP Cloud Application Programming Model pip buildTool: "mta" # "mta", "npm", or "maven" (default: "mta") service: - buildToolVersion: "MBTJ11N14" # depends on buildTool value, see table below + buildToolVersion: "MBTJ17N18" # depends on buildTool value, see table below # Stage configuration stages: @@ -101,7 +101,7 @@ Depending on your configuration, the SAP Cloud Application Programming Model pip Choose the build tool version you want to use. For more information, see [Supported Tools](supported-tools-5949283.md). - If you don't define a build tool version, a default one \(`MBTJ11N14`\) is used. + If you don't define a build tool version, a default one \(`MBTJ17N18`\) is used. @@ -757,7 +757,7 @@ Depending on your configuration, your complete `config.yml` file should look as > buildTool: "mta" # "mta", "npm", or "maven" > > service: -> buildToolVersion: "MBTJ11N14" # depends on buildTool value +> buildToolVersion: "MBTJ17N18" # depends on buildTool value > > # Stages configuration > stages: diff --git a/docs/cicd/configure-an-sap-fiori-for-the-abap-platform-job-in-your-repository-a859560.md b/docs/cicd/configure-an-sap-fiori-for-the-abap-platform-job-in-your-repository-a859560.md index 6958fa4..b1ce22f 100644 --- a/docs/cicd/configure-an-sap-fiori-for-the-abap-platform-job-in-your-repository-a859560.md +++ b/docs/cicd/configure-an-sap-fiori-for-the-abap-platform-job-in-your-repository-a859560.md @@ -58,7 +58,7 @@ Depending on your configuration, the SAP Fiori for the ABAP platform pipeline ca buildTool: "npm" service: - buildToolVersion: "N14" + buildToolVersion: "N18" cloudConnectors: transportRequestUploadCTS: credentialId: "" @@ -110,7 +110,7 @@ Depending on your configuration, the SAP Fiori for the ABAP platform pipeline ca Enter the build tool version you want to use. For more information, see [Supported Tools](supported-tools-5949283.md). - If you don't define a build tool version, a default one \(`"N14"`\) is used. + If you don't define a build tool version, a default one \(`"N18"`\) is used. @@ -574,7 +574,7 @@ Depending on your configuration, your complete `config.yml` file should look as > buildTool: "npm" > > service: -> buildToolVersion: "N14" +> buildToolVersion: "N18" > cloudConnectors: > transportRequestUploadCTS: > credentialId: "" diff --git a/docs/cicd/configure-an-sap-fiori-in-the-cloud-foundry-environment-job-in-the-job-editor-201ef60.md b/docs/cicd/configure-an-sap-fiori-in-the-cloud-foundry-environment-job-in-the-job-editor-201ef60.md index 1aa100f..65155ed 100644 --- a/docs/cicd/configure-an-sap-fiori-in-the-cloud-foundry-environment-job-in-the-job-editor-201ef60.md +++ b/docs/cicd/configure-an-sap-fiori-in-the-cloud-foundry-environment-job-in-the-job-editor-201ef60.md @@ -101,7 +101,7 @@ Depending on your configuration, the SAP Fiori in the Cloud Foundry environment Choose the build tool version you want to use. For more information, see [Supported Tools](supported-tools-5949283.md). - If you don't define a build tool version, a default one \(`MBTJ11N14`\) is used. + If you don't define a build tool version, a default one \(`MBTJ17N18`\) is used. diff --git a/docs/cicd/configure-an-sap-fiori-in-the-cloud-foundry-environment-job-in-your-repository-03814e2.md b/docs/cicd/configure-an-sap-fiori-in-the-cloud-foundry-environment-job-in-your-repository-03814e2.md index 0f43a15..6331b97 100644 --- a/docs/cicd/configure-an-sap-fiori-in-the-cloud-foundry-environment-job-in-your-repository-03814e2.md +++ b/docs/cicd/configure-an-sap-fiori-in-the-cloud-foundry-environment-job-in-your-repository-03814e2.md @@ -58,7 +58,7 @@ Depending on your configuration, the SAP Fiori in the Cloud Foundry environment buildTool: "mta" service: - buildToolVersion: "MBTJ11N14" + buildToolVersion: "MBTJ17N18" cloudConnectors: # optional, only relevant if you enable Compliance stage with "SonarQube" mode sonarExecuteScan: credentialId: "" @@ -108,7 +108,7 @@ Depending on your configuration, the SAP Fiori in the Cloud Foundry environment Enter the build tool version you want to use. For more information, see [Supported Tools](supported-tools-5949283.md). - If you don't define a build tool version, a default one \(`"MBTJ11N14"`\) is used. + If you don't define a build tool version, a default one \(`"MBTJ17N18"`\) is used. @@ -866,7 +866,7 @@ Depending on your configuration, your complete `config.yml` file should look as > buildTool: "mta" > > service: -> buildToolVersion: "MBTJ11N14" +> buildToolVersion: "MBTJ17N18" > > # Stages configuration > stages: diff --git a/docs/cicd/configure-an-sap-fiori-in-the-neo-environment-job-in-the-job-editor-619a864.md b/docs/cicd/configure-an-sap-fiori-in-the-neo-environment-job-in-the-job-editor-619a864.md index 8865955..5862ea6 100644 --- a/docs/cicd/configure-an-sap-fiori-in-the-neo-environment-job-in-the-job-editor-619a864.md +++ b/docs/cicd/configure-an-sap-fiori-in-the-neo-environment-job-in-the-job-editor-619a864.md @@ -98,7 +98,7 @@ Depending on your configuration, the SAP Fiori in the Neo environment pipeline c Choose the build tool version you want to use. For more information, see [Supported Tools](supported-tools-5949283.md). - If you don't define a build tool version, a default one \(`MBTJ11N14`\) is used. + If you don't define a build tool version, a default one \(`MBTJ17N18`\) is used. diff --git a/docs/cicd/configure-an-sap-fiori-in-the-neo-environment-job-in-your-repository-4f6185c.md b/docs/cicd/configure-an-sap-fiori-in-the-neo-environment-job-in-your-repository-4f6185c.md index be7aa65..338a8b2 100644 --- a/docs/cicd/configure-an-sap-fiori-in-the-neo-environment-job-in-your-repository-4f6185c.md +++ b/docs/cicd/configure-an-sap-fiori-in-the-neo-environment-job-in-your-repository-4f6185c.md @@ -55,7 +55,7 @@ Depending on your configuration, the SAP Fiori in the Neo environment pipeline c buildTool: "mta" service: - buildToolVersion: "MBTJ11N14" + buildToolVersion: "MBTJ17N18" cloudConnectors: # optional, only relevant if you enable Compliance stage with "SonarQube" mode sonarExecuteScan: credentialId: "" @@ -105,7 +105,7 @@ Depending on your configuration, the SAP Fiori in the Neo environment pipeline c Enter the build tool version you want to use. For more information, see [Supported Tools](supported-tools-5949283.md). - If you don't define a build tool version, a default one \(`"MBTJ11N14"`\) is used. + If you don't define a build tool version, a default one \(`"MBTJ17N18"`\) is used. @@ -717,7 +717,7 @@ Depending on your configuration, your complete `config.yml` file should look as > buildTool: "mta" > > service: -> buildToolVersion: "MBTJ11N14" +> buildToolVersion: "MBTJ17N18" > cloudConnectors: # optional, only relevant if you enable Compliance stage with "SonarQube" mode > sonarExecuteScan: > credentialId: ""