jobs/Build: fixed apostrophes when setting the job description
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
5b22271083
commit
4251812565
|
|
@ -113,7 +113,7 @@ def checkJobParameters() {
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
def setDisplayName() {
|
def setDisplayName() {
|
||||||
def buildName = "#${env.BUILD_NUMBER}"
|
def buildName = "#${env.BUILD_NUMBER}"
|
||||||
currentBuild.displayName = "${buildName}"-${params.TARGET}""
|
currentBuild.displayName = "${buildName}-${params.TARGET}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue