mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
Update Jenkinsfile
This commit is contained in:
parent
558ef1b3ef
commit
bb8991c1a1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -33,13 +33,13 @@ pipeline{
|
||||
set -e
|
||||
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
|
||||
[ -d build ] && rm -rf build
|
||||
mkdir build
|
||||
mkdir build/opt/www/htdocs/os
|
||||
cd $WORKSPACE
|
||||
npm install terser
|
||||
npm install uglifycss
|
||||
npm install typescript
|
||||
npm install @types/jquery
|
||||
export BUILDDIR="$WORKSPACE/build"
|
||||
export BUILDDIR="$WORKSPACE/build/opt/www/htdocs/os"
|
||||
make release
|
||||
'''
|
||||
script {
|
||||
|
Loading…
Reference in New Issue
Block a user