commit | 0540f3192ff0860682eef4c32a979738ea579841 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Tue Jun 14 15:42:47 2016 +0200 |
committer | Carlos Sanchez <carlos@apache.org> | Tue Jun 14 15:42:47 2016 +0200 |
tree | 95554938728ab8e79893d36ebc66689ba6ed6d13 | |
parent | 3ab1deee208aed3b4d586e498170aa136b424a25 [diff] [blame] |
Fix Issue #282 Always pull latest image and build without cache
diff --git a/weekly.sh b/weekly.sh index e615272..d70452d 100755 --- a/weekly.sh +++ b/weekly.sh
@@ -11,6 +11,7 @@ docker build --build-arg JENKINS_VERSION=$JENKINS_VERSION \ --build-arg JENKINS_SHA=$JENKINS_SHA \ + --no-cache --pull \ --tag jenkinsci/jenkins:$JENKINS_VERSION . docker tag -f jenkinsci/jenkins:$JENKINS_VERSION jenkinsci/jenkins:latest