From d09997957d13a9db57bd6225b68c74494d092fa9 Mon Sep 17 00:00:00 2001
From: wangzilun <964606955@qq.com>
Date: Thu, 27 Jul 2023 14:47:09 +0800
Subject: [PATCH] test17
---
Jenkinsfile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0968d58..bcf4b34 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,10 +9,9 @@
* @param default_master_add_version master分支的更改是否强制添加版本号,默认true
* @return
*/
-pipelineScript(
+pipelineScript1(
project_name:'git_study',
url:'http://47.92.145.232:8998/r/git_study.git',
- default_master_add_version:true,
- default_maven_deploy:false,
- default_deploy_to:'develop'
+ default_deploy_to:'',
+ default_maven_deploy:true
)
\ No newline at end of file
--
Gitblit v1.9.1