Fix parentesi x artifacts upload
This commit is contained in:
Vendored
+1
-1
@@ -82,7 +82,7 @@ pipeline {
|
||||
if (env.BRANCH_NAME == "stable" || env.BRANCH_NAME.contains("beta") ) {
|
||||
// upload!
|
||||
nexusArtifactUploader (
|
||||
artifacts:
|
||||
artifacts: [
|
||||
[
|
||||
artifactId: 'ZCode',
|
||||
classifier: "${env.classifier}",
|
||||
|
||||
Reference in New Issue
Block a user