-
Notifications
You must be signed in to change notification settings - Fork 8
/
cst.yml
24 lines (24 loc) · 884 Bytes
/
cst.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
schemaVersion: 2.0.0
fileExistenceTests:
- name: 'plugins.txt'
path: '/usr/share/jenkins/ref/plugins.txt'
shouldExist: true
- name: 'default plugin - kubernetes'
path: '/usr/share/jenkins/ref/plugins/kubernetes.jpi'
shouldExist: true
- name: 'default plugin - workflow-aggregator'
path: '/usr/share/jenkins/ref/plugins/workflow-aggregator.jpi'
shouldExist: true
- name: 'default plugin - git'
path: '/usr/share/jenkins/ref/plugins/git.jpi'
shouldExist: true
- name: 'default plugin - configuration-as-code'
path: '/usr/share/jenkins/ref/plugins/configuration-as-code.jpi'
shouldExist: true
- name: 'Azure VM Agents'
path: '/usr/share/jenkins/ref/plugins/azure-vm-agents.jpi'
shouldExist: true
- name: 'Azure Container Agents'
path: '/usr/share/jenkins/ref/plugins/azure-container-agents.jpi'
shouldExist: true