Commit 2ca72863 authored by daidekun's avatar daidekun

fixbugs

parent 36b8cf2b
...@@ -38,7 +38,7 @@ def call(body) { ...@@ -38,7 +38,7 @@ def call(body) {
stage('Checkout') { stage('Checkout') {
_utils.beautyEcho(2, 'Checkout') _utils.beautyEcho(2, 'Checkout')
_stage.checkoutLuaUI(branchName, gitRepo) _stage.checkout(branchName, gitRepo)
} }
stage('Prepare') { stage('Prepare') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment