Skip to content
Snippets Groups Projects
Commit 89b051d9 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

Add withCcache to Jenkinsfile

Change-Id: I0f79e5fca752198cb8570b40a5cb535229f78a45
parent db2530e3
No related branches found
No related tags found
No related merge requests found
@Library("jenlib") _
wafDefaultPipeline(projects: ["sctrltp"],
container: [app: "wafer"],
notificationChannel: "#softies",
enableClangFormat: false,
configureInstallOptions: "--build-profile=ci")
withCcache() {
wafDefaultPipeline(projects: ["sctrltp"],
container: [app: "wafer"],
notificationChannel: "#softies",
enableClangFormat: false,
configureInstallOptions: "--build-profile=ci")
wafDefaultPipeline(projects: ["sctrltp"],
container: [app: "dls-core"],
notificationChannel: "#dls-software",
enableClangFormat: false,
configureInstallOptions: "--build-profile=ci")
wafDefaultPipeline(projects: ["sctrltp"],
container: [app: "dls-core"],
notificationChannel: "#dls-software",
enableClangFormat: false,
configureInstallOptions: "--build-profile=ci")
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment