Skip to content

Commit 74aa336

Browse files
author
Avinash Tahakik
committed
upload correct image to artifact server
Signed-off-by: Avinash Tahakik <[email protected]>
1 parent 99b3c16 commit 74aa336

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
@@ -10,7 +10,7 @@ node('docker && imgtec') {
1010
sh 'make CROSS_COMPILE=/opt/toolchains/mips-img-linux-gnu/2016.05-03/bin/mips-img-linux-gnu-'
1111
}
1212
stage('Upload') {
13-
archiveArtifacts 'u-boot-pistachio-nor.img'
13+
archiveArtifacts 'u-boot-pistachio*.img'
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)