From 58a79a85e3f56a462f23c547717ed891b6b641cf Mon Sep 17 00:00:00 2001 From: Hambrsoom Baboyan <32947679+Hambrsoom@users.noreply.github.com> Date: Sat, 14 Mar 2020 23:19:27 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 53052a9bf..4236abfc8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Deploy') { steps { echo 'Deploying stage has been executed' - bat 'git push' + bat 'git push --set-upstream origin master' } } }