Also generate a PHP script archive
This commit is contained in:
parent
cded93d569
commit
4a5cb51b81
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -24,12 +24,17 @@ pipeline {
|
||||||
cd build/web
|
cd build/web
|
||||||
tar -cvf ../../web.tgz .
|
tar -cvf ../../web.tgz .
|
||||||
|
|
||||||
|
cd ../../php
|
||||||
|
tar -cvf ../php.tgz .
|
||||||
|
cd ..
|
||||||
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "web.tgz"
|
archiveArtifacts artifacts: "web.tgz"
|
||||||
|
archiveArtifacts artifacts: "php.tgz"
|
||||||
|
|
||||||
cleanWs()
|
cleanWs()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue