|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yeah, i know that. I was asking if the job code is actually requiring file vs config object as Java Object. Even if it uses File object it seems that this might be room for improvement. I.e. if instead of the file it would use "abstract" config object then such decoupling would remove the requirement of a separate file for the job. Config object could be created from anything even part of the main config.xml.