main
ROOT /
pages /
mysql-service.md
21 lines | ISO-8859-1 | 828 bytes

Usage Scenario

Use MySQL service while running job

How to Set Up

  1. Define mysql service in Services tab like below:

Define Mysql Service

Note that for MySQL root password, we are referencing secret db-password defined in this tutorial

  1. Use defined service in relevant jobs as below:

Use Mysql Service

  1. If the job runs with a Kubernetes executor and if you want to run MySQL service on particular nodes, configure service locator in section More Settings of the executor like below:

Service Locator

  1. Now in command steps of the job you may connect to database via host name mysql (same as service name)
Please wait...
Page is in error, reload to recover