未验证 提交 e1a9446a 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #3628 from raul-arabaolaza/patch-1

Try to use a known working ath docker image
......@@ -75,7 +75,7 @@ public class ApiTokenStore {
this.init();
}
private ApiTokenStore readResolve() {
private Object readResolve() {
this.init();
return this;
}
......@@ -356,7 +356,7 @@ public class ApiTokenStore {
this.init();
}
private HashedToken readResolve() {
private Object readResolve() {
this.init();
return this;
}
......
......@@ -2,5 +2,6 @@
ath:
useLocalSnapshots: false
athRevision: "06caf67d37d945ec5228a80d73714fac692c28d3"
athImage: "jenkins/ath:acceptance-test-harness-1.62"
categories:
- org.jenkinsci.test.acceptance.junit.SmokeTest
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册