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
d4bc4a3a
Commit
d4bc4a3a
authored
2 years ago
by
Emmanuel Bruno
Browse files
Options
Downloads
Patches
Plain Diff
first try
parent
552ee27f
Branches
Branches containing commit
Tags
v0.7
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
action.yml
+5
-3
5 additions, 3 deletions
action.yml
with
5 additions
and
3 deletions
action.yml
+
5
−
3
View file @
d4bc4a3a
...
@@ -19,7 +19,9 @@ inputs:
...
@@ -19,7 +19,9 @@ inputs:
SONAR_TOKEN
:
SONAR_TOKEN
:
description
:
'
A
sonar
token'
description
:
'
A
sonar
token'
required
:
true
required
:
true
MSTEAMS_WEBHOOK
:
description
:
'
MS
Teams
webhook
URI'
required
:
true
runs
:
runs
:
using
:
"
composite"
using
:
"
composite"
steps
:
steps
:
...
@@ -27,10 +29,10 @@ runs:
...
@@ -27,10 +29,10 @@ runs:
# it uses env variables from github secrets for the credentials
# it uses env variables from github secrets for the credentials
# to github, dockerhub and sonar.
# to github, dockerhub and sonar.
-
name
:
Build and test with Maven in docker
-
name
:
Build and test with Maven in docker
run
:
./
mvn.sh clean verify
run
:
mvn.sh clean verify
shell
:
bash
shell
:
bash
-
name
:
Deploy Maven Artifacts
-
name
:
Deploy Maven Artifacts
run
:
./
mvn.sh deploy
run
:
mvn.sh deploy
shell
:
bash
shell
:
bash
-
name
:
Notify dedicated teams channel of Success
-
name
:
Notify dedicated teams channel of Success
uses
:
dragos-cojocari/ms-teams-notification@v1.0.0
uses
:
dragos-cojocari/ms-teams-notification@v1.0.0
...
...
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