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 6060 - name : Generate RTM
6161 if : always()
6262 run : |
63- 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/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt
63+ 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/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt
6464
6565 - name : Upload RTM
6666 if : always()
Original file line number Diff line number Diff line change 6767 - name : Generate RTM
6868 if : always()
6969 run : |
70- 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/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt
70+ 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/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt
7171
7272 - name : Upload RTM
7373 if : always()
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ pipeline {
7676 stage('Generate RTM') {
7777 steps {
7878 // Generate RTM
79- 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/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt"
79+ 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/cswStoryToRequirementMap.csv target/RTM/testRequirementsMapping.txt"
8080 // Upload RTM
8181 publishHTML(target: [
8282 alwaysLinkToLastBuild: false,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ object Libs {
5353 val `caffeine` = " com.github.ben-manes.caffeine" % " caffeine" % " 3.2.0"
5454 val netty = " io.netty" % " netty-all" % " 4.1.119.Final"
5555 val `case-app` = " com.github.alexarchambault" %% " case-app" % " 2.1.0-M30"
56- val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.1 "
56+ val `tmt-test-reporter` = " com.github.tmtsoftware.rtm" %% " rtm" % " 0.4.3 "
5757}
5858
5959object Borer {
You can’t perform that action at this time.
0 commit comments