03 小罗 python与devops 触发构建构建任务,编写jenkinsfile. 5. 先进行代码静态分析,单元测试 6. 然后进行 Maven 构建(Java 项目) 7. 根据构建结果构建 Docker 镜像 8. 推送 Docker 镜像到 Harbor 仓库 9. 触发更新服务阶段,使用kubectl 从pod构建,当然kubectl版本打包到jenkin-slave镜像里 10. 发布更新、检测状态,更新失败停止,返回上一个版本 THANK0 码力 | 22 页 | 1.64 MB | 1 年前3
python3学习手册insert(tree_2, 2, "login", text="login") # 三级树枝 tree_0_0_0 = tree_root.insert(tree_0_0, 0, "harbor", text="harbor") # ★★★ tree_0_0_1 = tree_root.insert(tree_0_0, 1, "pypi", text="pypi") tree_0_0_2 = tree_root0 码力 | 213 页 | 3.53 MB | 1 年前3
Python 标准库参考指南 2.7.18 the MS VC++ runtime . . . . . . . . . . . . . . . . . . . . . . . . . 1341 35.3 _winreg —Windows registry access . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1343 35.4 winsound —Sound-playing standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry which manages the codec and error handling lookup process. It defines the following functions: encoding, it should return None. codecs.lookup(encoding) Looks up the codec info in the Python codec registry and returns a CodecInfo object as defined above. 首先将会在注册表缓存中查找编码,如果未找到,则会扫描注册的搜索函数列表。如果没有找到 CodecInfo0 码力 | 1552 页 | 7.42 MB | 10 月前3
Python 标准库参考指南 2.7.18 the MS VC++ runtime . . . . . . . . . . . . . . . . . . . . . . . . . 1341 35.3 _winreg —Windows registry access . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1343 35.4 winsound —Sound-playing standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry which manages the codec and error handling lookup process. It defines the following functions: encoding, it should return None. codecs.lookup(encoding) Looks up the codec info in the Python codec registry and returns a CodecInfo object as defined above. 首先将会在注册表缓存中查找编码,如果未找到,则会扫描注册的搜索函数列表。如果没有找到 CodecInfo0 码力 | 1552 页 | 7.42 MB | 10 月前3
Python 标准库参考指南 2.7.18 the MS VC++ runtime . . . . . . . . . . . . . . . . . . . . . . . . . 1341 35.3 _winreg —Windows registry access . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1343 35.4 winsound —Sound-playing standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry which manages the codec and error handling lookup process. It defines the following functions: encoding, it should return None. codecs.lookup(encoding) Looks up the codec info in the Python codec registry and returns a CodecInfo object as defined above. 首先将会在注册表缓存中查找编码,如果未找到,则会扫描注册的搜索函数列表。如果没有找到 CodecInfo0 码力 | 1552 页 | 7.42 MB | 10 月前3
Celery 1.0 Documentationbase Default Loader - celery.loaders.default Django Loader - celery.loaders.djangoapp Task Registry - celery.registry Task States - celery.states Messaging - celery.messaging Contrib: Test runner - celery like cron. Here’s an example of a periodic task: from celery.task import PeriodicTask from celery.registry import tasks from datetime import timedelta class MyPeriodicTask(PeriodicTask): run_every = json, yaml, or any custom serialization methods that have been registered with carrot.serialization.registry. Please see Executing Tasks for more information. Message and routing options routing_key Override0 码力 | 221 页 | 283.64 KB | 1 年前3
Celery 2.1 DocumentationLoader Base Classes - celery.loaders.base Default Loader - celery.loaders.default Task Registry - celery.registry Task States - celery.states Messaging - celery.messaging Contrib: Abortable tasks - celery json, yaml, or any custom serialization methods that have been registered with carrot.serialization.registry. Please see Serializers for more information. Task.backend The result store backend to use for in a registry. The registry contains a list of task names and their task classes. You can investigate this registry yourself: >>> from celery import registry >>> from celery import task >>> registry.tasks0 码力 | 463 页 | 861.69 KB | 1 年前3
Celery 2.0 DocumentationLoader Base Classes - celery.loaders.base Default Loader - celery.loaders.default Task Registry - celery.registry Task States - celery.states Messaging - celery.messaging Contrib: Abortable tasks - celery json, yaml, or any custom serialization methods that have been registered with carrot.serialization.registry. Please see Executing Tasks for more information. Message and routing options queue Use the in a registry. The registry contains a list of task names and their task classes. You can investigate this registry yourself: >>> from celery import registry >>> from celery import task >>> registry.tasks0 码力 | 284 页 | 332.71 KB | 1 年前3
Celery 1.0 Documentationlike cron. Here’s an example of a periodic task: from celery.task import PeriodicTask from celery.registry import tasks from datetime import timedelta class MyPeriodicTask(PeriodicTask): run_every = timedelta(seconds=30) yaml, or any custom seri- alization methods that have been registered with carrot.serialization.registry. Please see Executing Tasks for more information. Message and routing options • routing_key Override in a registry. The registry contains a list of task names and their task classes. You can investigate this registry yourself: >>> from celery import registry >>> from celery import task >>> registry.tasks0 码力 | 123 页 | 400.69 KB | 1 年前3
Celery 2.1 Documentationdefault . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149 9.17 Task Registry - celery.registry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 9.18 Task json, yaml, or any custom serialization methods that have been registered with carrot.serialization.registry. Please see Serializers for more information. Task.backend The result store backend to use for in a registry. The registry contains a list of task names and their task classes. You can investigate this registry yourself: >>> from celery import registry >>> from celery import task >>> registry.tasks0 码力 | 285 页 | 1.19 MB | 1 年前3
共 217 条
- 1
- 2
- 3
- 4
- 5
- 6
- 22













