From aea4609f327f8782f617658ada27c23d7da2a03b Mon Sep 17 00:00:00 2001 From: liyang Date: Fri, 28 Apr 2023 16:41:28 +0800 Subject: [PATCH] * Print initdb php file. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 73a4bc512d..34b5814d00 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,7 @@ pipeline { steps { container('zentao') { - sh 'cat /usr/bin/init.php; initdb.php ; /apps/zentao/test/ztest init' + sh 'cat /usr/bin/initdb.php; initdb.php ; /apps/zentao/test/ztest init' } } post {