ci(jenkins): finish jenkinsfile
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
95ac8cebc9
commit
48e06389fb
1 changed files with 7 additions and 0 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -43,10 +43,17 @@ pipeline {
|
|||
|
||||
mkarchiso -v -w "/tmp/archisotmp/work" -o /tmp/archisotmp/out "/tmp/archisotmp/server"
|
||||
|
||||
cp -rv /tmp/archisotmp/out ./out
|
||||
rm -rf /tmp/archisotmp
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "out/*.iso"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue