Hi, @hippolyte.vergnol.
I understand that you want the process that launches Jenkins to be the following:
/opt/bitnami/java/bin/java -DBLUEOCEAN_FEATURE_AUTOFAVORITE_ENABLED=false -jar /opt/bitnami/jenkins/jenkins.war
To do this, you need to edit the /root/.nami/registry.json
file. There, look for a property called javaOpts
and change it to be like this:
"javaOpts": "-DBLUEOCEAN_FEATURE_AUTOFAVORITE_ENABLED=false",
Then, restart the services and let me know how it goes.
Regards,
Alejandro