Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci-java-build-action
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Bruno
ci-java-build-action
Commits
cb205cc1
Commit
cb205cc1
authored
2 years ago
by
Emmanuel Bruno
Browse files
Options
Downloads
Patches
Plain Diff
first try
parent
eb77a837
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
action.yml
+23
-3
23 additions, 3 deletions
action.yml
with
23 additions
and
3 deletions
action.yml
+
23
−
3
View file @
cb205cc1
name
:
'
Java
CI
Build'
name
:
'
Java
CI
Build'
description
:
'
Build
a
Java
CI
project
with
maven
and
Docker'
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
runs
:
runs
:
using
:
"
composite"
using
:
"
composite"
steps
:
steps
:
...
@@ -17,7 +37,7 @@ runs:
...
@@ -17,7 +37,7 @@ runs:
if
:
${{ success() }}
if
:
${{ success() }}
with
:
with
:
github-token
:
${{ github.token }}
# this will use the runner's token.
github-token
:
${{ github.token }}
# this will use the runner's token.
ms-teams-webhook-uri
:
${{
secrets
.MSTEAMS_WEBHOOK }}
ms-teams-webhook-uri
:
${{
input
.MSTEAMS_WEBHOOK }}
notification-summary
:
Build and Deploy success.
notification-summary
:
Build and Deploy success.
notification-color
:
28a745
notification-color
:
28a745
timezone
:
Europe/Paris
timezone
:
Europe/Paris
...
@@ -26,7 +46,7 @@ runs:
...
@@ -26,7 +46,7 @@ runs:
if
:
${{ failure() }}
if
:
${{ failure() }}
with
:
with
:
github-token
:
${{ github.token }}
# this will use the runner's token.
github-token
:
${{ github.token }}
# this will use the runner's token.
ms-teams-webhook-uri
:
${{
secrets
.MSTEAMS_WEBHOOK }}
ms-teams-webhook-uri
:
${{
input
.MSTEAMS_WEBHOOK }}
notification-summary
:
Build and Deploy failure.
notification-summary
:
Build and Deploy failure.
notification-color
:
dc3545
notification-color
:
dc3545
timezone
:
Europe/Paris
timezone
:
Europe/Paris
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment