mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-02-21 11:58:37 -06:00
npm install
This commit is contained in:
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@@ -3,14 +3,22 @@ pipeline {
|
||||
stages {
|
||||
stage('Minify') {
|
||||
steps {
|
||||
sh 'npm install'
|
||||
sh 'npm ci'
|
||||
sh './minify'
|
||||
sh '''npm run minify-input-css
|
||||
npm run uglifyjs-index-js
|
||||
npm run uglifyjs-configuration-js
|
||||
npm run uglifyjs-libraries-js
|
||||
npm run uglifyjs-recommended-js
|
||||
npm run uglifyjs-common-js
|
||||
npm run uglifyjs-payload-js
|
||||
npm run uglifyjs-mislabeled-js'''
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build Jars') {
|
||||
steps {
|
||||
sh 'mvn clean install'
|
||||
sh 'mvn clean install pmd:pmd checkstyle:checkstyle spotbugs:spotbugs'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user