Add artifact command
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -9,4 +9,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'TeamCode/build/outputs/apk/debug/*.apk', fingerprint: true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user