Skip to content

Commit 3141d78

Browse files
committed
Add master code to be executed and be able to compare
Signed-off-by: Antonio Navarro Perez <[email protected]>
1 parent 2a6efbd commit 3141d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
stage('PR-run') {
3030
when { changeRequest target: 'master' }
3131
steps {
32-
sh '/bin/regression --complexity=0 local:HEAD'
32+
sh '/bin/regression --complexity=0 remote:master local:HEAD'
3333
}
3434
}
3535
stage('Plot') {

0 commit comments

Comments
 (0)