We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d71eb commit d51f900Copy full SHA for d51f900
Jenkinsfile
@@ -18,7 +18,7 @@ composer install'''
18
}
19
stage('phpunit') {
20
steps {
21
- sh '''PATH=$PATH:/bin:/usr/local/bin:/usr/bin
+ sh '''PATH=$PATH:/bin:/usr/local/bin:/usr/bin:/home/pabloi/.config/composer/vendor/bin/
22
phpunit'''
23
24
0 commit comments