From 5ffc687edebd0ddca65a891d7db68ec028e9e56e Mon Sep 17 00:00:00 2001 From: Simen Gangstad Date: Mon, 24 Jun 2024 15:53:39 +0200 Subject: [PATCH] MCU8MASS-3338 Update deploy script arguments --- Jenkinsfilek8s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfilek8s b/Jenkinsfilek8s index af5c853..c6903d9 100644 --- a/Jenkinsfilek8s +++ b/Jenkinsfilek8s @@ -123,7 +123,7 @@ steps { script { withCredentials([usernamePassword(credentialsId: 'pic_avr_github', usernameVariable: 'USER_NAME', passwordVariable:'PASS' )]) { - sh "python3 ${env.DEPLOY_SCRIPT_FILE} -rlo=true -gpat=${PASS} -dgid=${USER_NAME} -rpn=${GITHUB_REPO_SHORT} -rporg=${GITHUB_ORG} -rltt=\"${env.GIT_TAG}\" -rltv=\"${env.GIT_TAG}\" -rlua=\"avr-iot-cellular-${env.GIT_TAG}.zip,sandbox.hex\" -dm=True" + sh "python3 ${env.DEPLOY_SCRIPT_FILE} -rlo=true -gpat=${PASS} -dgid=${USER_NAME} -rpn=${GITHUB_REPO_SHORT} -rporg=${GITHUB_ORG} -rltt=\"${env.GIT_TAG}\" -rltv=\"${env.GIT_TAG}\" -rlua=\"avr-iot-cellular-${env.GIT_TAG}.zip,sandbox.hex\"" } } }