Skip to content

Commit 505aae4

Browse files
Nancy ChauhanNancy Chauhan
authored andcommitted
Added comments
1 parent 67c51b0 commit 505aae4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ pipeline {
1717
}
1818
steps {
1919
dockerrun()
20-
tapReporting()
2120
}
2221
}
2322
stage("testing 1") {
@@ -146,10 +145,12 @@ pipeline {
146145
}
147146
}
148147

148+
// data of test.sh is persisted in docker container librecores-ci-openrisc
149149
void dockerrun() {
150150
sh 'docker run --rm -v $(pwd):/src -e "JOB=$JOB" -e "SIM=$SIM" -e "PIPELINE=$PIPELINE" -e "EXPECTED_FAILURES=$EXPECTED_FAILURES" -e "EXTRA_CORE_ARGS=$EXTRA_CORE_ARGS" librecores/librecores-ci-openrisc /src/.travis/test.sh'
151151
}
152152

153+
// TAP Plugin is used which adds the support to TAP test result files to Jenkins which can be seen at https://ci.librecores.org/job/Projects/job/OpenRISC/
153154
void tapReporting() {
154155
step([$class: "TapPublisher", testResults: "report.tap"])
155156
}

0 commit comments

Comments
 (0)