Skip to content

Commit

Permalink
Add master code to be executed and be able to compare
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <[email protected]>
  • Loading branch information
ajnavarro committed Apr 4, 2019
1 parent 2a6efbd commit 3141d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
stage('PR-run') {
when { changeRequest target: 'master' }
steps {
sh '/bin/regression --complexity=0 local:HEAD'
sh '/bin/regression --complexity=0 remote:master local:HEAD'
}
}
stage('Plot') {
Expand Down

0 comments on commit 3141d78

Please sign in to comment.