com.lesfurets.jenkins.unit.cps.BasePipelineTestCPS.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jenkins-pipeline-unit Show documentation
Show all versions of jenkins-pipeline-unit Show documentation
Jenkins Pipeline Unit testing framework
package com.lesfurets.jenkins.unit.cps
import com.lesfurets.jenkins.unit.BasePipelineTest
class BasePipelineTestCPS extends BasePipelineTest {
BasePipelineTestCPS() {
helper = new PipelineTestHelperCPS()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy