Skip to content

Commit

Permalink
Merge pull request #19594 from openshift/revert-19563-mv-jenkins-plug…
Browse files Browse the repository at this point in the history
…in-ext-test

Revert "move jenkins_plugin.go from image_eco to builds"
  • Loading branch information
smarterclayton authored May 2, 2018
2 parents bcd20da + 51ea4a0 commit 46a7bff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package builds
package image_ecosystem

import (
"bytes"
Expand Down Expand Up @@ -112,7 +112,7 @@ func validateCreateDelete(create bool, key, out string, err error) {
}
}

var _ = g.Describe("[Feature:Builds][jenkins][Slow] openshift pipeline plugin", func() {
var _ = g.Describe("[image_ecosystem][jenkins][Slow] openshift pipeline plugin", func() {
defer g.GinkgoRecover()
var oc = exutil.NewCLI("jenkins-plugin", exutil.KubeConfigPath())
var j *jenkins.JenkinsRef
Expand Down

0 comments on commit 46a7bff

Please sign in to comment.