linux account, service host
All checks were successful
gitea.arg.rip/test274/pipeline/head This commit looks good

This commit is contained in:
Jenkins 2025-03-24 22:59:38 -04:00
parent 619f7fc263
commit 5f81ccd79a

6
Jenkinsfile vendored
View File

@ -1,10 +1,10 @@
pipeline { pipeline {
agent any agent any
environment { environment {
linuxServiceAccount=creds linuxServiceAccount=credentials("4df4b92c-51a1-4dc8-b4a9-1872dfbc8c84")
linuxServiceAccountID=string linuxServiceAccountID="ddabe41d-5d69-4c7e-a2b2-79396716a0ad"
productiondatabase_connectionString=credentials("e0e068dd-57e4-4e2b-b6b2-9d9f0d21adeb") productiondatabase_connectionString=credentials("e0e068dd-57e4-4e2b-b6b2-9d9f0d21adeb")
targetHost=string targetHost="alloces.lan"
} }
stages { stages {
stage('build'){ stage('build'){