Skip to content

Commit

Permalink
Merge pull request #155 from hmcts/FPET-1039
Browse files Browse the repository at this point in the history
FPET-1039-added test cases
  • Loading branch information
priteshkr authored Jul 22, 2024
2 parents 1f4fc10 + 7381868 commit 41f6342
Show file tree
Hide file tree
Showing 2 changed files with 1,616 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def branchesToSync = ['demo', 'perftest', "ithc"]

withCamundaOnlyPipeline(type, product, component, s2sServiceName, tenantId) {

afterSuccess('test') {
afterAlways('test') {
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/reports/tests/**/*'
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/reports/tests/integration/**/*'
}
Expand Down
Loading

0 comments on commit 41f6342

Please sign in to comment.