fix Jenkinsfile 3
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit

This commit is contained in:
Бычков Андрей
2022-06-09 17:13:45 +03:00
parent bde2c85591
commit e0f4935345

1
Jenkinsfile vendored
View File

@@ -57,4 +57,5 @@ pipeline {
copyArtifactPermission('*');
buildDiscarder(logRotator(numToKeepStr: "20", artifactNumToKeepStr: "10"))
}
stages {}
}