ROS Buildfarm deployment fails due to missing changes file
I have followed the steps to deploy my own internal ROS buildfarm. Jobs were generated in Jenkins and my src jobs are blocked by the Mrel_import_package
job. No other jobs trigger this job. Therefor, I triggered the Mrel_import_package
manually (without arguments) in Jenkins. The Mrel_import_package
fails during the import debian package
step:
python -u /home/jenkins-agent/workspace/Mrel_import-package/reprepro-updater/scripts/include_folder.py --folder /var/repos/ubuntu/building/queue/ --package --delete-folder --commit --invalidate
Usage: include_folder.py [options]
include_folder.py: error: Folders ['/var/repos/ubuntu/building/queue/'] doesn't contain a changes file. [['bionic', 'all', 'xenial']]
Build step 'Execute shell' marked build as failure
The directory is empty, as the error reports. Anyone an idea what could be wrong? And which job should populate the queue directory with the changes files? What entry point in Jenkins should I use?