New build strategies.

This commit is contained in:
Manuel Amador (Rudd-O) 2024-02-22 17:57:50 +00:00
parent 7289f59867
commit 26b0b2a357

8
Jenkinsfile vendored
View File

@ -2,10 +2,4 @@
@Library('shared-jenkins-libraries@master') _ @Library('shared-jenkins-libraries@master') _
def test_step() { genericFedoraRPMPipeline(null, null, null, null, TestStrategySkipTests())
return {
println "Tests disabled"
}
}
genericFedoraRPMPipeline(null, null, null, null, test_step())