Skip to content

Commit

Permalink
remove report step from jksf
Browse files Browse the repository at this point in the history
  • Loading branch information
rudihinds committed Oct 27, 2021
1 parent 46e24b9 commit e052c93
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@ pipeline {
bat 'mvn package'
}
}
stage('report') {
steps {
cucumber fileIncludePattern: '**/*.json', sortingMethod: 'ALPHABETICAL'
}
}
}
}

0 comments on commit e052c93

Please sign in to comment.