Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 955 Bytes

File metadata and controls

17 lines (12 loc) · 955 Bytes

Jenkins Agent with atlassian-sdk

Docker image based on Dwolla's core Jenkins Agent adding the atlassian-sdk

Local Development

With yq installed, to build this image locally run the following command:

make \
    CORE_JDK11_TAG=$( curl --silent https://raw.githubusercontent.com/Dwolla/jenkins-agents-workflow/main/.github/workflows/build-docker-image.yml | \
        yq .on.workflow_call.inputs.CORE_TAG.default) \
    all

Alternatively, without yq installed, refer to the CORE_TAG default values defined in jenkins-agents-workflow and run the following command:

make CORE_JDK11_TAG=<default-core-jdk11-tag-from-jenkins-agents-workflow> all