File tree Expand file tree Collapse file tree
src/test/java/org/jenkinsci/plugins/stashNotifier Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.jenkins-ci.plugins</groupId >
55 <artifactId >plugin</artifactId >
6- <version >4.88 </version >
6+ <version >5.24 </version >
77 <relativePath />
88 </parent >
99 <packaging >hpi</packaging >
1010 <properties >
1111 <revision >1</revision >
1212 <changelist >999999-SNAPSHOT</changelist >
1313 <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
14- <jenkins .baseline>2.440 </jenkins .baseline>
14+ <jenkins .baseline>2.479 </jenkins .baseline>
1515 <jenkins .version>${jenkins.baseline} .3</jenkins .version>
1616 <hpi .compatibleSinceVersion>1.9</hpi .compatibleSinceVersion>
1717 </properties >
8282 <dependency >
8383 <groupId >io.jenkins.tools.bom</groupId >
8484 <artifactId >bom-${jenkins.baseline}.x</artifactId >
85- <version >3387.v0f2773fa_3200 </version >
85+ <version >3482.vc10d4f6da_28a_ </version >
8686 <scope >import</scope >
8787 <type >pom</type >
8888 </dependency >
Original file line number Diff line number Diff line change 33import com .cloudbees .plugins .credentials .CredentialsProvider ;
44import hudson .model .AbstractProject ;
55import hudson .model .Item ;
6+ import hudson .model .Descriptor .FormException ;
67import hudson .util .FormValidation ;
78import hudson .util .ListBoxModel ;
89import jenkins .model .Jenkins ;
1617import org .kohsuke .stapler .WebApp ;
1718import org .mockito .MockedStatic ;
1819
19- import javax .servlet .ServletContext ;
20- import javax .servlet .http .HttpServletRequest ;
20+ import jakarta .servlet .ServletContext ;
21+ import jakarta .servlet .http .HttpServletRequest ;
2122import java .util .ArrayList ;
2223
2324import static org .hamcrest .MatcherAssert .assertThat ;
@@ -76,7 +77,7 @@ public static void close() {
7677 }
7778
7879 @ Test
79- public void testConfigure () {
80+ public void testConfigure () throws FormException {
8081 //given
8182 doNothing ().when (desc ).save ();
8283
You can’t perform that action at this time.
0 commit comments