Swagat Mishra
Swagat Mishra

Reputation: 3

How i can setup my Jenkins that can be used in different machines?

How i can setup my Jenkins that can be used in different machines? i want a jenkin to be setup and any one can hit the URL with IP and login with valid credentials. The main aim is not to configure jenkins on every colleagues system and they can access my jenkins just through an URL.

Upvotes: 0

Views: 823

Answers (1)

Nic
Nic

Reputation: 357

You can install one instance of Jenkins in a dedicated server, tune it, secure it and create the Jobs. After it you can share the IP/Host and the user & password to your colleagues and they can access to Jenkins.

I recommend you to check the installation manual: https://jenkins.io/doc/book/installing/

Upvotes: 2

Related Questions