summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-25 18:52:53 +0300
committerAndrew Dolgov <[email protected]>2022-11-25 18:52:53 +0300
commite30d4667fff89e19c152f6f1049d627b883515c1 (patch)
tree67e1706bc64af9af8899e8ceb5667ae6910b5b5b
parent39c88538aa399dc9c4a6bc5e57486943706ae0da (diff)
give phpstan more ram
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 1c3ca86..7122d67 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
-v ${env.WORKSPACE}:/src/tt-rss/plugins.local/plugin \
--workdir /src/tt-rss \
--rm cthulhoo/ttrss-fpm-pgsql-static:latest \
- php81 ./vendor/bin/phpstan analyse plugins.local/plugin --memory-limit=1G
+ php81 ./vendor/bin/phpstan analyse plugins.local/plugin --memory-limit=2G
"""
}
}