-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: blueocean-pipeline-editor-plugin, blueocean-plugin
-
iapetus
I named my stage something horrible and unforgivable, yet I am unable to delete it (stack trace results).
Reproducable with:
pipeline {
agent any
stages {
stage('first') {
steps {
retry(count: '5') {
sh('echo 42')
}
}
}
}
}
- links to