mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-19 10:58: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
|
set -e
|
||||||
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
|
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
|
||||||
[ -d build ] && rm -rf build
|
[ -d build ] && rm -rf build
|
||||||
mkdir build
|
mkdir build/opt/www/htdocs/os
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
npm install terser
|
npm install terser
|
||||||
npm install uglifycss
|
npm install uglifycss
|
||||||
npm install typescript
|
npm install typescript
|
||||||
npm install @types/jquery
|
npm install @types/jquery
|
||||||
export BUILDDIR="$WORKSPACE/build"
|
export BUILDDIR="$WORKSPACE/build/opt/www/htdocs/os"
|
||||||
make release
|
make release
|
||||||
'''
|
'''
|
||||||
script {
|
script {
|
||||||
|
Loading…
Reference in New Issue
Block a user