Closed tlvu closed 1 year ago
@matprov This means if you destroy the jenkins-master container at CRIM, you will not be able to get it back! Better docker save
that container somewhere, just in case.
have you tried to spin up a fresh Jenkins lately?
@tlvu
I'm not sure about this change, as we currently run pavics/jenkins-master:2.249.1.201009
and not having this particular issue. There are errors in the logs, yes, but not the one you specify here, and not preventing Jenkins from running.
In the past days we also restarted the jenkins containers and haven't had this issue. So I'm not sure that downgrading Jenkins is required. Does Jenkins still runs smoothly even if there is this error?
have you tried to spin up a fresh Jenkins lately?
@tlvu I'm not sure about this change, as we currently run
pavics/jenkins-master:2.249.1.201009
and not having this particular issue. There are errors in the logs, yes, but not the one you specify here, and not preventing Jenkins from running.In the past days we also restarted the jenkins containers and haven't had this issue. So I'm not sure that downgrading Jenkins is required. Does Jenkins still runs smoothly even if there is this error?
The problem happens on a fresh Jenkins creation only. If you already have an existing working instance, it'll continue to work as long as you do not destroy the container (restarting the container is fine).
I think if you destroy the container and want restart fresh, then this problem will arise.
Try to spin up a brand new instance of Jenkins see if you can reproduce the problem.
@matprov Just to be clear, I am not suggesting you downgrade your working Jenkins instance. If it works fine, don't touch it (don't pull this change once it is merged).
But better do a docker save
of that working jenkins-master container, just in case.
This change is for newcomer to the project to have a working setup.
That error is not in the logs but directly on the WebUI of Jenkins, completely breaking Jenkins.
@tlvu
Have you tried to remove the extendedEmailPublisher
config param?
@tlvu Have you tried to remove the
extendedEmailPublisher
config param?
Humm I can try that another day but I remember we should not have to play with the default params before. I suspect the newer jenkins-master is not self-contained and fetch newer version of some plugins.
We wanted reproducibility so the jenkins-master should be 100% self-contained and not need to pull missing plugins which then will get different versions depending on when it was started.
@matprov to avoid you doing an accidental pull of this change to your production deployment, you probably want to create a new branch CRIM
and point it the the previous master
(d41c96dadf62db603456ba70205015d04f9610c6).
I spinned up a Jenkins for @mishaschwartz and I saw the error below. The simplest solution is to revert to the previous working version.
@matprov have you tried to spin up a fresh Jenkins lately?
Current version have this error directly in the WebUI on startup, breaking Jenkins: