mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
add jenkinsfile
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -22,7 +22,10 @@ pipeline{
|
||||
steps {
|
||||
sh'''
|
||||
printenv
|
||||
echo "archiving release"
|
||||
echo "publishing release"
|
||||
tag="$GIT_BRANCH"
|
||||
[ -d "/home/dany/public/antos-release/packages/$tag" ] && rm -rf /home/dany/public/antos-release/packages/$tag || true
|
||||
cp -rfv release /home/dany/public/antos-release/packages/$tag
|
||||
'''
|
||||
script {
|
||||
// only useful for any master branch
|
||||
|
Reference in New Issue
Block a user