Skip to content

Commit fb6f4d2

Browse files
author
Vaughn Dice
authored
Merge pull request #138 from vdice/set-version-with-git-commit
fix(Jenkinsfile): set VERSION to git_commit
2 parents 30ff0b0 + 106ce9e commit fb6f4d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ parallel(
121121
sh 'make glideup'
122122
}
123123

124-
sh 'make build-revision'
124+
sh "VERSION=${git_commit.take(7)} make build-revision"
125125

126126
upload_artifacts(keyfile)
127127
}

0 commit comments

Comments
 (0)