|
|
def duration = currentBuild.durationString.replace(' and counting', '')
|
|
def duration = currentBuild.durationString.replace(' and counting', '')
|
|
|
def commitMsg = sh(returnStdout: true, script: 'git log -1 --pretty=%B').trim()
|
|
def commitMsg = sh(returnStdout: true, script: 'git log -1 --pretty=%B').trim()
|