This is an automated email from the ASF dual-hosted git repository. abeizn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 2be28c84742a32b6a61c067dcce62623d23b8bce Author: abeizn <[email protected]> AuthorDate: Thu Jun 23 23:05:08 2022 +0800 feat: jenkins blueprint normal mode support --- plugins/jenkins/api/blueprint.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/jenkins/api/blueprint.go b/plugins/jenkins/api/blueprint.go index 40b56357..122c9396 100644 --- a/plugins/jenkins/api/blueprint.go +++ b/plugins/jenkins/api/blueprint.go @@ -5,7 +5,9 @@ this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
