mirror of https://github.com/google/oss-fuzz.git
Update Jenkinsfile
This commit is contained in:
parent
6976f15a7d
commit
8e68455932
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue