From 2995d3f73c87fae53459c2a318558ad606de8278 Mon Sep 17 00:00:00 2001 From: Yong Wu Date: Tue, 15 Oct 2024 21:57:57 -0700 Subject: [PATCH] [DO NOT MERGE] trigger the build --- packer/jenkins-agents/stock/configure-jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/jenkins-agents/stock/configure-jenkins.sh b/packer/jenkins-agents/stock/configure-jenkins.sh index 4d22fcc..4247056 100644 --- a/packer/jenkins-agents/stock/configure-jenkins.sh +++ b/packer/jenkins-agents/stock/configure-jenkins.sh @@ -15,7 +15,7 @@ apt install -y build-essential apt install -y python3 python3-pip pip install -q poetry launchpadlib apt install -y openjdk-17-jre-headless -apt-mark hold openjdk-17-jre-headless +# apt-mark hold openjdk-17-jre-headless #echo new cron into cron file echo '0 * * * * docker system prune --all --force --filter "until=1h"' | crontab