Update Jenkinsfile
This commit is contained in:
parent
10e5143df8
commit
ba8d8217da
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -12,8 +12,8 @@ pipeline {
|
|||
sh 'docker container stop workout || true'
|
||||
sh 'docker network create test_workout || true'
|
||||
sh 'docker container run --rm --name pg --network test_workout -d postgres'
|
||||
sh 'docker container run --rm --name workout --network test_workout -p 8000:8000 -e DATABASE_URL=postgres://postgres:postgres@pg:5432/postgres -e SECRET_KEY=secret -d workout:jenkins'
|
||||
sh 'curl http://localhost:8000'
|
||||
sh 'docker container run --rm --name workout --network test_workout -p 8000:8000 -e DJANGO_ENV=dev -e DATABASE_URL=postgres://postgres:postgres@pg:5432/postgres -e SECRET_KEY=secret -d workout:jenkins'
|
||||
echo 'Do some testing here...'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue