增加活动表单设计的功能

This commit is contained in:
Wang 2026-01-15 14:25:05 +08:00
parent 2c8a92fe41
commit 5df238f330

View File

@ -38,6 +38,8 @@ pipeline {
stage('初始化 & 分支校验') { stage('初始化 & 分支校验') {
steps { steps {
script { script {
sh 'echo "JAVA_HOME: $JAVA_HOME"'
sh 'java -version'
sh 'echo "初始Git工作目录: $(pwd)"' sh 'echo "初始Git工作目录: $(pwd)"'
sh 'ls -la ' sh 'ls -la '
checkout scm checkout scm