Merge pull request #478 from jinlinGuan/issue-477 ci: disable building multi-arch nexus docker images
Merge pull request #478 from jinlinGuan/issue-477
ci: disable building multi-arch nexus docker images
This repository contains useful Jenkins global library functions used within the EdgeX Jenkins build pipeline here: https://jenkins.edgexfoundry.org. You can learm more about Jenkins global libraries here: https://jenkins.io/doc/book/pipeline/shared-libraries/
For more detailed documentation and tutorials visit the EdgeX Global Pipelines Documentation Page
You can include this library by configuring your Jenkins instance on the /configure screen. Or you can load the library dynamically by using this code:
library(identifier: 'edgex-global-pipelines@main', retriever: legacySCM([ $class: 'GitSCM', userRemoteConfigs: [[url: 'https://github.com/edgexfoundry-holding/edgex-global-pipelines.git']], branches: [[name: '*/main']], doGenerateSubmoduleConfigurations: false, extensions: [[ $class: 'SubmoduleOption', recursiveSubmodules: true, ]]] ) ) _
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
edgex-global-pipelines
About
This repository contains useful Jenkins global library functions used within the EdgeX Jenkins build pipeline here: https://jenkins.edgexfoundry.org. You can learm more about Jenkins global libraries here: https://jenkins.io/doc/book/pipeline/shared-libraries/
Documentation
For more detailed documentation and tutorials visit the EdgeX Global Pipelines Documentation Page
How to use
You can include this library by configuring your Jenkins instance on the /configure screen. Or you can load the library dynamically by using this code: