Skip to content

Commit 77f85c3

Browse files
Avinash TahakikAvinash95
authored andcommitted
upload correct image to artifact server
Signed-off-by: Avinash Tahakik <[email protected]>
1 parent 10a605d commit 77f85c3

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)