Skip to content

Commit

Permalink
Merge branch 'release/csm-1.1' into release/csm-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Aug 5, 2021
2 parents 3d88403 + 65f6108 commit a8761da
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Jenkinsfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pipeline {
NAME = "cf-ca-cert-config-framework"
IS_STABLE = getBuildIsStable()
RPM_VERSION = sh(returnStdout: true, script: "head -1 .version").trim()
BUILD_METADATA = getRpmRevision(isStable: env.IS_STABLE)
}

stages {
Expand All @@ -35,13 +36,9 @@ pipeline {
steps {
sh "make lint"
}
}
}

stage("Add RPM Metadata") {
environment {
BUILD_METADATA = getRpmRevision(isStable: env.IS_STABLE)
}

steps {
echo "RPM build metadata is ${env.BUILD_METADATA}"
runLibraryScript("addRpmMetaData.sh", "")
Expand Down

0 comments on commit a8761da

Please sign in to comment.