diff options
| author | arseney300 <arseney300@december.com> | 2026-03-06 07:06:00 +0000 |
|---|---|---|
| committer | arseney300 <arseney300@december.com> | 2026-03-06 07:06:00 +0000 |
| commit | 46347ad3d59c3f8f38cf30cff9878eadea11749e (patch) | |
| tree | 494a40da5021a05c09cc2556bb6ddfb5a3a23959 | |
| parent | bc517e1134ce03829dfdea0fa15b13c02f531635 (diff) | |
ci: update Jenkinsfile
| -rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 4703dfefff9..3acfa0ec820 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,6 +39,7 @@ pipeline { steps { sh 'echo $NEXUS_CREDS' sh 'curl -u "$NEXUS_CREDS" --upload-file u-boot.bin "$NEXUS_URL/repository/u-boot/builds/${BUILD_NUMBER}/u-boot.bin"' + sh 'curl -u "$NEXUS_CREDS" --upload-file u-boot-sunxi-with-spl.bin "$NEXUS_URL/repository/u-boot/builds/${BUILD_NUMBER}/u-boot.bin"' } } |
