Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs164_lab2
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
recolic-hust
cs164_lab2
Commits
c818d691
There was a problem fetching the pipeline stages.
Commit
c818d691
authored
6 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
b9140947
No related branches found
No related tags found
No related merge requests found
Pipeline
#17
passed with stages
in 6 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
c818d691
...
...
@@ -11,10 +11,12 @@ build-jdk11:
build-jdk8
:
stage
:
build
script
:
"
mvn
clean
package"
script
:
-
mvn clean package
-
ls -alh target
artifacts
:
paths
:
-
target/*.jar
-
target/*.jar
expire_in
:
20 minutes
test-assignment
:
...
...
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