summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-10-02 15:11:40 +0300
committerAndrew Dolgov <[email protected]>2022-10-02 15:11:40 +0300
commita1c13f752c832658164b753bec0fde44c0b70f61 (patch)
tree098962bda5fd102a8d8aab400578b5af33ce3829
parent631288ee40b9da450b380e8e23080685ad8fc2c3 (diff)
update Jenkinsfile
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b7827eb..4cad0e2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,10 +6,10 @@ pipeline {
steps {
sh """
docker run --pull=always \
- -v ${env.WORKSPACE}:/src/tt-rss/plugins/plugin \
+ -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/plugin
+ php81 ./vendor/bin/phpstan analyse plugins.local/plugin --memory-limit=512M
"""
}
}