当前位置:网站首页>36-Jenkins-Job Migration
36-Jenkins-Job Migration
2022-08-05 03:32:00 【Love learning de test Xiaobai】
Foreword
- This article is to learn how to quickly migrate jobs in Jenkins.In the work, you may encounter such a scenario, that is, you need to migrate a job on one Jenkins to another Jenkins, so what is the best way to do it?Let's learn together.
1. Install the plugin
- Install the Job Import plugin on Jenkins where you want to import jobs
- Manage Jenkins --> Manage Plugins --> Avaliable Search Job Import
2. Configuration Information
- Manage Jenkins --> Find the Job Import Pluguin configuration under Configure System
- name: This can be named arbitrarily, here I named it as the IP of Jenkins to be copied
- Url: URL of Jenkins from where to copy
- Credentials: You need to add an old Jenkins account. Click Add to manually add it if you haven't added it.
3. Use plugins
- Go back to the Dashboard page and look at the sidebar as shown below
- Click on the Job Import Plugin and enter the following
- Click query, the Job you want to import into Jenkins appears, as shown below
- Install required plugins: Install the required plugins (the plugins used by the import job may not be installed on the new Jenkins, check as needed)
- Override existing jobs: Override the Job (the imported Job name may already exist on the new Jenkins, overwrite the job on the new Jenkins, use it with caution, it is not recommended to check)
- Check the Job you want to import, then click Import!
- Click Done to finish importing
- Return to the Dashboard page and see that test1 is an imported Job
边栏推荐
- ffmpeg enumeration decoders, encoders analysis
- Linux下常见的开源数据库,你知道几个?
- 如何在WordPress中添加特定类别的小工具
- GC Gaode coordinate and Baidu coordinate conversion
- Use SuperMap iDesktopX data migration tool to migrate ArcGIS data
- Burp installation and proxy settings
- Spark基础【介绍、入门WordCount案例】
- 从“能用”到“好用” 国产软件自主可控持续推进
- Why is the pca component not associated
- The second council meeting of the Dragon Lizard Community was successfully held!Director general election, 4 special consultants joined
猜你喜欢
MySql的索引学习和使用;(本人觉得足够详细)
Talking about data security governance and privacy computing
Leading the highland of digital medicine, Zhongshan Hospital explores to create a "new paradigm" for future hospitals
用CH341A烧录外挂Flash (W25Q16JV)
YYGH-13-Customer Service Center
Detailed and comprehensive postman interface testing practical tutorial
Industry Status?Why do Internet companies prefer to spend 20k to recruit people rather than raise their salary to retain old employees~
Kubernetes 网络入门
[TA-Frost Wolf_may-"Hundred Talents Project"] Graphics 4.3 Real-time Shadow Introduction
[Filter tracking] based on matlab unscented Kalman filter inertial navigation + DVL combined navigation [including Matlab source code 2019]
随机推荐
【Daily Training】1403. Minimum Subsequence in Non-Increasing Order
十五. 实战——mysql建库建表 字符集 和 排序规则
What is the difference between SAP ERP and ORACLE ERP?
rpc-remote procedure call demo
Use SuperMap iDesktopX data migration tool to migrate ArcGIS data
Flink 1.15.1 Cluster Construction (StandaloneSession)
为什么pca分量没有关联
[TA-Frost Wolf_may-"Hundred Talents Project"] Graphics 4.3 Real-time Shadow Introduction
Dive into how it works together by simulating Vite
Common open source databases under Linux, how many do you know?
Use Unity to publish APP to Hololens2 without pit tutorial
Web3.0 Dapps——通往未来金融世界的道路
思考(八十八):使用 protobuf 自定义选项,做数据多版本管理
shell脚本:for循环与while循环
2022-08-04T17:50:58.296+0800 ERROR Announcer-3 io.airlift.discovery.client.Announcer appears after successful startup of presto
public static
List asList(T... a) What is the prototype? [Solved] Unity Coroutine coroutine is not executed effectively
Beyond YOLO5-Face | YOLO-FaceV2 officially open source Trick+ academic point full
XMjs cross-domain problem solving
剑指Offer--找出数组中重复的数字(三种解法)