tabeyti / jenkins-jack

Jack into your Jenkins to execute Pipeline scripts, provide Pipeline step autocompletions, pull Shared Library step documenation, run console groovy scripts across multiple nodes, and more! Honestly, not that much more.
Other
98 stars 31 forks source link

Question: How can I change the folder of a Job ? #78

Closed ni-dschiller closed 2 years ago

ni-dschiller commented 2 years ago

When connecting to a locla Jenkins Server and executing a TestJob.groovy the first time Jack ask me in which folder I want to reate this Job. When I connect to another Jenkins Server and do the same Jack ask again and I put my Job inside a folder. Then going back to the local Server Jack tries to create this folder as well on the local server. How I can get rid of the folder again / reset Jack in that way that it ask me again for the folder ?

ni-dschiller commented 2 years ago

Found it. There is a .TestJob.config.json:

{
    "name": "TestJob",
    "params": null,
    "folder": "Metrics"
}