Update libfuzzer-pipeline.groovy

This commit is contained in:
Mike Aizatsky 2016-10-12 16:57:11 -07:00 committed by GitHub
parent e98290381a
commit ed4727e67a
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ def call(body) {
stage("docker image") {
def revisions = [:]
dir('oss-fuzz') {
git url: "https://github.com/google/oss-fuzz.git"
}
dir(checkoutDir) {
git url: gitUrl
revisions[gitUrl] = sh(returnStdout: true, script: 'git rev-parse HEAD').trim()