dev #14

Merged
wtukatyr merged 24 commits from dev into main 2025-06-09 12:51:35 +03:00
2 changed files with 36 additions and 0 deletions
Showing only changes of commit 408d9d7f1e - Show all commits

3
Jenkinsfile vendored
View File

@@ -22,8 +22,7 @@ pipeline {
docker compose pull
docker compose down
docker compose up -d
EOF
'''
EOF'''
}
}
}