Skip to content

Commit

Permalink
Fix typo in jenkinsfile
Browse files Browse the repository at this point in the history
Co-authored-by: Manfred Endres <2523575+Larusso@users.noreply.github.com>
  • Loading branch information
Joaquimmnetto and Larusso committed Jul 2, 2021
1 parent f3400c8 commit a661651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
@Library('github.com/wooga/atlas-jenkins-pipeline@1.x') _
withCredentials([string(credentialsId: 'atlas_rust_coveralls_token', variable: 'coveralls_token'),
string(credentialsId: 'atlas_plugins_sonar_token', variable: 'sonar_token')]) {
buildGradlePlugin plaforms: ['unix', 'windows'], sonarToken: sonar_token, coverallsToken: coveralls_token
buildGradlePlugin platforms: ['unix', 'windows'], sonarToken: sonar_token, coverallsToken: coveralls_token
}

0 comments on commit a661651

Please sign in to comment.