fix syntax error

This commit is contained in:
William Bell
2025-12-01 02:25:31 +00:00
parent 5741fb4185
commit 06da01c119

1
Jenkinsfile vendored
View File

@@ -106,6 +106,7 @@ stage('Archive Build Artifacts') {
archiveArtifacts artifacts: "${env.OUTPUT_FILE}", allowEmptyArchive: false
}
}
}
post {
always {