Jenkinsfile bugs fixed

This commit is contained in:
Juan 2018-06-11 20:22:25 +02:00
parent ab830ae526
commit 166d4ab242
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,5 @@
#!/usr/bin/env groovy
def curCompose = new File('docker-compose.current.yml')
// TODO: We are using latest tag until image rotation it's implemented
env.COMPOSER_HTTP_TIMEOUT = 300;