Jenkins Jobs are not loading while starting it from CLI -


i have setup lot of jobs while jenkins running windows service.when try start jenkins command line , none of jobs showing up.

can 1 let me know how make sure jobs loaded when start jenkins cli on windows machine.

make sure have same jenkins home directory when run cli.

you can use jenkins_home variable control that:

set jenkins_home=c:/myjenkins java -jar jenkins.war 

Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -