This repository can be used to demonstrate the nr-showcase-devops-tools pipeline. The pipeline is Jenkins/SonarQube that implements a Pull Request pipeline; and this repository contains very simple examples of the files required by an application repository to be built/deployed in that pipeline.
These files are specifically for this particular pipeline and setup. The Jenkinsfiles contain references to secrets and locations that are created when building the nr-showcase-devops-tools.
Name | Description |
---|---|
Jenkinsfile | this is the master branch build pipeline |
Jenkinsfile.cicd | this is the Pull Request build pipeline |
sonar-project.properties | this is will configure your SonarQube scans |
.github/ - PR and Issue templates
demo-sq/ - Simple Node code to demonstrate Code Coverage for SonarQube
CODE-OF-CONDUCT.md - Code of Conduct
CONTRIBUTING.md - Contributing Guidelines
Jenkinsfile - Top-level Pipeline
Jenkinsfile.cicd - Pull-Request Pipeline
LICENSE - License
sonar-project.properties - SonarQube configuration
To report bugs/issues/features requests, please file an issue.
If you would like to contribute, please see our contributing guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright 2019 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.