Skip to content

Commit

Permalink
Merge pull request #30 from hmcts/task/latest-from-gl
Browse files Browse the repository at this point in the history
Task/latest from gl
  • Loading branch information
Ianrfisher authored Oct 26, 2023
2 parents b909e4c + 47274f2 commit 42000f4
Show file tree
Hide file tree
Showing 85 changed files with 4,834 additions and 988 deletions.
101 changes: 73 additions & 28 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -63,49 +63,94 @@ withPipeline(type, product, component) {
reportName : "Checkstyle Test Report"
]

// publishHTML target: [
// allowMissing : true,
// alwaysLinkToLastBuild: true,
// keepAll : true,
// reportDir : "build/reports/checkstyle",
// reportFiles : "functionalTest.html",
// reportName : "Checkstyle Functional Test Report"
// ]

// publishHTML target: [
// allowMissing : true,
// alwaysLinkToLastBuild: true,
// keepAll : true,
// reportDir : "build/reports/checkstyle",
// reportFiles : "integrationTest.html",
// reportName : "Checkstyle Integration Test Report"
// ]

// publishHTML target: [
// allowMissing : true,
// alwaysLinkToLastBuild: true,
// keepAll : true,
// reportDir : "build/reports/tests/test",
// reportFiles : "index.html",
// reportName : "Unit Tests Report"
// ]
publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/checkstyle",
reportFiles : "integrationTest.html",
reportName : "Checkstyle Integration Test Report"
]

publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/checkstyle",
reportFiles : "smokeTest.html",
reportName : "Checkstyle Smoke Test Report"
]
publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/checkstyle",
reportFiles : "functionalTest.html",
reportName : "Checkstyle Functional Test Report"
]

publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/pmd",
reportFiles : "main.html",
reportName : "PMD Report"
reportName : "PMD Main Report"
]

publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/pmd",
reportFiles : "test.html",
reportName : "PMD Test Report"
]

publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/pmd",
reportFiles : "integrationTest.html",
reportName : "PMD Integration Test Report"
]

publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/pmd",
reportFiles : "smokeTest.html",
reportName : "PMD SmokeTest Report"
reportName : "PMD Smoke Test Report"
]

publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/pmd",
reportFiles : "functionalTest.html",
reportName : "PMD Functional Test Report"
]

publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/tests/test",
reportFiles : "index.html",
reportName : "Unit Test Report"
]

publishHTML target: [
allowMissing : true,
alwaysLinkToLastBuild: true,
keepAll : true,
reportDir : "build/reports/tests/integration",
reportFiles : "index.html",
reportName : "Integration Test Report"
]
}

Expand Down
22 changes: 5 additions & 17 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
MIT License
The MIT License (MIT)

Copyright (c) 2023 HM Courts & Tribunals Service
Copyright (c) 2023 HMCTS (HM Courts & Tribunals Service)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit 42000f4

Please sign in to comment.