What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello Everyone, does anyone knows the command to import configuration(cronjob setup) into Jenkins co

U01J3GPTA1H
U01J3GPTA1H Posts: 43 🧑🏻‍🚀 - Cadet

Hello Everyone,
does anyone knows the command to import configuration(cronjob setup) into Jenkins
console setup:jenkins:generate this didn't worked for me

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    docker/sdk console will print out all registered console commands\plugins.
    docker/sdk console scheduler:setup or something like this should be the command you are looking for.

  • U01LKKBK97T
    U01LKKBK97T Posts: 287 🧑🏻‍🚀 - Cadet
    edited June 2021

    If @valerii.trots's proposal isn't working right away, run docker/sdk console scheduler:clean before.

  • U01J3GPTA1H
    U01J3GPTA1H Posts: 43 🧑🏻‍🚀 - Cadet

    Thank you guys it worked