From c2e48f45ab21101a86217f6b7a515c54ac0d468f Mon Sep 17 00:00:00 2001
From: TSC21 <n.marques21@hotmail.com>
Date: Mon, 28 Jan 2019 10:38:21 +0000
Subject: [PATCH] Jenkins CI: ROS msgs: rollback branch naming

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0e1fc0be8e..2a27bce988 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -491,7 +491,7 @@ pipeline {
           when {
             anyOf {
               branch 'master'
-              branch 'feature/jenkins_autobuild_px4_msgs' // for testing
+              branch 'pr-jenkins' // for testing
             }
           }
           options {
-- 
GitLab