jenkins svn checkout error in m1 (apple silicon)

in kr •  3 years ago  (edited)

SVN Exception on M1 Mac/BigSur 11.4

from https://issues.jenkins.io/browse/JENKINS-65802


org.tmatesoft.svn.core.SVNException: svn: E200030: There are unfinished transactions detected in '/Users/

jenkins error log

image.png

Change JVM of the your slave node from aarch64 to x86_64

image.png

image.png


JAVA_HOME
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

install homebrew & adoptopenjdk-8.jdk

https://timevoyage.tistory.com/145