File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 if : always()
6666 continue-on-error : true
6767 run : |
68- cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
68+ cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.3 -- target/RTM/testStoryMapping.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
6969
7070 - name : Upload RTM
7171 if : always()
Original file line number Diff line number Diff line change 7575 if : always()
7676 continue-on-error : true
7777 run : |
78- cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
78+ cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.3 -- target/RTM/testStoryMapping.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt
7979
8080 - name : Upload RTM
8181 if : always()
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pipeline {
5656 ])
5757
5858 // Generate RTM
59- sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.1 -- target/RTM/testStoryMapping.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
59+ sh "cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json rtm:0.4.3 -- target/RTM/testStoryMapping.txt tools/RTM/storyRequirementMapping.csv target/RTM/testRequirementsMapping.txt"
6060 // Upload RTM
6161 publishHTML(target: [
6262 alwaysLinkToLastBuild: false,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object Libs {
1616 val `scalatest` = dep(" org.scalatest" %%% " scalatest" % " 3.2.19" ) // Apache License 2.0
1717 val `caffeine` = " com.github.ben-manes.caffeine" % " caffeine" % " 3.2.0"
1818 val `jupiter-interface` = " net.aichler" % " jupiter-interface" % " 0.11.1"
19- val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1 "
19+ val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.3 "
2020
2121 val blockhound = " io.projectreactor.tools" % " blockhound" % " 1.0.11.RELEASE"
2222 val `embedded-keycloak` = " com.github.tmtsoftware.embedded-keycloak" %% " embedded-keycloak" % " 0.7.4" // Apache 2.0
You can’t perform that action at this time.
0 commit comments