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 {
agent any
```
stages {
stage('Clone Submodules') {
steps {
@@ -67,6 +66,4 @@ post {
deleteDir()
}
}
```
}