#feature: add Jenkins deploy monitor & log clean task
This commit is contained in:
8
config/jenkins.php
Normal file
8
config/jenkins.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'host' => env('JENKINS_HOST'),
|
||||
'username' => env('JENKINS_USERNAME'),
|
||||
'api_token' => env('JENKINS_API_TOKEN'),
|
||||
'timeout' => (int) env('JENKINS_TIMEOUT', 30),
|
||||
];
|
||||
Reference in New Issue
Block a user