From bc3bfad7d7b1ecb96872f64c8c029d8d8bb18cd4 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Sun, 04 Apr 2021 02:29:00 +0000
Subject: [PATCH] Set the openjdk version to 11; Updated to a variable in the compose file
---
Jenkinsfile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index bfd0e86..603a10b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,7 @@
pipeline{
agent{
- label "x86-docker-agent"
+ label "master"
}
environment{
def BUILDDATE = sh(script: "echo `date --rfc-3339=date`", returnStdout: true).trim()
--
Gitblit v1.10.0