Skip to content

Commit 96380ac

Browse files
authored
Merge pull request #1744 from The-OpenROAD-Project-staging/docker-latest
public_nightly.Jenkinsfile: add --latest to the docker build
2 parents 181e913 + e5d6f83 commit 96380ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/public_nightly.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pipeline {
119119
if ("${TEST_SLUG}" == 'docker build'){
120120
retry(3) {
121121
try {
122-
sh "./build_openroad.sh --no_init";
122+
sh "./build_openroad.sh --no_init --latest";
123123
}
124124
catch (e) {
125125
sleep(60);

0 commit comments

Comments
 (0)