just touched for test

This commit is contained in:
Uwe Jakobeit
2026-03-29 16:20:35 +02:00
parent 4480608260
commit 76eb6d0a93

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline { pipeline {
agent any // Or use 'dockerfile' if running in a container agent any // Or use 'dockerfile' if running in a container
stages { stages {
stage('Checkout') { stage('Checkout-Jenkinsfile') {
steps { steps {
// Checks out the source code from the configured Gitea SCM // Checks out the source code from the configured Gitea SCM
checkout scm checkout scm