diff --git a/Jenkinsfile b/Jenkinsfile index 9000810..13d8a63 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ // Define the remotes and the working and deploy branches def remote = 'origin' -def workingBranch = 'devel_bear' +def workingBranch = 'master' def releaseBranch = 'release' // Initialize configuration