Skip to content

Add driverClassName #136

Description

@orbiran88

Hi, it's possible to add ENV for dataSource.driverClassName...

Configure Rundeck

# Check if we need to set the dataSource.driverClassName property if [ -n "${DRIVER_CLASS_NAME}" ]; then if grep -q dataSource.driverClassName /etc/rundeck/rundeck-config.properties ; then sed -i 's/dataSource\.driverClassName.*$/dataSource\.driverClassName = '${DRIVER_CLASS_NAME}'/g' /etc/rundeck/rundeck-config.properties else echo "dataSource.driverClassName = ${DRIVER_CLASS_NAME}" >> /etc/rundeck/rundeck-config.properties fi fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions