We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dfb7c commit c225a48Copy full SHA for c225a48
Jenkinsfile
@@ -133,7 +133,7 @@ pipeline{
133
cd $WORKSPACE/java-client-api/marklogic-client-api-functionaltests/build/test-results/test/
134
sed -i "s/classname=\\"/classname=\\"${STAGE_NAME}-/g" TEST*.xml
135
'''
136
- junit '**/build/**/marklogic-client-api-functionaltests/**/TEST*.xml'
+ junit '**/marklogic-client-api-functionaltests/**/build/**/TEST*.xml'
137
}
138
post{
139
unsuccessful{
0 commit comments