Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.66 KB | None | 0 0
  1. @@ -4,7 +4,7 @@ def call(build, directory) {
  2.          dir(build.outputDir) {
  3.              build.dockerInside {
  4.                  // setup the environment
  5. -                def bvVersion = build.config.bvtoolsVersion ? build.config.bvtoolsVersion : "master"
  6. +                def bvtoolsVersion = build.config.bvtoolsVersion ? build.config.bvtoolsVersion : "master"
  7.                  def rpmfileVersion = build.config.rpmfileVersion ? build.config.rpmfileVersion : "master"
  8.                  sh "pip3 install --user git+${build.config.rpmfileRepo}@${rpmfileVersion}#egg=rpmfile"
  9.                  sh "pip3 install --user git+${build.config.bvtoolsRepo}@${bvtoolsVersion}#egg=bv"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement