com.terrafolio.gradle.plugins.jenkins.DeleteAllJenkinsJobsTask.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-jenkins-plugin Show documentation
Show all versions of gradle-jenkins-plugin Show documentation
This is a gradle plugin for programmatically configuring Jenkins jobs.
package com.terrafolio.gradle.plugins.jenkins
class DeleteAllJenkinsJobsTask extends DeleteJenkinsJobsTask {
@Override
def void doExecute() {
jobsToDelete = getJobs()
super.doExecute()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy