minor
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -23,7 +23,7 @@ pipeline {
|
|||||||
error "Version file not found: ${versionFile}"
|
error "Version file not found: ${versionFile}"
|
||||||
def versionText = ""
|
def versionText = ""
|
||||||
readFile(file: versionFile).readLines().each {
|
readFile(file: versionFile).readLines().each {
|
||||||
if (it.contains('version')
|
if (it.contains('version'))
|
||||||
versionText += it.trim();
|
versionText += it.trim();
|
||||||
}
|
}
|
||||||
echo versionText
|
echo versionText
|
||||||
|
|||||||
Reference in New Issue
Block a user