Skip to content
Snippets Groups Projects
Commit 8f888b46 authored by Reiner Jung's avatar Reiner Jung
Browse files

Still fixing

parent 6bfd29c9
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ pipeline {
stages {
stage('Initial Cleanup') {
steps {
sh './gradlew clean'
sh 'GRADLE_USER_HOME=. && ./gradlew clean'
}
}
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment