BUG FIXES:
def isConfigValid(jc)
function
IMPROVEMENTS:
- Add
getFolderName
function- At this moment if jc.job.folder will be empty folder will be represented by
jc.job.classifier + / + jc.job.type
value.
- At this moment if jc.job.folder will be empty folder will be represented by
- Rewrite
generateJobName
function- Adopt to the new
getFolderName
function
- Adopt to the new
BUG FIXES:
- Fix issue in case if
job: {}
in configuration file. Now merge function works fine.