1 Star 0 Fork 623

tontonde/图书管理系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Jenkinsfile 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
pipeline {
agent any
stages {
stage('jieduan阶段1') {
steps {
echo 'git 拉取代码'
git branch: 'maven', credentialsId: '41689f4b-9944-4bef-b6fd-faf73999cc47', url: 'https://gitee.com/caohongxing7604/tushuguanlixitong.git'
}
}
stage('jieduan2') {
steps {
echo 'maven 构建'
bat 'mvn clean package'
}
}
stage('jieduan阶段23') {
steps {
echo '部署到tomcat'
deploy adapters: [tomcat9(credentialsId: 'ecdc004c-64a3-4ee1-93f8-eb8de3785083', path: '', url: 'http://localhost:8088/')], contextPath: null, war: 'target/*.war'
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tononde/tushuguanlixitong.git
git@gitee.com:tononde/tushuguanlixitong.git
tononde
tushuguanlixitong
图书管理系统
maven

搜索帮助