Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
keithgrimes committed Jul 27, 2024
1 parent 3248686 commit 80878e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pipeline {
}
stage('Package Zip File') {
steps {
// Remove the Jenkins File from the package
sh 'rm -f Jenkinsfile'

// First Zip the contents
sh 'zip -r tpl_hydrogen_ramblers.zip .'
}
Expand Down

0 comments on commit 80878e0

Please sign in to comment.