Man i hate jenkins but its so good at the same time.

Signed-off-by: Thy Sona <applab766@gmail.com>
This commit is contained in:
2026-02-12 20:25:22 +01:00
parent 29ee69c263
commit b2ff43ea97

8
Jenkinsfile vendored
View File

@@ -31,11 +31,11 @@ pipeline {
'''
}
}
}
post {
success {
archiveArtifacts artifacts: 'build/*.tar.gz', fingerprint: true
}
post {
success {
archiveArtifacts artifacts: 'build/*.tar.gz', fingerprint: true
}
}
}