An open API service indexing awesome lists of open source software.

https://github.com/dwolla/jenkins-agent-docker-atlassian-sdk

Docker image based on Dwolla’s core Jenkins Agent Docker image making atlassian-sdk available to Jenkins jobs.
https://github.com/dwolla/jenkins-agent-docker-atlassian-sdk

Last synced: about 2 months ago
JSON representation

Docker image based on Dwolla’s core Jenkins Agent Docker image making atlassian-sdk available to Jenkins jobs.

Awesome Lists containing this project

README

        

# Jenkins Agent with atlassian-sdk

Docker image based on [Dwolla's core Jenkins Agent](https://github.com/Dwolla/jenkins-agent-docker-core) adding the [atlassian-sdk](https://developer.atlassian.com/server/framework/atlassian-sdk/)

## Local Development

With [yq](https://kislyuk.github.io/yq/) installed, to build this image locally run the following command:
```bash
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](https://kislyuk.github.io/yq/) installed, refer to the CORE_TAG default values defined in [jenkins-agents-workflow](https://github.com/Dwolla/jenkins-agents-workflow/blob/main/.github/workflows/build-docker-image.yml) and run the following command:

`make CORE_JDK11_TAG= all`