fix syntax error

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

3
Jenkinsfile vendored
View File

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