Skip to content

Commit 38fbf7c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ 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'
14+
deleteDir() // clean up the workspace to save space
1415
}
1516
}
1617
}

0 commit comments

Comments
 (0)