Update the URL for our new production Jenkins instance
Use the dedicated "prado" UID to join the systems to Jenkins
Use the new SSH key credentialId for our new production Jenkins instance
name: "{{ nodename }}+{{ ansible_default_ipv4.address }}"
labels: "{{ labels }}"
host: "{{ ansible_default_ipv4.address }}"
- credentialsId: 'c7098414-e0ba-4d97-892e-7122e01be8a8'
+ credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
remoteFS: '/home/jenkins-build/build'
vars:
- jenkins_user: 'jenkins-build'
# jenkins API credentials:
- - api_user: 'alfredodeza'
+ - api_user: 'prado'
- token: '${token}'
- - api_uri: 'http://staging-jenkins.ceph.com'
+ - api_uri: 'https://jenkins.ceph.com'
- nodename: '${nodename}'
- labels: '${labels}'
tasks:
name: "{{ nodename }}+{{ ansible_default_ipv4.address }}"
labels: "{{ labels }}"
host: "{{ ansible_default_ipv4.address }}"
- credentialsId: 'c7098414-e0ba-4d97-892e-7122e01be8a8'
+ credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'
remoteFS: '/home/jenkins-build/build'