Tagged: Jenkins
Creating a remote docker MySQL database record validation check with Jenkins pipeline and Mattermost notification
In this post, a simple health checker for one microservice will be created using the Jenkins pipeline. Prerequisites: Publish Over SSH Mattermost Notification Plugin Groovy Postbuild Jenkins
Creating a web service health check with Jenkins pipeline and Mattermost notification
In this post, a simple health checker for one microservice will be created using theJenkins pipeline. Prerequisites: Mattermost Notification Plugin cURL or similar Jenkins
[转]知乎容器化构建系统Jenkins设计和实践
知乎选用 Jenkins 作为构建方案,因其强大和灵活,且有非常丰富的插件可供使用和扩展。早期,应用数量较少时,每个开发者都手动创建并维护着几个 Job,各自编写 Jenkins Job 的配置,以及手动触发构建。