-
Notifications
You must be signed in to change notification settings - Fork 36
/
actions.yaml
24 lines (24 loc) · 969 Bytes
/
actions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
restart:
description: Wait for all jobs to be completed and restart jenkins.
upgrade:
description: Upgrade jenkins package when using bundle.
install-dependencies:
description: |
Install Jenkins dependencies for the specified Jenkins version (or the currently installed/
anticipated to be installed version if the Jenkins version is not specified). Primarily useful
during integration tests.
params:
jenkins_version:
type: string
description: The version of Jenkins to install dependencies for.
quiet-down:
description: Put Jenkins in a Quiet mode. In that mode Jenkins doesn’t start any build.
cancel-quiet-down:
description: Cancel quiet mode.
update-plugins:
description: |
Install available updates for plugins and safe-restart jenkins. No-op if there aren't updates
available.
get-admin-credentials:
description: |
Retrieve the admin credentials, including the password which may have been auto-generated.