Improve Log4j 2 example #222
Open
Travis CI / Travis CI - Pull Request
succeeded
Jul 3, 2024 in 11m 51s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #222 Improve Log4j 2 example.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | ENV | OS | State |
---|---|---|---|
855.1 | ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env | Linux | passed |
855.2 | SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Shell |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "shell",
"os": [
"linux"
],
"dist": "focal",
"env": [
"jobs={:ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk17.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk17.env\"}"
],
"before_install": [
"mkdir -p .ci && curl -sL https://github.com/logstash-plugins/.ci/archive/1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards \"*Dockerfile*\" \"*docker*\" \"*.sh\""
],
"install": [
".ci/docker-setup.sh"
],
"script": [
".ci/docker-run.sh"
]
}
Loading