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

ssh

parent e8758742
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ pipeline { ...@@ -32,7 +32,7 @@ pipeline {
stages { stages {
stage('Initial Cleanup') { stage('Initial Cleanup') {
steps { steps {
sh 'GRADLE_USER_HOME=. && ./gradlew clean' sh './gradlew clean'
} }
} }
......
FROM openjdk:13-jdk-alpine FROM openjdk:13-jdk-alpine
RUN echo "jenkins:x:2030:100:guest:/dev/null:/sbin/nologin" >> /etc/passwd && \ RUN echo "jenkins:x:2030:100:guest:/home/jenkins:/sbin/nologin" >> /etc/passwd && \
mkdir /home/jenkins && chmod 777 /home/jenkins && \
apk update && \ apk update && \
apk add git openssh zip R bash 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