Commit e250de2d authored by Matt Pryor's avatar Matt Pryor
Browse files

Force Jenkins builds not to use build cache

parent 5d4593d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ pipeline
            dir(ESGF_DOCKER_REPO_PATH)
            {
              info("building esgf-docker images with the tag '${env.ESGF_VERSION}' and hub '${ESGF_HUB}'")
              sh('docker-compose -f docker-compose.build.yml build')
              sh('docker-compose -f docker-compose.build.yml build --no-cache')
            }

            end_block('build')