Skip to content

Commit

Permalink
DSF-106 Added performance two (#127)
Browse files Browse the repository at this point in the history
* DSF-106 Added performance two

* DSF-106 Added output of docker networks
  • Loading branch information
terado authored Oct 14, 2024
1 parent dc4ea6d commit e16c934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/automation/lib/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ docker-create-from-template: ### Create Docker image from template - mandatory:

docker-config: ### Configure Docker networking
docker network create $(DOCKER_NETWORK) 2> /dev/null ||:
docker network ls

docker-build docker-image: ### Build Docker image - mandatory: NAME; optional: VERSION,FROM_CACHE=false,BUILD_OPTS=[build options],EXAMPLE=false
reg=$$(make _docker-get-reg)
Expand Down
4 changes: 2 additions & 2 deletions build/jenkins/Jenkinsfile.stages
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pipeline {
agent any
parameters {
choice(name: 'ENVIRONMENT', choices: ['test', 'test1', 'test2', 'test3', 'test4', 'fix', 'performance', 'regression'], description: 'Environment of the Stage to deploy')
string(name: 'LAMBDA_VERSION', defaultValue: '1', description: 'Lambda Version to Stage in API Gateway')
choice(name: 'ENVIRONMENT', choices: ['test', 'test1', 'test2', 'test3', 'test4', 'fix', 'performance', 'performance2', 'regression'], description: 'Environment of the Stage to deploy')
string(name: 'LAMBDA_VERSION', defaultValue: '1', description: 'Version or alias of the RD Lambda for stage to point at')
}
options {
buildDiscarder(logRotator(daysToKeepStr: "7", numToKeepStr: "13"))
Expand Down

0 comments on commit e16c934

Please sign in to comment.