Skip to content

Update SECURITY.md to Eclipse security-handbook template - #140

Merged
tortmayr merged 1 commit into
masterfrom
update-security-policy
Jul 14, 2026
Merged

Update SECURITY.md to Eclipse security-handbook template#140
tortmayr merged 1 commit into
masterfrom
update-security-policy

Update SECURITY.md to Eclipse security-handbook template

b437f65
Select commit
Loading
Failed to load commit list.
Jenkins - GLSP / CI Jenkins Build failed Jul 14, 2026 in 30s

Download & Setup Maven: error in 'sh' step

Download & Setup Maven / Shell Script

Error in sh step, with arguments MAVEN_VERSION=$(curl -sf "https://dlcdn.apache.org/maven/maven-3/" | grep -o 'href="[0-9][^"]*"' | tr -dc '0-9.') curl -o maven.tar.gz -L "https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" tar -xzf maven.tar.gz -C ${WORKSPACE} rm -f maven.tar.gz echo "${WORKSPACE}/apache-maven-${MAVEN_VERSION}" > ${WORKSPACE}/.maven_home.

script returned exit code 1
Build log
+ curl -sf https://dlcdn.apache.org/maven/maven-3/
+ grep -o 'href="[0-9][^"]*"'
+ tr -dc 0-9.
+ MAVEN_VERSION=3.10.013.9.16
+ curl -o maven.tar.gz -L https://dlcdn.apache.org/maven/maven-3/3.10.013.9.16/binaries/apache-maven-3.10.013.9.16-bin.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   196  100   196    0     0   1948      0 --:--:-- --:--:-- --:--:--  1960
+ tar -xzf maven.tar.gz -C /home/jenkins/agent/workspace/_glsp-eclipse-integration_PR-140
tar: invalid magic
tar: short read

Details

  • Declarative: Checkout SCM (10 sec)
    • Download & Setup Maven (3 sec)
      Error: script returned exit code 1 - logs
    • Prepare Build (1.5 sec)
    • Build client (1.5 sec)
    • Build Server (3.5 sec)
    • Codestyle (2.1 sec)
    • Deploy (master only) (1.5 sec)
    • Declarative: Post Actions (1.5 sec)