-
Bug
-
Resolution: Fixed
-
Major
When you have a Test with special Characters in your Test results and you want to drop the claim the action will fail
It will call this url:
job/claim-repro/4/testReport/com.example.tests/XYZTestClass[MARKER]/testMethod/claim/unclaim.
But I guess it should be:
job/claim-repro/4/testReport/com.example.tests/XYZTestClass%5BMARKER%5D/testMethod/claim/unclaim
with the special characters url encoded.
You can use this pipeline for repo:
pipeline {
agent any
post {
always
}
stages {
stage("Simulate test") {
steps
}
}
}
- causes
-
JENKINS-75483 Drop the claim button leads to a not found page (This page may not exist, or you may not have permission to see it)
-
- Closed
-