File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/java/io/jenkins/plugins/designlibrary Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ THE SOFTWARE.
6060 <gitHubRepo >jenkinsci/design-library-plugin</gitHubRepo >
6161 <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
6262 <jenkins .baseline>2.479</jenkins .baseline>
63- <jenkins .version>2.507 </jenkins .version>
63+ <jenkins .version>2.516 </jenkins .version>
6464 <node .version>22.15.0</node .version>
6565 <npm .version>11.4.2</npm .version>
6666 <spotless .check.skip>false</spotless .check.skip>
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ public String getUrlName() {
2727 return "design-library" ;
2828 }
2929
30+ @ Override
31+ public boolean isPrimaryAction () {
32+ return true ;
33+ }
34+
3035 public List <UISample > getAll () {
3136 return UISample .getAll ();
3237 }
You can’t perform that action at this time.
0 commit comments