Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit f354f50

Browse files
Fix alphabetical order
1 parent be3b113 commit f354f50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

defaults/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# The version of the jenkins when it is installed with the jenkins role dependency
3-
jenkins_pipeline_library_jenkins_version: "2.319.2"
3+
jenkins_pipeline_library_jenkins_version: "2.319.3"
44

55
# Controls if the jenkins will be installed by the jenkins role dependency
66
jenkins_pipeline_library_jenkins_install: false
@@ -49,16 +49,16 @@ jenkins_pipeline_library_debug: false
4949

5050
# Plugins and their versions that must be present for jenkins-pipeline-library
5151
jenkins_pipeline_library_plugins_present:
52-
- name: analysis-model-api
53-
version: "10.9.1"
5452
- name: ace-editor
5553
version: "1.1"
56-
- name: authentication-tokens
57-
version: "1.4"
54+
- name: analysis-model-api
55+
version: "10.9.1"
5856
- name: antisamy-markup-formatter
5957
version: "2.7"
6058
- name: apache-httpcomponents-client-4-api
6159
version: "4.5.13-1.0"
60+
- name: authentication-tokens
61+
version: "1.4"
6262
- name: bootstrap4-api
6363
version: "4.6.0-3"
6464
- name: bootstrap5-api

0 commit comments

Comments
 (0)