测试发版

This commit is contained in:
谷成伟 2024-06-19 16:55:31 +08:00
parent d85c6ae083
commit 21ae3867cb

3
Jenkinsfile vendored
View File

@ -3,9 +3,6 @@ pipeline {
PROJECT_NAME='ry-das'
}
agent any
tools {
dockerTool 'local'
}
stages {
stage('拉取源码') {
steps {