Notes

Build software for your ARM device using virtualization

Yesterday we’ve discussed one guy’s problem in the chat. He had a device based on old ARM SoC with installed Linux on it. His target was to launch his own Qt application on it, however the Qt Framework on his device was too old.


Folders support in Jenkins Job Builder

If you want to create and update your Jenkins Job in some folder using Jenkins Job Builder (jjb), you need to put the name of the folder into the name of the job:

- job:
    name: "developer/zar/buildroot"

Note: at this moment Jenkins Job Builder isn’t able to create folder on demand by itself. This feature is not supported yet, but it will be sometimes, I hope. You can track the progress on this feature in Gerrit here.