mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-10 16:59:53 +02:00
remove plugin-specific Jenkinsfile
This commit is contained in:
parent
78eb9d363f
commit
fb2eee1edc
1 changed files with 0 additions and 17 deletions
17
Jenkinsfile
vendored
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…
Add table
Add a link
Reference in a new issue