Skip to content

Commit

Permalink
Switch to LTS support
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Sep 15, 2022
1 parent e4a4e47 commit fd38d36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.364</jenkins.version>
<jenkins.version>2.361.1</jenkins.version>
<antlr4.version>4.9.3</antlr4.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<l:icon class="icon-setting icon-md" />
${%Configure domain}
</a>
<a href="delete" class="jenkins-button jenkins-!-destructive-color">
<a href="delete" class="jenkins-button jenkins-button--destructive jenkins-!-destructive-color">
<l:icon class="icon-edit-delete icon-md" />
${%Delete domain}
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/lib/credentials/select.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<j:set var="storeItems" value="${selectHelper.getStoreItems(context, includeUser)}"/>
<j:choose>
<j:when test="${selectHelper.hasCreatePermission(context, includeUser) and storeItems != null and !storeItems.isEmpty()}">
<button class="credentials-add-menu hetero-list-add jenkins-button jenkins-button--tertiary jenkins-!-margin-top-2" menualign="${attrs.menuAlign}"
<button class="credentials-add-menu hetero-list-add jenkins-button jenkins-button--transparent jenkins-button--tertiary jenkins-!-margin-top-2" menualign="${attrs.menuAlign}"
suffix="${attrs.name}">
<l:icon src="symbol-add"/>
${%Add}
Expand Down Expand Up @@ -147,7 +147,7 @@
</div>
</j:when>
<j:otherwise>
<button class="credentials-add jenkins-button jenkins-button--tertiary jenkins-!-margin-top-2">
<button class="credentials-add jenkins-button jenkins-button--transparent jenkins-button--tertiary jenkins-!-margin-top-2">
<l:icon src="symbol-add"/>
${%Add}
</button>
Expand Down

0 comments on commit fd38d36

Please sign in to comment.