mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 13:14:22 +02:00
Compare commits
3 Commits
13969511a5
...
1.2.x
Author | SHA1 | Date | |
---|---|---|---|
29f2636d5a | |||
ebc5206c45 | |||
4e9806466a |
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -26,16 +26,21 @@ pipeline{
|
||||
npm install uglifycss
|
||||
npm install typescript
|
||||
npm install @types/jquery
|
||||
npm i typedoc@0.19.0
|
||||
|
||||
buildir="build"
|
||||
[ -d "$buildir" ] && rm -rf "$buildir"
|
||||
export BUILDDIR="$WORKSPACE/$buildir/opt/www/htdocs/os"
|
||||
[ -d "doc" ] && rm -rf doc
|
||||
mkdir doc
|
||||
export DOCDIR="$WORKSPACE/doc"
|
||||
make release
|
||||
make doc
|
||||
'''
|
||||
script {
|
||||
// only useful for any master branch
|
||||
//if (env.BRANCH_NAME =~ /^master/) {
|
||||
archiveArtifacts artifacts: 'd.ts/, build/', fingerprint: true
|
||||
archiveArtifacts artifacts: 'd.ts/, build/, doc/', fingerprint: true
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user