Jenkinsfile fixes
gitea/docker-discover/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-02-05 19:07:02 +01:00
parent 1bd0afa8cc
commit beb5baf3f6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@
pipeline {
agent any
environment {
PROJECT_NAME = 'vn-autoconfig'
PROJECT_NAME = 'discover'
}
stages {
stage('Checkout') {