summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-10-02 15:10:31 +0300
committerAndrew Dolgov <[email protected]>2022-10-02 15:10:31 +0300
commite82a149d36a9c437fcbea36e112ece967532c7a8 (patch)
tree7a51fb9dbf60fcd2f1e766db7ae21d9bfd1273eb
parentfc4dde42889d199abcb0612b3b9db3f37ba7c585 (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
"""
}
}