Skip to content

Commit

Permalink
Merge pull request #35 from ramblerswebs/Fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
keithgrimes authored Aug 2, 2024
2 parents 94e16e4 + 1455cd4 commit 46a9c40
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 168 deletions.
7 changes: 5 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ pipeline {
stages {
stage('Update version information') {
steps {
sh 'python2 /home/UpdateJoomlaBuild -bx -i tpl_hydrogen_ramblers.xml'
sh 'python3 /home/UpdateJoomlaBuild -bx -i tpl_hydrogen_ramblers.xml'
}
}
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 All @@ -22,7 +25,7 @@ pipeline {
sh 'rm -f *.zip'
}
}
sh 'python2 /home/UpdateJoomlaBuild -bx -i tpl_hydrogen_ramblers.xml -z tmp'
sh 'python3 /home/UpdateJoomlaBuild -bx -i tpl_hydrogen_ramblers.xml -z tmp'
fileOperations([fileCopyOperation(excludes: '', flattenFiles: true, includes: 'tmp/*.zip', targetLocation: params.BINARY_STORE)])
}
}
Expand Down
Loading

0 comments on commit 46a9c40

Please sign in to comment.