@Library("jenlib") _

withCcache() {
	wafDefaultPipeline(
		projects: ["jax-snn"],
		container: [app: "dls-core"],
		testSlurmResource: getHxTestResource(3),
		preTestHook: { configureHxCubeBitfile() },
		configureInstallOptions: "--build-profile=ci",
		notificationChannel: "#softies"
	)
}
