This commit is contained in:
2024-02-04 21:57:29 +03:00
parent 2bc9a539ff
commit c3ba3e6e23

2
Jenkinsfile vendored
View File

@@ -1,5 +1,5 @@
pipeline { pipeline {
agent none agent any
options { options {
copyArtifactPermission('*'); copyArtifactPermission('*');
} }