Compare commits

..

No commits in common. "5f81ccd79a3736f6a31dad2578588783f2f8f19b" and "c4c375a440795b092e68557a51c5196bcb85e25f" have entirely different histories.

8
Jenkinsfile vendored
View File

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