1/* 2 * Copyright (c) 2023 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 @Library('codeflow') _ 17node("mesos") { 18 stage("init") { 19 cloudBuildConfig { 20 group_id = "g38b174f570b34dbdb562635ad22ae5c5" 21 service_id = "673c67902543447fbfd984ef5538b6db" 22 project_id = "02e81629db4242ac88bf77ea66999fd5" 23 project_name = "Simulator" 24 gate_name = "C_ACE_Simulator" 25 } 26 } 27 28 cloudBuild { 29 jobs = [ 30 "cmetrics": { 31 cloudDragonGate() 32 }, 33 "codingstylecheck": { 34 cloudDragonGate() 35 }, 36 "FossBot": { 37 cloudDragonGate() 38 }, 39 "codedex": { 40 cloudDragonGate() 41 }, 42 "compile": { 43 cloudDragonGate() 44 }, 45 ] 46 } 47} 48 49