Fix missing closing parens
All checks were successful
Core Repos/Homepage/pipeline/pr-master This commit looks good

This commit is contained in:
Cameron Cordes
2023-06-15 21:45:37 -04:00
parent cde1da6e5c
commit be2955482a

2
Jenkinsfile vendored
View File

@@ -45,11 +45,13 @@ pipeline {
execCommand: 'echo Finished' execCommand: 'echo Finished'
) )
] ]
)
] ]
) )
} }
} }
} }
post { post {
always { always {
archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true