- 
    Task 
- 
    Resolution: Fixed
- 
    Minor 
- 
        
- 
        Evergreen - Milestone 1, Evergreen - Milestone 2
- 
        (towards) Jenkins 2.162
Problem
Currently, since JENKINS-50164, the messages Changing workspaces directories from ${JENKINS_HOME}/workspace/${ITEM_FULL_NAME} to ... and Changing builds directories from ${ITEM_ROOTDIR}/builds to /evergreen/data/jenkins/var/jobs/${ITEM_FULL_NAME}/builds will be always issued as a WARNING. 
Acceptance criteria
- WARNING if:
	- any change on an already initialized JENKINS_HOME
 
- NO WARNING if:
	- no JENKINS_HOME was initialized, i.e. it is a fresh first startup (e.g. like done for Jenkins Evergreen)
 
- relates to
- 
                    JENKINS-21942 Unreliable defaulting of Jenkins.workspaceDir -         
- Open
 
-         
- 
                    JENKINS-50164 'Build Record Root Directory' is a UI option but is unsafe to change while Jenkins is running -         
- Closed
 
-         
- 
                    JENKINS-53251 Review Sentry issues -         
- Resolved
 
-         
- links to