Skip to end of banner
Go to start of banner

Jenkins

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Jenkins is a widely used open-source automation and CI system - https://www.jenkins.io/

Status

Native Code

Inside a jenkins .war, we can find .jar. By unzipping all this, we can identify those dlls:

./com/sun/jna/win32-aarch64/jnidispatch.dll
./com/sun/jna/win32-x86/jnidispatch.dll
./com/sun/jna/win32-x86-64/jnidispatch.dll
./META-INF/native/windows64/jansi.dll
./META-INF/native/windows32/jansi.dll
./winp.dll
./winp.x64.dll

jansi/winp would need work to have native arm64 versions.

  • No labels