Agent Service Credentials
No authentication
HTTP Basic Authentication
services:
- name: dev jenkins
type: jenkins
enabled: true
config:
url: https://dev.jenkins.example.com:8080
credentials:
type: basic
username: bm90LWEtZ29vZC11c2VybmFtZQ==
password: YWxzby1ub3QtZ29vZC1wYXNzd29yZA==HTTP Bearer Authentication
HTTP "Token" Authentication
Last updated