pipeline { //Setting the environment variables DISABLE_AUTH and DB_ENGINE environment { DISABLE_AUTH = 'true' DB_ENGINE = 'mysql' } }