We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For step 'gradleExecuteBuild', how to pass below ENV to the gradle execution docker container?
Run SAP/project-piper-action@main with: step-name: gradleExecuteBuild flags: --publish --createBOM env: PIPER_ACTION_PIPER_VERSION: latest PIPER_ACTION_SAP_PIPER_VERSION: latest PIPER_ACTION_SAP_PIPER_OWNER: project-piper PIPER_ACTION_SAP_PIPER_REPOSITORY: sap-piper PIPER_ACTION_GITHUB_ENTERPRISE_TOKEN: *** PIPER_ACTION_PIPELINE_ENV: {****}
I want to access these ENV in build.gradle with below code:
System.getenv('PIPER_ACTION_PIPELINE_ENV')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For step 'gradleExecuteBuild', how to pass below ENV to the gradle execution docker container?
I want to access these ENV in build.gradle with below code:
The text was updated successfully, but these errors were encountered: