Old code removed: Docker port, Jenkins config
gitea/vn-autoconfig/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-01-29 13:20:51 +01:00
parent 273ed9598f
commit 3a9f4162c9
2 changed files with 1 additions and 8 deletions

7
Jenkinsfile vendored
View File

@ -19,13 +19,6 @@ pipeline {
}
}
configFileProvider([
configFile(fileId: "${env.PROJECT_NAME}.groovy",
variable: 'GROOVY_FILE')
]) {
load env.GROOVY_FILE
}
sh 'printenv'
}
}

View File

@ -6,4 +6,4 @@ services:
context: .
dockerfile: Dockerfile
ports:
- ${PORT:?}:80
- 80