Update Jenkinsfile

This commit is contained in:
Mike Aizatsky 2016-12-07 12:07:45 -08:00 committed by GitHub
parent 6976f15a7d
commit 8e68455932
1 changed files with 4 additions and 1 deletions

View File

@ -17,5 +17,8 @@
// Jenkins build script for base images.
node {
git url: 'https://github.com/google/oss-fuzz/'
sh "infra/base-images/all.sh --no-cache"
stage("infra/base-images/all.sh") {
sh "infra/base-images/all.sh --no-cache"
}
}