Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cucumber-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gitlab-classrooms
cucumber-runner
Commits
c668e856
Commit
c668e856
authored
1 year ago
by
Julien Wittouck
Browse files
Options
Downloads
Patches
Plain Diff
: add .gitlab-ci.yaml
parent
3f519e3e
No related branches found
No related tags found
No related merge requests found
Pipeline
#27060
passed
1 year ago
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
with
15 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
15
−
0
View file @
c668e856
image
:
gradle:alpine
before_script
:
-
GRADLE_USER_HOME="$(pwd)/.gradle"
-
export GRADLE_USER_HOME
build
:
stage
:
build
script
:
gradle assemble
artifacts
:
untracked
:
false
when
:
on_success
expire_in
:
30 days
paths
:
-
build/libs/*.jar
\ No newline at end of file
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