From c6134ab33bbc354df4a4e8d685d75890bf69191c Mon Sep 17 00:00:00 2001
From: chengyuhong <2759203963@qq.com>
Date: Fri, 17 Nov 2023 10:48:36 +0800
Subject: [PATCH] 测试22

---
 Jenkinsfile |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 85d6ce6..bcf4b34 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,10 +9,9 @@
  * @param default_master_add_version master分支的更改是否强制添加版本号,默认true
  * @return
  */
-pipelineScript(
-project_name:'git_study',
-url:'http://47.92.145.232:8998/r/git_study.git',
-default_deploy_to:'develop',
-default_maven_deploy:false,
-default_master_add_version:true,
+pipelineScript1(
+    project_name:'git_study',
+    url:'http://47.92.145.232:8998/r/git_study.git',
+    default_deploy_to:'',
+    default_maven_deploy:true
 )
\ No newline at end of file

--
Gitblit v1.9.1