Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Drop all the virt-who bits #97

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/jobs/folders.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@ import jobLib.rhsmLib
folder(rhsmLib.candlepinJobFolder) {
description("This is folder for the candlepin pipeline jobs.")
}

folder(rhsmLib.virtwhoJobFolder) {
description("This is folder for the virt who pipeline jobs.")
}
49 changes: 0 additions & 49 deletions src/jobs/virtwhoPipelineJob.groovy

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/groovy/jobLib/rhsmLib.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import javaposse.jobdsl.dsl.Job

class rhsmLib {
static String candlepinRepo = "candlepin"
static String virtwhoRepo = "virt-who"
static String candlepinJobFolder = "candlepin"
static String virtwhoJobFolder = "virt-who"

static addPullRequester = { Job job, String githubOrg, String repo, String name, boolean trigger = true, boolean notify = true ->
job.with {
Expand Down
Loading