Project name changed
gitea/docker-discover/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-01-29 13:12:22 +01:00
parent c4863c4ca2
commit 79d657e689
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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