Skip to content
Snippets Groups Projects
Commit 8a9c0473 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

improves action

parent 7fa9df6b
No related branches found
No related tags found
No related merge requests found
name: 'Java CI Build'
description: 'Build a Java CI project with maven and Docker'
inputs:
GITHUBLOGIN:
description: 'A Github login'
required: true
GITHUBPASSWORD:
description: 'A Github PAT'
required: true
DOCKER_USERNAME:
description: 'A Docker username'
required: true
DOCKER_PASSWORD:
description: 'A Docker token'
required: true
SONAR_URL:
description: 'A sonar URL'
required: true
SONAR_TOKEN:
description: 'A sonar token'
required: true
MSTEAMS_WEBHOOK:
description: 'MS Teams webhook URI'
required: true
runs:
using: "composite"
steps:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment