jenkinsci / jenkinsci/xshell-plugin
[JENKINS-28038] xshell should make itself available in "conditional build step" and "post-build actions" lists
- Dominant language
- Java
- Stars
- 16
- Forks
- 19
- Avg merge
- 1h 53m
- Merged PRs (30d)
- 1
Description
xshell-plugin appears only in the drop-down list of normal build steps.
I want to run a script via xshell-plugin as a conditional build step but it doesn't register itself with conditional-buildstep so isn't available in the list there;
Likewise I want to run an xshell script as a post-build action (so it doesn't affect the build status) but it isn't available in the list of available Post-Build Actions;
Also I want to run it as a conditional post-build action (via flexible-publish-plugin) but it doesn't appear in the list of available actions there either.
---
Originally reported by edrandall, imported from: xshell should make itself available in "conditional build step" and "post-build actions" lists
Raw content of original issue
xshell-plugin appears only in the drop-down list of normal build steps.
I want to run a script via xshell-plugin as a conditional build step but it doesn't register itself with conditional-buildstep so isn't available in the list there;
Likewise I want to run an xshell script as a post-build action (so it doesn't affect the build status) but it isn't available in the list of available Post-Build Actions;
Also I want to run it as a conditional post-build action (via flexible-publish-plugin) but it doesn't appear in the list of available actions there either.
environment
```
Jenkins-1.596.2
Xshell-0.10
Conditional-buildstep-1.3.3
Flexible-publish-plugin-0.14.1
```
Contributor guide
Assessment
This issue has not been assessed yet.