Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit eb2f4d95b6 - Show all commits

6
Jenkinsfile vendored
View File

@ -34,11 +34,9 @@ pipeline {
sh 'php ./vendor/bin/phpunit --colors=never' sh 'php ./vendor/bin/phpunit --colors=never'
} }
} }
} stage('Coverage') {
post {
success {
agent any agent any
node { steps {
sh 'php composer.phar run-script coverage' sh 'php composer.phar run-script coverage'
step([ step([
$class: 'CloverPublisher', $class: 'CloverPublisher',