Hey I finally figured, if anyone needs help.
As mentioned by @Krishti, you need to use the current Build as follows.(The node part is important)
node {
currentBuild.displayName = "$yournamevariable-$another"
currentBuild.description = $yourdescriptionvariable-$another"
}