Skip to content

Commit

Permalink
fix(build): issues/60 jenkins file for branded UI (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kholdaway authored and cdcabrera committed Aug 5, 2019
1 parent 354a5bf commit 14b6d95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pipeline {
agent { label 'f28-os' }

environment {

qpc_version = "${params.version_name}"
image_name = "quipucords-ui:${qpc_version}"
tarfile = "quipucords-ui.${qpc_version}.tar"
Expand Down Expand Up @@ -62,7 +61,7 @@ pipeline {
}
stage('Build Client') {
steps {
sh "yarn build"
sh "yarn build${UI_BUILD_FLAGS}"
}
}
stage('Distribute Client Build') {
Expand Down

0 comments on commit 14b6d95

Please sign in to comment.