Update Jenkinsfile

This commit is contained in:
2026-06-08 21:33:52 +02:00
parent 48ea97ecef
commit 5baec2e65f

3
Jenkinsfile vendored
View File

@@ -1,7 +1,6 @@
pipeline { pipeline {
agent any agent any
```
stages { stages {
stage('Clone Submodules') { stage('Clone Submodules') {
steps { steps {
@@ -67,6 +66,4 @@ post {
deleteDir() deleteDir()
} }
} }
```
} }