Bug #2176
jobs conditions cannot react to command line variables
Status: | Resolved | Start date: | 02/10/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Moringen | % Done: | 0% | |
Category: | Data Model | |||
Target version: | 0.9 |
Description
Trying conditions like:
"foo": "bar" "${foo}": "bar"
does not work in case
-D foo=bar
is given on the command line. It however works when specifying the variable inside the job variable list in a template.
History
#1 Updated by J. Moringen about 8 years ago
- Target version set to 0.5
#2 Updated by J. Moringen over 6 years ago
- Target version changed from 0.5 to 0.8
#3 Updated by J. Moringen over 6 years ago
- Target version changed from 0.8 to 0.9
#4 Updated by J. Moringen about 6 years ago
- Category set to Data Model
- Status changed from New to Resolved
This works now.