1
0
Fork 0
Archive luacheckrc
This commit is contained in:
Alexander Harkness 2021-11-22 19:35:00 +00:00 committed by GitHub
parent 39392bbeae
commit 1f9de1de9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored
View File

@ -51,6 +51,14 @@ pipeline {
}
}
}
}
stage("Artifacts") {
when {
branch 'master'
}
steps {
archiveArtifacts artifacts: 'Server/.luacheckrc'
}
}
}
post {