Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
simplewebapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
td1518
simplewebapp
Commits
0e888e5a
Commit
0e888e5a
authored
Jan 17, 2020
by
Viraj Shah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use custom docker image
parent
e422a2cd
Pipeline
#114281
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
.gitlab-ci.yml
.gitlab-ci.yml
+4
-7
No files found.
.gitlab-ci.yml
View file @
0e888e5a
default
:
default
:
image
:
maven:latest
image
:
thebeggs/simplewebapp-base:latest
username
:
$DOCKER_HUB_USERNAME
password
:
$DOCKER_HUB_TOKEN
email
:
$DOCKER_HUB_EMAIL
variables
:
variables
:
PORT
:
"
5000"
PORT
:
"
5000"
build
:
build
:
stage
:
build
stage
:
build
before_script
:
-
apt-get update
-
apt-get install -qq -y pandoc texlive
script
:
script
:
-
mvn compile
-
mvn compile
test
:
test
:
stage
:
test
stage
:
test
before_script
:
-
apt-get update
-
apt-get install -qq -y pandoc texlive
script
:
script
:
-
mvn test
-
mvn test
...
...
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