Skip to content

Commit

Permalink
fix deprecated archive call
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Dec 22, 2021
1 parent 0ddc078 commit 87d1109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openwrt
2 changes: 1 addition & 1 deletion scripts/jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def build(TARGET) {
def publishArtifact(UPLOAD_FILE) {
//Upload artifact
stage 'Publish artifact'
archive "${UPLOAD_FILE}"
archiveArtifacts artifacts: "${UPLOAD_FILE}"
}

def githubRelease(UPLOAD_FILE, ARCHIVE_NAME) {
Expand Down

0 comments on commit 87d1109

Please sign in to comment.