diff --git a/Jenkinsfile b/Jenkinsfile index 2d43215fc..19cdc874a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,6 +51,14 @@ pipeline { } } } + } + stage("Artifacts") { + when { + branch 'master' + } + steps { + archiveArtifacts artifacts: 'Server/.luacheckrc' + } } } post {