Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Group4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emil Myhrberg
Group4
Commits
1f5eefe4
Commit
1f5eefe4
authored
2 years ago
by
Joel Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
added yml file
parent
a1df9888
No related branches found
No related tags found
2 merge requests
!2
pipelineNewbranch1
,
!1
Merge new pipeline changes
Pipeline
#78681
failed
2 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+49
-0
49 additions, 0 deletions
.gitlab-ci.yml
with
49 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
49
−
0
View file @
1f5eefe4
image
:
alash325/javaant:latest
stages
:
-
build
-
test
-
deploy
build
:
stage
:
build
script
:
-
ant build
test
:
stage
:
test
script
:
-
ant -lib test/lib/junit.jar -Dtest=AllTests testall
artifacts
:
paths
:
-
./build/report/
reports
:
junit
:
-
./build/report/xml/TEST-*.*
pages
:
stage
:
deploy
dependencies
:
-
test
script
:
-
mv ./build/report/ public/
artifacts
:
paths
:
-
public
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