Fix Jenkins pipeline

This commit is contained in:
2026-05-01 21:16:21 +03:00
parent 3c40a725b0
commit dfbcf98564
Vendored
+1 -2
View File
@@ -1,4 +1,3 @@
```groovy
pipeline {
agent any
@@ -28,4 +27,4 @@ pipeline {
}
}
}
```