Hi Team i want to create a custom job in spryker how do i create a job. As of now i'm aware of the jenkins.php only
p
polite-lunch-97479
05/22/2023, 1:27 PM
• create a console command in your Zed module
• register it in \WF\Zed\Console\ConsoleDependencyProvider::getConsoleCommands
• add a job to jenkins.php to run this console command