We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91526ec commit f48f166Copy full SHA for f48f166
1 file changed
Jenkinsfile
@@ -21,7 +21,7 @@ node('rhel7'){
21
withEnv(['JUNIT_REPORT_PATH=report.xml']) {
22
stage('Test') {
23
wrap([$class: 'Xvnc']) {
24
- sh "npm test --silent"
+ sh "npm test"
25
junit 'report.xml'
26
}
27
0 commit comments