Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .ci/buildDockerImages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pipeline {
booleanParam(name: 'apm_integration_testing', defaultValue: "false", description: "")
booleanParam(name: 'helm_kubectl', defaultValue: "false", description: "")
booleanParam(name: 'opbot', defaultValue: "false", description: "")
booleanParam(name: 'flakey', defaultValue: "false", description: "Flake detection app")
}
stages {
stage('Cache Weblogic Docker Image'){
Expand Down Expand Up @@ -312,6 +313,24 @@ pipeline {
push: true)
}
}
stage('Build flakey'){
options {
skipDefaultCheckout()
}
when{
beforeAgent true
expression { return params.flakey}
}
steps {
deleteDir()
buildDockerImage(
repo: 'https://github.com/elastic/observability-dev',
tag: 'flakey',
version: 'latest',
push: true,
folder: "apps/automation/jenkins-toolbox")
}
}
stage('Build opbot'){
options {
skipDefaultCheckout()
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ local.log
.classpath
.project
.settings/

test-infra/apm-ci/__pycache__/