Fix missing closing parens
All checks were successful
Core Repos/Homepage/pipeline/pr-master This commit looks good
All checks were successful
Core Repos/Homepage/pipeline/pr-master This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -45,11 +45,13 @@ pipeline {
|
||||
execCommand: 'echo Finished'
|
||||
)
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true
|
||||
|
||||
Reference in New Issue
Block a user