Don't generate artifacts if not manually started

This commit is contained in:
Flare Microsystems
2024-11-08 15:56:53 -08:00
parent 2637c066d3
commit 1c978cd8d3

1
Jenkinsfile vendored
View File

@@ -17,6 +17,7 @@ pipeline {
} }
stage('Archive Artifacts') stage('Archive Artifacts')
{ {
when {triggeredBy 'UserIdCause'}
steps{ steps{
archiveArtifacts artifacts: 'CrossJeeves.jar' archiveArtifacts artifacts: 'CrossJeeves.jar'
} }