Commit 55b04903 authored by daidekun's avatar daidekun

if (bowerFile) {

        sh "bower install"
    }
parent b7358792
......@@ -82,6 +82,10 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
def bowerFile = fileExists './bower.json'
if (bowerFile) {
sh "bower install"
}
sh buildCmd
sh 'tar zcf dist.tgz dist/'
sh "mv dist.tgz ${contextDir}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment