HACDOCS-698: Updated the content for the Enhanced PipelineRun details view in the Web Console #70231
+357
−0
Travis CI / Travis CI - Pull Request
succeeded
Feb 16, 2024 in 5m 9s
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 #70231 HACDOCS-698: Updated the content for the Enhanced PipelineRun details view in the Web Console.
Any changes that have been made to the pipelines-docs branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in three sequential stages.
Stage 1: cache-and-validate
This stage passed.
Job | OS | State |
---|---|---|
231208.1 Create install cache and validate updated assemblies | Linux | passed |
Stage 2: build
This stage passed.
Job | OS | State |
---|---|---|
231208.2 Build openshift-pipelines distro | Linux | passed |
Stage 3: netlify
This stage passed.
Job | ENV | OS | State | Notes |
---|---|---|---|---|
231208.3 | CAN_FAIL=true | Linux | passed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"pip": true,
"directories": [
"/home/travis/.rvm/gems"
]
},
"git": {
"depth": 2
},
"jobs": {
"allow_failures": [
{
"env": [
{
"CAN_FAIL": "true"
}
]
}
],
"include": [
{
"stage": "cache-and-validate",
"name": "Create install cache and validate updated assemblies",
"install": [
"gem install asciidoctor asciidoctor-diagram rouge",
"pip3 install pyyaml aura.tar.gz"
],
"script": [
"if ! [[ -z $(git diff --name-only HEAD~1 HEAD --diff-filter=d '*.adoc' ':(exclude)_unused_topics/*') ]]; then chmod +x ./scripts/check-asciidoctor-build.sh && ./scripts/check-asciidoctor-build.sh; fi"
]
},
{
"stage": "build",
"name": "Build openshift-pipelines distro",
"script": [
"python3 build.py --distro openshift-pipelines --product \"OpenShift Pipelines\" --version 1.12 --no-upstream-fetch && python3 makeBuild.py"
]
},
{
"stage": "netlify",
"env": [
{
"CAN_FAIL": "true"
}
],
"language": "shell",
"if": "type IN (pull_request) AND branch IN (pipelines-docs, pipelines-docs-1.11, pipelines-docs-1.12, pipelines-docs-1.13, pipelines-docs-1.14) AND sender != \"openshift-cherrypick-robot\"",
"script": [
"chmod +x autopreview.sh",
"./autopreview.sh"
]
}
]
},
"stages": [
{
"name": "cache-and-validate"
},
{
"name": "build"
},
{
"name": "netlify"
}
]
}
Loading