diff options
| author | arseney300 <arseney300@december.com> | 2026-03-06 07:09:08 +0000 |
|---|---|---|
| committer | arseney300 <arseney300@december.com> | 2026-03-06 07:09:08 +0000 |
| commit | ab05eada02310ab794c2a02032255ad0c6264e38 (patch) | |
| tree | d13b3562284cf92cd1602a033e3386bf98f47991 | |
| parent | 46347ad3d59c3f8f38cf30cff9878eadea11749e (diff) | |
ci: update JenkinsfileJenkins
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3acfa0ec820..e690be00cab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +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"' + sh 'curl -u "$NEXUS_CREDS" --upload-file u-boot-sunxi-with-spl.bin "$NEXUS_URL/repository/u-boot/builds/${BUILD_NUMBER}/u-boot-sunxi-with-spl.bin"' } } |
