parent
39392bbeae
commit
1f9de1de9e
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -51,6 +51,14 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage("Artifacts") {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'Server/.luacheckrc'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
Loading…
Reference in New Issue
Block a user