jenkins/build-config.jpl: Update build node/image to Ubuntu Jammy

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I8a00daf1e5299ea9ed90f454b3a676b1e4b521f7
diff --git a/jenkins/build-config.jpl b/jenkins/build-config.jpl
index bc2e271..994e259 100644
--- a/jenkins/build-config.jpl
+++ b/jenkins/build-config.jpl
@@ -1,6 +1,6 @@
 #!/usr/bin/env groovy
 //-------------------------------------------------------------------------------
-// Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.
+// Copyright (c) 2020-2024, Arm Limited and Contributors. All rights reserved.
 //
 // SPDX-License-Identifier: BSD-3-Clause
 //
@@ -9,7 +9,7 @@
 @Library('trustedfirmware') _
 import org.trustedfirmware.Gerrit
 
-def nodeLabel = "docker-amd64-tf-m-bionic"
+def nodeLabel = "docker-amd64-tf-m-jammy"
 
 @NonCPS
 def getUpstreamJob() {