-
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