Attempt to add code quality stuff back to Jenkins
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
Some checks failed
Gitea - aviat/banker/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b1d7c887ee
commit
8123d99bee
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -55,6 +55,7 @@ pipeline {
|
|||||||
stage('Code Cleanliness') {
|
stage('Code Cleanliness') {
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
|
sh 'mkdir -p build/logs'
|
||||||
sh 'touch build/logs/phpstan.log'
|
sh 'touch build/logs/phpstan.log'
|
||||||
sh 'composer run-script ci:phpstan'
|
sh 'composer run-script ci:phpstan'
|
||||||
recordIssues(
|
recordIssues(
|
||||||
|
Loading…
Reference in New Issue
Block a user