Skip to content

Commit

Permalink
Update jira-users-report/Jenkinsfile
Browse files Browse the repository at this point in the history
Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com>
  • Loading branch information
dduportal and lemeurherve authored Apr 7, 2022
1 parent 71c6422 commit 4e059b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jira-users-report/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ pipeline {
}
steps {
dir('jira-users-report') {
sh '''
bash ./user-report.sh > jira-users-report.json
'''
sh 'bash ./user-report.sh > jira-users-report.json'
archiveArtifacts 'jira-users-report.json'
}
}
Expand Down

0 comments on commit 4e059b2

Please sign in to comment.