Bump org.sonarsource.sonarqube:sonar-plugin-api from 6.6 to 7.5 in /sonar-ansible-extras-plugin #62
Travis CI / Travis CI - Branch
failed
Mar 4, 2024 in 2m 43s
Build Failed
The build failed.
Details
This is a normal build for the dependabot/maven/sonar-ansible-extras-plugin/org.sonarsource.sonarqube-sonar-plugin-api-7.5 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Java |
Operating System | Linux (Xenial) |
JDK Version | openjdk11 |
Build Configuration
{
"language": "java",
"os": [
"linux"
],
"dist": "xenial",
"jdk": [
"openjdk11"
],
"git": {
"depth": false
},
"addons": {
"sonarcloud": {
"organization": "sbaudoin-github",
"token": {
"secure": "qK+/79r64AkKy8Jt6heKrZ4GbTiFWcGB0/36tYh84TMwBGYFAqTD7AZpd6iuDZUHvSsQJQUWvijjIN7HE79uHhHGM0Fn72WuocCLEcB7FeAvwkvuRDFgF9u0DVs0dHPhz26fPDap1dGr8fjBviVtcqZhEFwVYowlfgv37Qf8PHIV6DC825C6YGLprhyAMlr+xOccqXsPynzYE+A4l6SwYLSfy9dMFkzhSF11Um/MFDgRC+DjT+KDcfHnikiYEl/QPOAWoclnNl6swFpE8vyjjJz1gZHNX2arU5VMbXJmiR/mLK6/kdCSOrhiNeOmo3YM7DmMahwtpOzMvLXugNi6AcSiqUarjfudrl3SUWnBI4QAoxi5/1FwbYcipgCltfQ7R/tpcGeHuL0qAO1vEEfaZgfYN8HXiDDDZut+rR6RYq9WhlX4iIPrEaPg9Jqz1+2Kp+lqpKY9z5thb2JpwqqyNq+VVQrXp1WPYKDABXPTj9wYwCr1M3afb7FDz5O3/MWQiIahYPoSfzrTBRJW8XP2Kxo6z6XLO1OKoNDIjopGmDFoK+d2c4MeoLhVWPrgbSqbsTV+nRToetxTh7tYHGnavbdBqI0SD8QVSPBgn0Dm67sAT036NScGWhP0iQiiMmQFb1gg3mailGfW9KwwJuLsjJSGIsELxfzyiwv+UbIjjjc="
}
}
},
"sudo": true,
"services": [
"docker"
],
"cache": {
"directories": [
"$HOME/.m2/repository",
"$HOME/.sonar/cache"
]
},
"before_install": [
"if [ ! -z \"$GPG_SECRET_KEYS\" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi",
"if [ ! -z \"$GPG_OWNERTRUST\" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi"
],
"install": [
"mvn --settings .travis/settings.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V"
],
"script": [
"mvn clean package sonar:sonar -P audit,build || travis_terminate 1",
"bash it/it.sh 6.7-community 3.4.0.1729 \"\" 4.1.0 2.8.16 || travis_terminate 1",
"bash it/it.sh 7.9-community 3.4.0.1729 11 4.3.7 2.8.16 || travis_terminate 1",
"bash it/it.sh 8.9-community 4.5.0.2216 11 5.0.11 2.9.0 || travis_terminate 1",
"bash it/it.sh 9.2-community 4.5.0.2216 11 5.0.11 2.9.0"
],
"deploy": [
{
"provider": "script",
"script": "bash .travis/deploy.sh",
"skip_cleanup": true,
"on": {
"repo": "sbaudoin/sonar-ansible",
"all_branches": true
}
},
{
"provider": "releases",
"file_glob": true,
"file": [
"sonar-ansible-plugin/target/sonar-ansible-plugin-*.jar",
"sonar-ansible-extras-plugin/target/sonar-ansible-extras-plugin-*.jar"
],
"skip_cleanup": true,
"on": {
"repo": "sbaudoin/sonar-ansible",
"tags": true
},
"token": {
"secure": "RWPrzo7ysRA53mm7iOz6M2I8K40gjR6YZi0HnmVnL2ot2/qdAGc9xPpJZvFUNTyvnGzk6GHY8fYlyFapPFWqK3byLCY4xSpsd8cxtzhCxLtnOulM/OKoHmWFI/0bcvmbujHxyuIm/wSxQhxgY/mlX1OkiqUKUR8m5/hbR3JiLTdaPcKVczXT5q0JiGZ6qGCkjHMvzo2Uy2RT1HcIsMW0OlUM5O7gHnJOQ9AoAXzsez3eF5K/Qu6zxY4UDKg7qQB/KgotZS381iqqG2ABAubiX241z594l6iSG2yWGnV6o/FyKItaCMtBRmfaUx57JX3CfLiNtYsxnbqpMkGC3D2acgKHTUQBBxw9wQXr48N5Y08+bE7KvJ//iTeAvwWxdKP3rx9fQGFJkd7lQNqV0O/yAgNkmIlRSqD5Fcxx4uWjoUm+tPco746ln0bLhrHtI+Xu0a6SWIsiXAYPr3OmmmWL1bEvA+P0m6DwV+FZCd+hfBUSMXPGrI3xS2TFPzDiIftgVkChB1SDaXBs+Wwfzhth6Kebhxus/X7VozqsnjkogfoOSVZ7lpp7W2JFWXNIMfiVgnMQirlnVa0ZYHtCTAgT5Xu5SaoC5kIcswTRjqy40csFpRhd/LC2767rv5a0n7H7U1m9BX/7bnl8bILPBA5rG7467X0VaTQbNZeuF7uEbEM="
}
}
]
}
Loading