Skip to content
Snippets Groups Projects
Commit 0e3a24c1 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Merge branch 'debug_paas_ci' into 'main'

created jenkins user

See merge request !71
parents 5bcf72ac 213c94a2
No related branches found
No related tags found
1 merge request!71created jenkins user
Pipeline #125176 failed
...@@ -9,4 +9,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ ...@@ -9,4 +9,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& rm orchent_${ORCHENT_VERSION}_amd64.deb \ && rm orchent_${ORCHENT_VERSION}_amd64.deb \
&& apt-get clean && rm -rf /var/lib/apt/lists/* && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip install gvm-tools jq yq RUN pip install gvm-tools jq yq
\ No newline at end of file
RUN useradd -m -s /bin/bash jenkins
USER jenkins
WORKDIR /home/jenkins
\ No newline at end of file
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