瀏覽代碼

yinruoxi:

1.上传Jenkinsfile配置文件
tags/v0.8.0a
kira 2 年之前
父節點
當前提交
f6f3861070
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      Jenkinsfile

+ 3
- 0
Jenkinsfile 查看文件

@@ -1,5 +1,8 @@
pipeline {
agent any
tools {
maven 'Maven 3.8.8'
}
stages {
// 拉取代码
stage('Pull Code') {


Loading…
取消
儲存