You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can now access the interface using the fix provided in #496 , but the initialization of jenkins doesn't work, every plugin failed to install with the following error
java.io.IOException: Failed to dynamically deploy this plugin
Mostly due to version mismatch : You must update Jenkins from version 2.164 to version (...) or later to run this plugin.
The version in the current yml (2.164) seems too old. I'll try with version 2.414.
Edit: this latest version isn't working / container cannot init because a config opt httpsKeyStore is required when using https.
But it is working if httpsPort wasn't passed
When trying to access
/jenkins
, the request fails with the following nginx error in the logs :I think I found the problem in the compose file, I'll open a PR after testing the fix.
Deployed with branch v4.1.x and docker-compose
The text was updated successfully, but these errors were encountered: