I think I see that you can disable shortening in the code of 
https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/java/jenkins/branch/WorkspaceLocatorImpl.java#L333

 static /* not final */ Mode MODE = 
Mode.valueOf(System.getProperty(WorkspaceLocatorImpl.class.getName() + 
".MODE", Mode.MULTIBRANCH_ONLY.name()));

    enum Mode {
        DISABLED,
        MULTIBRANCH_ONLY,
        ENABLED
    }

I understand that I could recompile and set DISABLED, but how do I pass 
that at startup?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/72c68139-9111-4b94-bc0d-4b554216f45dn%40googlegroups.com.

Reply via email to