|
11 | 11 | <properties>
|
12 | 12 | <aws-java-sdk2-plugin.version>2.30.10-22.v1339d66b_e0f4</aws-java-sdk2-plugin.version>
|
13 | 13 | <gcp-java-sdk-plugin.version>26.23.0-28.vd30f921a_22a_8</gcp-java-sdk-plugin.version>
|
| 14 | + <blueocean-plugin.version>1.27.16</blueocean-plugin.version> |
14 | 15 | <branch-api-plugin.version>2.1206.vd9f35001c95c</branch-api-plugin.version>
|
15 | 16 | <cloudbees-folder-plugin.version>6.955.v81e2a_35c08d3</cloudbees-folder-plugin.version>
|
16 | 17 | <checks-api.version>2.2.3</checks-api.version>
|
|
84 | 85 | <artifactId>configuration-as-code</artifactId>
|
85 | 86 | <version>${configuration-as-code-plugin.version}</version>
|
86 | 87 | </dependency>
|
| 88 | + <dependency> |
| 89 | + <groupId>io.jenkins.blueocean</groupId> |
| 90 | + <artifactId>blueocean-bitbucket-pipeline</artifactId> |
| 91 | + <version>${blueocean-plugin.version}</version> |
| 92 | + </dependency> |
| 93 | + <dependency> |
| 94 | + <groupId>io.jenkins.blueocean</groupId> |
| 95 | + <artifactId>blueocean-commons</artifactId> |
| 96 | + <version>${blueocean-plugin.version}</version> |
| 97 | + </dependency> |
| 98 | + <dependency> |
| 99 | + <groupId>io.jenkins.blueocean</groupId> |
| 100 | + <artifactId>blueocean-config</artifactId> |
| 101 | + <version>${blueocean-plugin.version}</version> |
| 102 | + </dependency> |
| 103 | + <dependency> |
| 104 | + <groupId>io.jenkins.blueocean</groupId> |
| 105 | + <artifactId>blueocean-core-js</artifactId> |
| 106 | + <version>${blueocean-plugin.version}</version> |
| 107 | + </dependency> |
| 108 | + <dependency> |
| 109 | + <groupId>io.jenkins.blueocean</groupId> |
| 110 | + <artifactId>blueocean-dashboard</artifactId> |
| 111 | + <version>${blueocean-plugin.version}</version> |
| 112 | + </dependency> |
| 113 | + <dependency> |
| 114 | + <groupId>io.jenkins.blueocean</groupId> |
| 115 | + <artifactId>blueocean-events</artifactId> |
| 116 | + <version>${blueocean-plugin.version}</version> |
| 117 | + </dependency> |
| 118 | + <dependency> |
| 119 | + <groupId>io.jenkins.blueocean</groupId> |
| 120 | + <artifactId>blueocean-executor-info</artifactId> |
| 121 | + <version>${blueocean-plugin.version}</version> |
| 122 | + </dependency> |
| 123 | + <dependency> |
| 124 | + <groupId>io.jenkins.blueocean</groupId> |
| 125 | + <artifactId>blueocean-git-pipeline</artifactId> |
| 126 | + <version>${blueocean-plugin.version}</version> |
| 127 | + </dependency> |
| 128 | + <dependency> |
| 129 | + <groupId>io.jenkins.blueocean</groupId> |
| 130 | + <artifactId>blueocean-github-pipeline</artifactId> |
| 131 | + <version>${blueocean-plugin.version}</version> |
| 132 | + </dependency> |
| 133 | + <dependency> |
| 134 | + <groupId>io.jenkins.blueocean</groupId> |
| 135 | + <artifactId>blueocean-i18n</artifactId> |
| 136 | + <version>${blueocean-plugin.version}</version> |
| 137 | + </dependency> |
| 138 | + <!-- TODO add blueocean-jira --> |
| 139 | + <dependency> |
| 140 | + <groupId>io.jenkins.blueocean</groupId> |
| 141 | + <artifactId>blueocean-jwt</artifactId> |
| 142 | + <version>${blueocean-plugin.version}</version> |
| 143 | + </dependency> |
| 144 | + <dependency> |
| 145 | + <groupId>io.jenkins.blueocean</groupId> |
| 146 | + <artifactId>blueocean-personalization</artifactId> |
| 147 | + <version>${blueocean-plugin.version}</version> |
| 148 | + </dependency> |
| 149 | + <dependency> |
| 150 | + <groupId>io.jenkins.blueocean</groupId> |
| 151 | + <artifactId>blueocean-pipeline-api-impl</artifactId> |
| 152 | + <version>${blueocean-plugin.version}</version> |
| 153 | + </dependency> |
| 154 | + <dependency> |
| 155 | + <groupId>io.jenkins.blueocean</groupId> |
| 156 | + <artifactId>blueocean-pipeline-editor</artifactId> |
| 157 | + <version>${blueocean-plugin.version}</version> |
| 158 | + </dependency> |
| 159 | + <dependency> |
| 160 | + <groupId>io.jenkins.blueocean</groupId> |
| 161 | + <artifactId>blueocean-pipeline-scm-api</artifactId> |
| 162 | + <version>${blueocean-plugin.version}</version> |
| 163 | + </dependency> |
| 164 | + <dependency> |
| 165 | + <groupId>io.jenkins.blueocean</groupId> |
| 166 | + <artifactId>blueocean-rest</artifactId> |
| 167 | + <version>${blueocean-plugin.version}</version> |
| 168 | + </dependency> |
| 169 | + <dependency> |
| 170 | + <groupId>io.jenkins.blueocean</groupId> |
| 171 | + <artifactId>blueocean-rest-impl</artifactId> |
| 172 | + <version>${blueocean-plugin.version}</version> |
| 173 | + </dependency> |
| 174 | + <dependency> |
| 175 | + <groupId>io.jenkins.blueocean</groupId> |
| 176 | + <artifactId>blueocean-web</artifactId> |
| 177 | + <version>${blueocean-plugin.version}</version> |
| 178 | + </dependency> |
| 179 | + <dependency> |
| 180 | + <groupId>io.jenkins.blueocean</groupId> |
| 181 | + <artifactId>jenkins-design-language</artifactId> |
| 182 | + <version>${blueocean-plugin.version}</version> |
| 183 | + </dependency> |
87 | 184 | <dependency>
|
88 | 185 | <groupId>io.jenkins.configuration-as-code</groupId>
|
89 | 186 | <artifactId>test-harness</artifactId>
|
|
0 commit comments