Skip to content

Commit 14b33c7

Browse files
authored
TRUST-4765: Upgrade Connext arch inside the Docker container for the CI builds (#747)
Increased pipeline timeout.
1 parent 4c02e58 commit 14b33c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pipeline {
4040
)
4141
)
4242
// Set a timeout for the entire pipeline
43-
timeout(time: 2, unit: 'HOURS')
43+
timeout(time: 3, unit: 'HOURS')
4444
}
4545

4646
stages {

resources/docker/Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG USER_NAME=jenkins
1515
ARG USER_UID
1616

1717
ENV DEBIAN_FRONTEND="noninteractive"
18-
ENV CONNEXTDDS_ARCH="x64Linux4gcc7.3.0"
18+
ENV CONNEXTDDS_ARCH="x64Linux4gcc8.5.0"
1919

2020
RUN apt-get update && apt-get install -y \
2121
gcc \

0 commit comments

Comments
 (0)