ref: 6555ca3b78a734e0b4098fd224c3c46f9e064eb0
parent: 27c85c0da4eff0e69d9482544cf217686b762d9c
author: grobe0ba <grobe0ba@tcp80.org>
date: Sat Oct 4 20:38:29 EDT 2025
update jenkinsfile
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,12 +1,5 @@
pipeline {
- agent {
- kubernetes {
- cloud 'sm0'
- inheritFrom 'Alpine'
- namespace 'jenkins'
- }
- }
-
+ agent any
stages {
stage('Build') {
--
⑨