Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MooBench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Kieker
MooBench
Commits
8f888b46
Commit
8f888b46
authored
4 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Still fixing
parent
6bfd29c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Jenkinsfile
+1
-1
1 addition, 1 deletion
Jenkinsfile
docker/Dockerfile
+2
-1
2 additions, 1 deletion
docker/Dockerfile
with
3 additions
and
2 deletions
Jenkinsfile
+
1
−
1
View file @
8f888b46
...
...
@@ -32,7 +32,7 @@ pipeline {
stages
{
stage
(
'Initial Cleanup'
)
{
steps
{
sh
'./gradlew clean'
sh
'
GRADLE_USER_HOME=. &&
./gradlew clean'
}
}
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
2
−
1
View file @
8f888b46
FROM
openjdk:13-jdk-alpine
RUN
apk update
&&
\
RUN
echo
"jenkins:x:2030:100:guest:/dev/null:/sbin/nologin"
>>
/etc/passwd
&&
\
apk update
&&
\
apk add git openssh zip R bash
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