выпилил лишний деплой

This commit is contained in:
kirill.labutin 2026-08-14 22:35:34 +03:00
parent 79088ad5b9
commit ba761a8f68
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -102,7 +102,7 @@ pipeline {
echo "Saving pfapp artifact ${VERSION}.pfapp" echo "Saving pfapp artifact ${VERSION}.pfapp"
archiveArtifacts artifacts: "launcher/target/${VERSION}.pfapp", fingerprint: true archiveArtifacts artifacts: "launcher/target/${VERSION}.pfapp", fingerprint: true
echo "TODO: deploy ${VERSION}.pfapp to repository (not implemented yet)"
} }