Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
RagConnect
Commits
005d5e85
Commit
005d5e85
authored
Aug 11, 2020
by
René Schöne
Browse files
Enable CI
parent
8eabc9f9
Pipeline
#7595
failed with stage
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
005d5e85
*.jar
!gradle/wrapper/gradle-wrapper.jar
!libs/*.jar
.project
.classpath
.idea/
.gradle/
build/
.gitlab-ci.yml
0 → 100644
View file @
005d5e85
stages
:
-
build
before_script
:
-
export GRADLE_USER_HOME=`pwd`/.gradle
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
build
:
image
:
openjdk:8
stage
:
build
script
:
-
./gradlew --console=plain --no-daemon assemble jar
artifacts
:
paths
:
-
"
/builds/jastadd/ragconnect/build/libs/ragconnect-*.jar"
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