Skip to content

Commit cc668cb

Browse files
committed
trouble shoot: sh in step is hanging.
1 parent 5bd9f42 commit cc668cb

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Dockerfiles/Dockerfile.selenium-jenkins-python311-chromium

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,3 @@ USER root
55

66
RUN apt-get update ; apt-get install -yq python3 python3-venv
77
RUN ln -s /usr/bin/python3 /usr/local/bin/python
8-
RUN ln -s /usr/bin/chromedriver /usr/local/bin/chromedriver
9-
RUN useradd -m -s /bin/bash DEV
10-
11-
USER DEV
12-
13-
ADD . /code
14-
WORKDIR /code
15-
RUN python -m venv /tmp/venv
16-
RUN . /tmp/venv/bin/activate
17-
ENV PATH="/tmp/venv/bin:${PATH}"
18-
RUN pip3 install --upgrade pip
19-
RUN pip3 install selenium pytest debugpy jsonschema python-dateutil

Jenkinsfiles/Jenkinsfile.cbc-run-multi-pr-checks-w-selenium-chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pipeline {
6363
sh """
6464
python -m venv venv
6565
. venv/bin/activate
66-
python -m pip install --upgrade pip setuptools wheel cryptography
66+
python -m pip install --upgrade pip setuptools wheel
6767
make reqs-install-dev
6868
"""
6969
}

0 commit comments

Comments
 (0)