From 770477e47639a8b9d47b6b6f92a0c372095522fe Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Thu, 11 Jan 2024 16:16:36 -0700 Subject: [PATCH] Remove SWDownloads upload since its managed by a GH action Signed-off-by: Travis F. Collins --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e4ac9f2d..ee4c9983 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -152,11 +152,5 @@ node('baremetal || lab_b5') { unstash "builtSources" uploadArtifactory('TransceiverToolbox','*.mltbx') } - if (env.BRANCH_NAME == 'master') { - cstage('Deploy Production', "", flags) { - unstash "builtSources" - uploadFTP('TransceiverToolbox','*.mltbx') - } - } }