fix(RHINENG-9035): bulk select all icon fixed #1182
Merged
Travis CI / Travis CI - Pull Request
succeeded
May 9, 2024 in 15m 45s
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 #1182 fix(RHINENG-9035): bulk select all icon fixed.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in three sequential stages.
Stage 1: Lint
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
5636.1 | 16 | REPO="[email protected]:RedHatInsights/patchman-ui-build" | Linux | passed |
Stage 2: Test
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
5636.2 | 16 | REPO="[email protected]:RedHatInsights/patchman-ui-build" | Linux | passed |
Stage 3: Tag release
This stage passed.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
5636.3 | 16 | REPO="[email protected]:RedHatInsights/patchman-ui-build" | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Version | 16 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"notifications": {
"email": [
{
"enabled": false
}
],
"slack": [
{
"rooms": [
{
"secure": "juuizlfiQolXbqy4L2nfODB1K8xiSGvUrzsT3XeXIsQqX7yCYVvnRUssKLbqgLM9m85kgXJk1ef0qwjJoliNqGcrALTZLHPTkxWwTnV7tPEVS/4uQPSyy+DDHDwrTzCrF3qhCqyKJ6vB18z22qm3qLgStmNj4p1ZLznsdJR/u7U3spJ+WLL70QSNHCQy/5QjRDDiR3oqWdXjhVcUCeV+v/2CtfqK3dqYtzCL/b7z8lm/YbV6w1Rd8mwzTgLstbzjrvR/gq2IPALzzJTq1S8lXtV7ZtbYz4bjB8RNCRZFJrjBUH4CqD1oUskit4RRe+ilVs8qNQh0Tt3whsOdbJoRXJn2B/NVxppp2WGlODdsuMgfNh5iBocHKN3Qo4mONbstnHFG99Hr7L8GbUugJHEQlrZn1xRyO9ulyVp+hFp8/F088NNyhnd3+lERUPA5/4+HPQh6Ea+PyKq2TR41VoDGcRDBS4VY/6PfLEJzxEBjwRAAemfvtOFTUu2EocuAllPX1vMA4b1j7Wm+Bs7wft6nEcVdftVanfAgx4dNksnaS8zN9II8rdtBci2yXYJ6J+e+REDn/2IrHaUwr0N9BojYc0ePUElDcygW4Kk1oGklHp681j2zhi1Gt7rbuae1C9fD4QHnryx59uVH5NXqDsXI5EbwTJE3zvzRz9SzmyDqV5A="
}
]
}
]
},
"node_js": [
"16"
],
"install": [
"npm ci"
],
"jobs": {
"include": [
{
"stage": "Lint",
"script": [
"npm run lint"
]
},
{
"stage": "Test",
"script": [
"npm run test && npm run test:ct && npm run coverage"
]
},
{
"stage": "Tag release",
"script": [
"npm run semantic-release"
]
}
]
},
"env": [
"global={:REPO=>\"\\\"[email protected]:RedHatInsights/patchman-ui-build\\\"\"}={:REPO_DIR=>\"\\\"patchman-ui-build\\\"\"}={:BRANCH=>\"${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}\"}={:NODE_OPTIONS=>\"\\\"--max-old-space-size=4096 --max_old_space_size=4096\\\"\"}={:GH_TOKEN=>\"${GH_TOKEN}\"}"
]
}
Loading