summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
"""
}
}