If we use a pipeline like this:
pipeline { agent any stages { stage("Test changeset") { when
steps
} } }
It displays a message: Warning, empty changelog. Probably because this is the first build.