The target directory into which the build artifact will be generated. Also known as PIPELINE_DEPLOY_WORKSPACE.
CDE_DEPLOY_POLL_TIMEOUT
Used to set timeouts (in seconds) for the pipelines-deploycommand without any limit. Default value is 1800.
CI, CONTINUOUS_INTEGRATION
With a value of true, indicates that this job is being run in a continuous integration context, rather than initiated directly by a human.
npm_config_ignore_scripts
Prevents npm from running scripts during the build process for enhanced security. The default value is true. You must manually update the value to false to use npm scripts.
With a value of running, indicates that this job is running in a pipeline context.
PIPELINE_VCS_PATH
The path of the branch specified in the --vcs-path argument of the start command. Also known as SOURCE_VCS_PATH.
PIPELINES_CURRENT_EVENT
The name of the current running event. See Events.
PIPELINES_ENCRYPTED_VARIABLES_AVAILABLE
A flag to enable or disable decryption of variables.
PIPELINES_SCRIPT_DATA_FILE
The name of the file to save script execution data to. Deployment information is stored as shown in the following example if the pipelines-deploy command is executed through acquia-pipelines.yaml:
The PIPELINES_DEPLOYMENT_LINK variable is not available during runtime.
SOURCE_DIR
The source directory containing the build instructions.
SYNC_DB_POLL_TIMEOUT
Used to set timeouts (in seconds) for the pipelines-sync-dbscommand without any limit. Default value is 1000.
YARN_ENABLE_SCRIPTS
Prevents Yarn from running scripts during the build process for enhanced security. The default value is false. You must manually update the value to true to use Yarn scripts.
For information about the variables key in your YAML file, see variables:. For details about including secure (encrypted) variables in the variables key, see Encrypting keys and variables.
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Default environment variables in Pipelines | Acquia Product Documentation
The target directory into which the build artifact will be generated. Also known as PIPELINE_DEPLOY_WORKSPACE.
CDE_DEPLOY_POLL_TIMEOUT
Used to set timeouts (in seconds) for the pipelines-deploycommand without any limit. Default value is 1800.
CI, CONTINUOUS_INTEGRATION
With a value of true, indicates that this job is being run in a continuous integration context, rather than initiated directly by a human.
npm_config_ignore_scripts
Prevents npm from running scripts during the build process for enhanced security. The default value is . You must manually update the value to to use npm scripts.
With a value of running, indicates that this job is running in a pipeline context.
PIPELINE_VCS_PATH
The path of the branch specified in the --vcs-path argument of the start command. Also known as SOURCE_VCS_PATH.
PIPELINES_CURRENT_EVENT
The name of the current running event. See Events.
PIPELINES_ENCRYPTED_VARIABLES_AVAILABLE
A flag to enable or disable decryption of variables.
PIPELINES_SCRIPT_DATA_FILE
The name of the file to save script execution data to. Deployment information is stored as shown in the following example if the pipelines-deploy command is executed through acquia-pipelines.yaml:
The PIPELINES_DEPLOYMENT_LINK variable is not available during runtime.
SOURCE_DIR
The source directory containing the build instructions.
SYNC_DB_POLL_TIMEOUT
Used to set timeouts (in seconds) for the pipelines-sync-dbscommand without any limit. Default value is 1000.
YARN_ENABLE_SCRIPTS
Prevents Yarn from running scripts during the build process for enhanced security. The default value is false. You must manually update the value to true to use Yarn scripts.
For information about the variables key in your YAML file, see variables:. For details about including secure (encrypted) variables in the variables key, see Encrypting keys and variables.
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.