Skip to content

Commit

Permalink
updated atlas plugin to 2.2.0, and added sonarqube support (#8)
Browse files Browse the repository at this point in the history
atlas plugin gradle plugin updated to 2.2.0, and added Sonarqube support on Jenkinsfile.

Co-authored-by: Manfred Endres <2523575+Larusso@users.noreply.github.com>

Co-authored-by: Joaquim Neto <joaquim.neto@wooga.net>
Co-authored-by: Manfred Endres <2523575+Larusso@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 2, 2021
1 parent 24c3730 commit 468b267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* limitations under the License.
*/
@Library('github.com/wooga/atlas-jenkins-pipeline@1.x') _
withCredentials([string(credentialsId: 'atlas_rust_coveralls_token', variable: 'coveralls_token')]) {
buildGradlePlugin plaforms: ['unix', 'windows'], coverallsToken: coveralls_token
withCredentials([string(credentialsId: 'atlas_rust_coveralls_token', variable: 'coveralls_token'),
string(credentialsId: 'atlas_plugins_sonar_token', variable: 'sonar_token')]) {
buildGradlePlugin platforms: ['unix', 'windows'], sonarToken: sonar_token, coverallsToken: coveralls_token
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

plugins {
id 'net.wooga.plugins' version '2.0.0'
id 'net.wooga.plugins' version '2.2.0'
}

group 'net.wooga.gradle'
Expand Down

0 comments on commit 468b267

Please sign in to comment.