Skip to content

Commit

Permalink
Remove SWDownloads upload since its managed by a GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jan 11, 2024
1 parent cac9ce9 commit 770477e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}
}

0 comments on commit 770477e

Please sign in to comment.