qubes-network-server/Jenkinsfile
Manuel Amador (Rudd-O) f34c1a6574 Disable testing, .
2022-10-26 16:49:15 +00:00

12 lines
237 B
Groovy

// https://github.com/Rudd-O/shared-jenkins-libraries
@Library('shared-jenkins-libraries@master') _
def test_step() {
return {
println "Tests disabled"
}
}
genericFedoraRPMPipeline(null, null, null, null, test_step())