From 19fd2e3d137b59b195c82977e1b60bcd927c508c Mon Sep 17 00:00:00 2001 From: Hambrsoom Baboyan <32947679+Hambrsoom@users.noreply.github.com> Date: Sat, 14 Mar 2020 22:56:31 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8726384de..950fade96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('Deploy') { steps { echo 'Deploying stage has been executed' - bat './deploy production' + bat 'deploy production' } } }