Open haklop opened 9 years ago
Tested, LGTM
Just so we don't forget, we agreed with @haklop that project env should be multivalued, i.g:
bzk project env set GOMAXPROCS 1 2 3 4
And don't forget to update the doc to explain the 3 override levels: bazooka.yml
-> project env -> job parameters.
Enable job parameters to be set on project side.
Can be use to defined default parameters values.
Add a new command:
bzk project env
bzk project env my-project A 5
sets the default value of A to 5 for the project my-project. This value is used if a job is started without specify a value for A.Permutation is not yet possible (wip, it'll come on another PR). Permutations can only be generated by using
bzk job start
command.