Disable testing.

This commit is contained in:
Manuel Amador (Rudd-O) 2022-02-23 02:10:49 +00:00
parent f0c6387fbf
commit 5fbf15dc4b

9
Jenkinsfile vendored
View File

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