1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Updated docs for step default values

This commit is contained in:
Petko Dimitrov
2025-07-04 09:14:49 +03:00
parent ae7d55bafd
commit b8451aca5a
4 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ spec:
default: html
- name: createBOM
type: bool
description: Creates the bill of materials (BOM) using CycloneDX plugin. It requires Go 1.17 or newer.
description: Creates the bill of materials (BOM) using CycloneDX plugin. It requires Go 1.17 or newer. Note that this step is defaulted to 'true' in the individual [build step(s)](../stages/README.md).
scope:
- GENERAL
- STEPS
@@ -112,7 +112,7 @@ spec:
- STEPS
- name: publish
type: bool
description: Configures the build to publish artifacts to a repository.
description: Configures the build to publish artifacts to a repository. Note that this step is defaulted to 'true' in the individual [build step(s)](../stages/README.md).
scope:
- STEPS
- STAGES

View File

@@ -27,7 +27,7 @@ spec:
default: build
- name: publish
type: bool
description: Configures gradle to publish the artifact to a repository.
description: Configures gradle to publish the artifact to a repository. Note that this step is defaulted to 'true' in the individual [build step(s)](../stages/README.md).
scope:
- STEPS
- STAGES
@@ -70,7 +70,7 @@ spec:
param: custom/repositoryUsername
- name: createBOM
type: bool
description: Creates the bill of materials (BOM) using CycloneDX plugin.
description: Creates the bill of materials (BOM) using CycloneDX plugin. Note that this step is defaulted to 'true' in the individual [build step(s)](../stages/README.md).
scope:
- GENERAL
- STEPS

View File

@@ -201,7 +201,7 @@ spec:
param: custom/repositoryUrl
- name: publish
type: bool
description: pushed mtar artifact to altDeploymentRepositoryUrl/altDeploymentRepositoryID when set to true
description: Pushed mtar artifact to altDeploymentRepositoryUrl/altDeploymentRepositoryID when set to true. Note that this step is defaulted to 'true' in the individual [build step(s)](../stages/README.md).
scope:
- STEPS
- STAGES
@@ -229,7 +229,7 @@ spec:
param: custom/buildSettingsInfo
- name: createBOM
type: bool
description: Creates the bill of materials (BOM) using CycloneDX plugin.
description: Creates the bill of materials (BOM) using CycloneDX plugin. Note that this step is defaulted to 'true' in the individual [build step(s)](../stages/README.md).
scope:
- GENERAL
- STEPS

View File

@@ -32,7 +32,7 @@ spec:
- STEPS
- name: createBOM
type: bool
description: Creates the bill of materials (BOM) using CycloneDX plugin.
description: Creates the bill of materials (BOM) using CycloneDX plugin. Note that this step is defaulted to 'true' in the individual [build step(s)](../stages/README.md).
scope:
- GENERAL
- STEPS
@@ -41,7 +41,7 @@ spec:
default: false
- name: publish
type: bool
description: Configures the build to publish artifacts to a repository.
description: Configures the build to publish artifacts to a repository. Note that this step is defaulted to 'true' in the individual [build step(s)](../stages/README.md).
scope:
- STEPS
- STAGES