generated from greyn/_template-service
Compare commits
2 Commits
c4c375a440
...
5f81ccd79a
Author | SHA1 | Date | |
---|---|---|---|
|
5f81ccd79a | ||
|
619f7fc263 |
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -1,10 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
linuxServiceAccount=creds
|
||||
linuxServiceAccountID=string
|
||||
productiondatabase_connectionString=creds
|
||||
targetHost=string
|
||||
linuxServiceAccount=credentials("4df4b92c-51a1-4dc8-b4a9-1872dfbc8c84")
|
||||
linuxServiceAccountID="ddabe41d-5d69-4c7e-a2b2-79396716a0ad"
|
||||
productiondatabase_connectionString=credentials("e0e068dd-57e4-4e2b-b6b2-9d9f0d21adeb")
|
||||
targetHost="alloces.lan"
|
||||
}
|
||||
stages {
|
||||
stage('build'){
|
||||
|
Loading…
Reference in New Issue
Block a user