From 0226e0ca0dc70f9a0310b3eef045ee1c1e0ca3ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2022 20:00:46 +0300 Subject: split into a separate repo --- vendor/masterminds/html5/Jenkinsfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vendor/masterminds/html5/Jenkinsfile (limited to 'vendor/masterminds/html5/Jenkinsfile') diff --git a/vendor/masterminds/html5/Jenkinsfile b/vendor/masterminds/html5/Jenkinsfile new file mode 100644 index 0000000..c0adb8d --- /dev/null +++ b/vendor/masterminds/html5/Jenkinsfile @@ -0,0 +1,19 @@ +pipeline { + agent any + + options { + buildDiscarder(logRotator(numToKeepStr: '5')) + } + + stages { + stage('phpstan') { + steps { + sh """ + docker run --rm -v ${env.WORKSPACE}:/src/tt-rss/lib/local \ + --workdir /src/tt-rss registry.fakecake.org/cthulhoo/ttrss-fpm-pgsql-static:latest\ + php81 ./vendor/bin/phpstan analyse lib/local --memory-limit=1G + """ + } + } + } +} -- cgit v1.2.3