-
New Feature
-
Resolution: Duplicate
-
Minor
-
None
-
CentOS6
It would be nice if the conditional build step allowed for an else block.
I don't necessarily want support for nesting those blocks, but in the case of boolean conditions, it makes a lot of sense to create an:
if {
} else {
}
construct in the job.
I realize I could make two conflicting (if equals and then if not equals) but having the two blocks makes much more sense.
Especially when users have multi-step builds. For example:
Multi-Step build:
1) make clean
2) if($PROFILING)
2) else
{make -PROFILING=FALSE }3) make install
4) if ($GENERATE_DOCS)
5) `some final step`
- duplicates
-
JENKINS-20292 Option to specify an else-block
-
- Open
-
[JENKINS-25918] Conditional Build Step - Add support for else clause
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue duplicates JENKINS-20292 [ JENKINS-20292 ] |
Workflow | Original: JNJira [ 159905 ] | New: JNJira + In-Review [ 196238 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |