Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brightspace/bdp-ci-action
Github actions for BDP CI/CD
https://github.com/brightspace/bdp-ci-action
Last synced: 5 days ago
JSON representation
Github actions for BDP CI/CD
- Host: GitHub
- URL: https://github.com/brightspace/bdp-ci-action
- Owner: Brightspace
- License: apache-2.0
- Created: 2020-08-18T20:19:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:47:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T00:43:11.645Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bdp-ci-action
Github actions for BDP CI## java-build
- If DEPLOY="true" is set on a component's CI then this script only releases commits to master to Artifactory.
If a developer needs to publish a development build simply change the component CI to use DEPLOY="force" on the development branch.- By default the java-build will assume that both Jacoco and Coveralls are enabled plugins. You can overwrite
the coverage directives with `CODE_COVERAGE_COMMANDS=`. An empty string disables code coverage.