Skip to content

Commit

Permalink
fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marunjar committed Mar 3, 2024
1 parent ba154c4 commit 36430eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pipeline {
}
post {
success {
recordIssues skipBlames: true, skipPublishingChecks: true, sourceDirectories: 'app/src', tools: [androidLintParser(pattern: '**/reports/lint-results-*.xml')]
recordIssues skipBlames: true, skipPublishingChecks: true, sourceDirectories: ['app/src'], tools: [androidLintParser(pattern: '**/reports/lint-results-*.xml')]
influxDbPublisher customPrefix: 'anewjkuapp', customProjectName: '', jenkinsEnvParameterField: '', jenkinsEnvParameterTag: '', selectedTarget: 'jenkins'
}
always {
Expand Down

0 comments on commit 36430eb

Please sign in to comment.