remove plugin-specific Jenkinsfile

pull/4/head
Andrew Dolgov 2 years ago
parent 78eb9d363f
commit fb2eee1edc
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

17
Jenkinsfile vendored

@ -1,17 +0,0 @@
pipeline {
agent any
stages {
stage('phpstan') {
steps {
sh """
docker run --pull=always \
-v ${env.WORKSPACE}:/src/tt-rss/plugins/plugin \
--workdir /src/tt-rss \
--rm cthulhoo/ttrss-fpm-pgsql-static:latest \
php81 ./vendor/bin/phpstan analyse plugins/plugin
"""
}
}
}
}
Loading…
Cancel
Save