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.
2 parents cc1b171 + 19e4edf commit dfbeed4Copy full SHA for dfbeed4
Jenkinsfile
@@ -29,12 +29,6 @@ pipeline {
29
sh '/bin/regression --complexity=2 --csv --prom local:HEAD'
30
}
31
32
- stage('Run bblfsh mockup tests') {
33
- when { branch 'master' }
34
- steps {
35
- sh '/bin/regression-bblfsh-mockups local:HEAD'
36
- }
37
38
stage('PR-run') {
39
when { changeRequest target: 'master' }
40
steps {
@@ -66,5 +60,11 @@ pipeline {
66
60
67
61
68
62
63
+ stage('Run bblfsh mockup tests') {
64
+ when { branch 'master' }
65
+ steps {
+ sh '/bin/regression-bblfsh-mockups local:HEAD'
+ }
69
70
0 commit comments