3 Star 9 Fork 1

Gitee 极速下载/JasperReports - Java Reporting

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/TIBCOSoftware/jasperreports
克隆/下载
Jenkinsfile 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Hareesha Guntupalli 提交于 2018-11-07 11:43 . Adding Jenkinsfile
@Library('jenkins-pipeline-jrs@xss-lint-changes') _
timestamps {
throttle(['jr']) {
node {
properties([
parameters([
choice(
name: 'jdk_version',
choices: 'jdk-default\njdk-7u80\njdk-9.0.1',
description: 'JDK Version'
),
choice(
name: 'ant_version',
choices: 'ant-default\nant-latest',
description: 'Ant Version'
),
choice(
name: 'mvn_version',
choices: 'mvn-default\nmvn-latest',
description: 'Maven Version'
),
choice(
name: 'node_version',
choices: 'nodejs-lts',
description: 'NodeJS Version'
)
])
])
stage('Checkout') {
checkout scm
}
stage('Lint') {
withJrsEnv(params.jdk_version, params.mvn_version, params.ant_version) {
withFafEnv(params.node_version) {
sh "./node_modules/.bin/grunt eslint:ci"
}
}
}
stage('Compile') {
withJrsEnv(params.jdk_version, params.mvn_version, params.ant_version) {
sh "ant compile"
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/jasperreports.git
git@gitee.com:mirrors/jasperreports.git
mirrors
jasperreports
JasperReports - Java Reporting
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385