commit 1db75b049c8ceea4a7fe4a2f22c42212cecba843
parent cddb84eddc6766c891a67c6e952332ef72409347
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 28 Feb 2026 08:03:48 +0100
feat: update Jenkinsfile
Diffstat:
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
@@ -1,23 +1,7 @@
@Library('in0rdr-jenkins-lib@master') _
-//def buildahbud = new BuildahBud(this)
-//def buildahpush = new BuildahPush(this)
-
-node('podman&&arm64'){
+node('podman'){
checkout scm
gitleaks()
-
- // build with image context and name
- //buildahbud.execute(
- // [uid: 1312, gid: 1312],
- // 'docker/docker-jenkins-inbound-agent',
- // 'jenkins-inbound-agent-arm64',
- // '3345.v03dee9b_f88fc')
- //buildahpush.execute('jenkins-inbound-agent-arm64', '3345.v03dee9b_f88fc')
}
-//node('podman&&amd64'){
-// checkout scm
-// gitleaks()
-//}
-