Skip to content

Commit 4130fcf

Browse files
committed
Fix TCK results zip file name.
1 parent bfcaa33 commit 4130fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
sh """
8989
bash -x ${WORKSPACE}/docker/run_jakartamailtck.sh
9090
"""
91-
archiveArtifacts artifacts: "mailtck-results.tar.gz"
91+
archiveArtifacts artifacts: "mail-tck-results.tar.gz"
9292
junit testResults: 'results/junitreports/*.xml', allowEmptyResults: true
9393
}
9494
}

0 commit comments

Comments
 (0)