Try fixing Jenkins.

This commit is contained in:
emil28092005
2026-01-16 21:17:13 +03:00
parent 7db2a78c0b
commit b98326f510
Vendored
+3
View File
@@ -1,5 +1,8 @@
pipeline{
agent any
options {
skipDefaultCheckout()
}
stages{
stage('Checkout') {
steps {