Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
springboot-Nunes
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
luiz.nunes
springboot-Nunes
Commits
19d3a77a
Commit
19d3a77a
authored
Aug 11, 2022
by
luiz.nunes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
3f526c46
Pipeline
#33453
failed with stages
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
No files found.
.gitlab-ci.yml
View file @
19d3a77a
image
:
registry.redhat.io/openshift4/ose-cli:v4.7.0-202207010816.p0.gc4ebc7a.assembly.stream
variables
:
username
:
$usernameOpenshiftIntegration
password
:
$passwordOpenshiftIntegration
build-job
:
image
:
openshift/mprj-java:latest
stage
:
build
script
:
-
mvn clean install -B -Duser.timezone=America/Sao_Paulo -Duser.language=pt -Duser.region=BR
test-job1
:
image
:
registry.redhat.io/openshift4/ose-cli:v4.7.0-202207010816.p0.gc4ebc7a.assembly.stream
stage
:
test
script
:
-
echo "This job tests something"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment