jenkins/: Switch to docker-amd64-tf-m-jammy image

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I315281432744154f4d3ba471b368b42de8100868
diff --git a/jenkins/build-config.jpl b/jenkins/build-config.jpl
index bc2e271..8136b44 100644
--- a/jenkins/build-config.jpl
+++ b/jenkins/build-config.jpl
@@ -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() {
diff --git a/jenkins/build-docs.jpl b/jenkins/build-docs.jpl
index a2a0208..9560e68 100644
--- a/jenkins/build-docs.jpl
+++ b/jenkins/build-docs.jpl
@@ -10,7 +10,7 @@
 import org.trustedfirmware.Gerrit
 
 timestamps {
-  node("docker-amd64-tf-m-bionic") {
+  node("docker-amd64-tf-m-jammy") {
     stage("Init") {
       cleanWs()
       dir("tf-m-ci-scripts") {
diff --git a/jenkins/checkpatch.jpl b/jenkins/checkpatch.jpl
index 2f87a98..d152efc 100644
--- a/jenkins/checkpatch.jpl
+++ b/jenkins/checkpatch.jpl
@@ -10,7 +10,7 @@
 import org.trustedfirmware.Gerrit
 
 timestamps {
-  node("docker-amd64-tf-m-bionic") {
+  node("docker-amd64-tf-m-jammy") {
     // Clone TF-M repositories so share folder can be reused by downstream jobs
     stage("Init") {
       cleanWs()
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index 7462632..7cd5196 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -322,7 +322,7 @@
 def results = [:]
 
 timestamps {
-  node("docker-amd64-tf-m-bionic") {
+  node("docker-amd64-tf-m-jammy") {
     stage("Init") {
       cleanWs()
       dir("tf-m-ci-scripts") {
diff --git a/jenkins/cppcheck.jpl b/jenkins/cppcheck.jpl
index 69cc9b0..7d0d3c7 100644
--- a/jenkins/cppcheck.jpl
+++ b/jenkins/cppcheck.jpl
@@ -10,7 +10,7 @@
 import org.trustedfirmware.Gerrit
 
 timestamps {
-  node("docker-amd64-tf-m-bionic") {
+  node("docker-amd64-tf-m-jammy") {
     // Clone TF-M repositories so share folder can be reused by downstream jobs
     stage("Init") {
       cleanWs()
diff --git a/jenkins/lava-submit.jpl b/jenkins/lava-submit.jpl
index 6517bda..bb359f4 100644
--- a/jenkins/lava-submit.jpl
+++ b/jenkins/lava-submit.jpl
@@ -60,7 +60,7 @@
 }
 
 timestamps {
-  node("docker-amd64-tf-m-bionic") {
+  node("docker-amd64-tf-m-jammy") {
     stage("Init") {
       cleanWs()
       dir("tf-m-ci-scripts") {
diff --git a/jenkins/static-checks.jpl b/jenkins/static-checks.jpl
index 66faecc..281cba6 100644
--- a/jenkins/static-checks.jpl
+++ b/jenkins/static-checks.jpl
@@ -10,7 +10,7 @@
 import org.trustedfirmware.Gerrit
 
 timestamps {
-  node("docker-amd64-tf-m-bionic") {
+  node("docker-amd64-tf-m-jammy") {
     stage("Init") {
       cleanWs()
       dir("tf-m-ci-scripts") {
diff --git a/jenkins/static.jpl b/jenkins/static.jpl
index dc8477e..08d6213 100644
--- a/jenkins/static.jpl
+++ b/jenkins/static.jpl
@@ -34,7 +34,7 @@
 def status = 1
 
 timestamps {
-  node("docker-amd64-tf-m-bionic") {
+  node("docker-amd64-tf-m-jammy") {
     stage("Init") {
       cleanWs()
       dir("tf-m-ci-scripts") {