Skip to content

Commit

Permalink
Jenkinsfile: changed 'archiveArtifacts' from 'klighd-snapshots' to 'k…
Browse files Browse the repository at this point in the history
…lighd'

see deployment repo definition in root pom for details
  • Loading branch information
sailingKieler committed Mar 30, 2020
1 parent 4d807d4 commit 6b38cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pipeline {

success {
archiveArtifacts 'updatesite/**/*.*'
archiveArtifacts 'klighd-snapshots/**/*.*'
archiveArtifacts 'klighd/**/*.*'
}

failure {
Expand Down

0 comments on commit 6b38cbb

Please sign in to comment.