Skip to content

Commit 2208195

Browse files
Update Jenkinsfile
1 parent ce8c779 commit 2208195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ cstage("Hardware Streaming Tests", "", flags) {
132132

133133
node('docker') {
134134
cstage('Deploy Development', "", flags) {
135-
unstash "builtSources"
135+
local_unstash("builtSources")
136136
uploadArtifactory('HighSpeedConverterToolbox','*.mltbx')
137137
}
138138
if (env.BRANCH_NAME == 'master') {

0 commit comments

Comments
 (0)