Update apps/demo-nginx/Jenkinsfile
This commit is contained in:
4
apps/demo-nginx/Jenkinsfile
vendored
4
apps/demo-nginx/Jenkinsfile
vendored
@@ -1,6 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
environment {
|
||||
APP_NAME = 'demo-nginx'
|
||||
NAMESPACE = 'demo-app'
|
||||
|
||||
Reference in New Issue
Block a user