Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<jenkins.host.address />
<slaveAgentPort />
<java.level>8</java.level>
<jenkins.version>2.263.1</jenkins.version>
<jenkins.version>2.303.3</jenkins.version>
<no-test-jar>false</no-test-jar>
<useBeta>true</useBeta>
</properties>
Expand Down Expand Up @@ -256,8 +256,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.263.x</artifactId>
<version>984.vb5eaac999a7e</version>
<artifactId>bom-2.303.x</artifactId>
<version>1036.v9f5a1aba8fab</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public void declarativeWithNestedExplicitInheritance() throws Exception {
@Test
public void declarativeWithNonexistentDockerImage() throws Exception {
assertNotNull(createJobThenScheduleRun());
r.assertBuildStatus(Result.FAILURE, r.waitForCompletion(b));
r.assertBuildStatus(Result.ABORTED, r.waitForCompletion(b));
r.assertLogContains("ERROR: Unable to pull Docker image", b);
}

Expand Down