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

Commit

Permalink
Merge pull request #97 from candlepin/ptoscano/drop-virt-who-jobs
Browse files Browse the repository at this point in the history
Drop all the virt-who bits
  • Loading branch information
nikosmoum authored Aug 24, 2023
2 parents 627c74f + 84a4aba commit 3a6f6e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
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

0 comments on commit 3a6f6e2

Please sign in to comment.