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.
- Host: GitHub
- URL: https://github.com/dwolla/jenkins-agent-docker-atlassian-sdk
- Owner: Dwolla
- License: mit
- Created: 2018-07-18T19:35:51.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T20:11:07.000Z (8 months ago)
- Last Synced: 2025-02-15T23:45:20.320Z (4 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/dwolla/jenkins-agent-atlassian-sdk
- Size: 78.4 MB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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`