Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cu-dev] FYI Jenkins Jobs
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Sun, 16 Jan 2022 18:24:48 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=rgcyv4HljHskH1hu4rDi7zzJtGmbFihuckksrAcdiqY=; b=Sop70xHEQCB+GRlERtvkZtfn9ibOkXbNmwVIg6usnD6jTwAdfv3yFQtWhFy7ZQ27JKUwp3mx/Nr/r6HXFskRyCHxuoo074efaY56rynIZEsVFy7bS9rgDsvXYWg2pxmcmjiFhl/SOTB0g2hOAbHwpEjTdPDwcBV5V634zmucZMK+XpjHvqAuf3ghDiTD/o/m+Lg/h8+88WWm5arQcN/0uxFK53y/ZWYjs5fVG4azq10YDDA3bMltOdqUrTk/8C8LRWUMYYOdkOplNSo4Zfz/dZHN5m06/kw7qcdHzPtzJXMyfVWfpg9QOS5iRk6IqEfmuNtVdqir6fP6EsJbrg854g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=a5i18IDtxnoBRT6gEl4yQEXsQwBnOxlRSkwGuptC4DiZZad5mpbpqWe5gm8Cz4TkPkbCq/mR6ZW/aqFxsTqk/xP0VdfxEAJ3HsLZXmaXxTgCttxQru7oPh9r6IRPkmAv4yOp3UtGIIVC5VHEH1B/R4qe2OkZ4tEutgWi/HOhZJ0KIfDDW2WbniG+1+urYW8489jgJKcYhydW/OQj6nv88pnmWYREvfzebuQJOi8Is+ZmfznzfR5arAkU4kZp8u+Oe+EJnSSbFma0Zo9YQwv7tsu0YylnuJXBIcS2YH1rs2pVxdTmVouY+xwpi7hx10+e+OCOJiq0/K7ZqFYDT0JC1Q==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev/>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdgLBlNMrQJW8356SImeC9eBJv943g==
  • Thread-topic: FYI Jenkins Jobs

As an FYI as far as I remember the following release related jobs are currently on our Jenkins instance Jakarta Concurrency - Dashboard [Jenkins] (eclipse.org)

 

Release tab

The release tab has jobs that release artefacts to staging and subsequently to maven central.

 

Jakarta Concurrency - Concurrency API release [Jenkins] (eclipse.org) builds a jar and “releases” it to https://jakarta.oss.sonatype.org/ this job is currently building using JDK 8 so will need an update

Jakarta Concurrency - concurrency-impl-release-build [Jenkins] (eclipse.org) does the same for the RI impl

 

Jakarta Concurrency - nexus-staging [Jenkins] (eclipse.org) has some commands to manipulate staging, list, close etc. a repository

 

Jakarta Concurrency - Release API to Maven Central [Jenkins] (eclipse.org) moves a staged artefact to maven central by effectively copying to the release part of  https://jakarta.oss.sonatype.org/ which is then propagated to maven central on some time interval.

 

JakartaEE 9 TCK tab

Jakarta Concurrency - JakartaEE 9 TCK [Jenkins] (eclipse.org) are the jobs used to run the Jakarta EE 9 TCK. They download a GlassFish build, replace the GlassFish  concurrency impl, ts_jte file and then runt the TCK.

 

Build-Test tab

These are the jobs that should be testing PRs and master etc. the build of master job has been failing for a while. Also we are missing a JenkinsFile in the root of the code so we aren’t getting automatic testing of PRs.

 

Steve Millidge

Director and Founder
Payara - Supported Enterprise Software for Jakarta EE and MicroProfile Applications

 

 


Back to the top