You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Jenkinsfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,6 @@ pipeline {
17
17
}
18
18
steps {
19
19
dockerrun()
20
-
tapReporting()
21
20
}
22
21
}
23
22
stage("testing 1") {
@@ -146,10 +145,12 @@ pipeline {
146
145
}
147
146
}
148
147
148
+
// data of test.sh is persisted in docker container librecores-ci-openrisc
149
149
voiddockerrun() {
150
150
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'
151
151
}
152
152
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/
0 commit comments