Jenkinsfile bugs fixed
This commit is contained in:
parent
ab830ae526
commit
166d4ab242
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue