Skip to content

update to use java 17 and tar install #42

update to use java 17 and tar install

update to use java 17 and tar install #42

Workflow file for this run

name: Build
on:
pull_request:
branches: ['**']
push:
branches: ['**']
tags: [v*]
jobs:
build:
uses: Dwolla/jenkins-agents-workflow/.github/workflows/build-docker-image.yml@main
with:
IMAGE_NAME: dwolla/jenkins-agent-atlassian-sdk
TAG_NAME: CORE_TAG
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
build-complete:
needs: build
runs-on: ubuntu-latest
steps:
- run: echo "The build completed successfully"