1.0.2 #22

Merged
ashir merged 4 commits from dev into main 2026-05-05 12:29:11 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 60ace745f3 - Show all commits
Vendored
+4
View File
@@ -22,6 +22,10 @@ def ENV_LAYOUT = [
pipeline {
agent { label 'jagent06' }
options {
disableConcurrentBuilds()
}
triggers {
GenericTrigger(
causeString: 'Triggered by Gitea webhook',
+4
View File
@@ -24,6 +24,10 @@ pipeline {
label 'jagent06'
}
options {
disableConcurrentBuilds()
}
environment {
REMOTE_HOST = "root@170.187.237.83"
REMOTE_DEPLOY_DIR = "/root/gg-backend"