提交 1ed48c16 编写于 作者: K kohsuke

formatting changes


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6982 71c3de6d-444a-0410-be80-ed276b4c234a
上级 066b74ab
...@@ -339,7 +339,7 @@ public class SubversionSCM extends SCM implements Serializable { ...@@ -339,7 +339,7 @@ public class SubversionSCM extends SCM implements Serializable {
*/ */
private List<String> checkout(AbstractBuild build, FilePath workspace, TaskListener listener) throws IOException, InterruptedException { private List<String> checkout(AbstractBuild build, FilePath workspace, TaskListener listener) throws IOException, InterruptedException {
try { try {
if (! repositoryLocationsExist()) { if (!repositoryLocationsExist()) {
// Disable this project, see issue #763 // Disable this project, see issue #763
listener.getLogger().println("One or more repository locations do not exist anymore for " + build.getProject().getName() + ", project will be disabled."); listener.getLogger().println("One or more repository locations do not exist anymore for " + build.getProject().getName() + ", project will be disabled.");
build.getProject().makeDisabled(true); build.getProject().makeDisabled(true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册