Sha256: d69e228e9ddf7b1b9421c02d9075b4420f44c5b2a6315591fca24b8974b6be3d
Contents?: true
Size: 667 Bytes
Versions: 89
Compression:
Stored size: 667 Bytes
Contents
# The Jenkins server and login information can be stored in a YAML file like this # so we don't have to pass in the parameters every we login to the server # through this API client. # This file contains the following four parameters # The IP address of the Jenkins CI Server :server_ip: server_ip #:server_url: https://server_url/ # The port number on which the Jenkins listens on. The default is 8080 #:server_port: 8080 # If there is a web server routing your Jenkins requests you might need this #:jenkins_path: "" # The username and password to authenticate to the server :username: username #:password: my_password :password_base64: my_base64_password
Version data entries
89 entries across 89 versions & 1 rubygems