Commit 2dc1f794 authored by daidekun's avatar daidekun

sh buildCmd

parent 0f87570d
......@@ -94,9 +94,11 @@ def build_ui(namespace, systemName, contextDir, repoName, branchName, workspace)
if (bowerFile) {
sh "bower install"
sh buildCmd
}else{
sh "grunt build --force"
}
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