* Add auto test from compile.

This commit is contained in:
zhouxudong
2022-05-11 07:38:30 +00:00
parent c45f539b54
commit bfbf9a1d92
+14 -1
View File
@@ -11,7 +11,20 @@ cid=1
pid=1
*/
$jenkins1 = new stdclass();
$jenkins1->url = 'pms.cc.cc';
$jenkins1->account = '123456';
$jenkins1->token = 'zxd';
$jenkins1->pipeline = '12';
$jenkins2 = new stdclass();
$jenkins2->url = 'pms.cc.cc';
$jenkins2->account = '123456';
$jenkins2->password = '8bb44ffbc4b42fcbb3152cc05fd21c67';
$jenkins2->token = '';
$jenkins2->pipeline = '11';
$compile = new compileTest();
r($compile->getBuildUrlTest()) && p() && e();
r($compile->getBuildUrlTest($jenkins1)) && p('userPWD') && e('123456:zxd'); //检测password为空时获取的信息
r($compile->getBuildUrlTest($jenkins2)) && p('url') && e('pms.cc.cc/job/11/buildWithParameters/api/json'); //检测token为空时获取的信息