я пытаюсь запланировать триггер для следующего шаблона:
/mnt/YYYY-MM-DD/DONE
, например, сработает одна из следующих строк:
/mnt/2018-12-18/DONE
/mnt/2017-12-18/DONE
я попытался поместить шаблоны (с расписанием H / 2 * * * *)
/mnt/2*/DONE
/mnt/2**/DONE
, но Дженкинс не активировал
по причине:
Polling started on Dec 20, 2018 5:12:00 PM
Polling for the job data_Import
Looking nodes where the poll can be run.
Looking for a candidate node to run the poll.
Trying to find an eligible node with the assigned project label server1
Polling remotely on server1
The folder path '/mnt/2**' doesn't exist.
The computed file doesn't exist.
Polling complete. Took 16 ms.
No changes.