Add artifact command

This commit is contained in:
2023-10-22 19:37:13 -07:00
parent 45bab85f09
commit 55eacfc391

5
Jenkinsfile vendored
View File

@ -9,4 +9,9 @@ pipeline {
}
}
}
post {
always {
archiveArtifacts artifacts: 'TeamCode/build/outputs/apk/debug/*.apk', fingerprint: true
}
}
}