Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rest-dev] Jenkins Job to build and stage Jakarta REST TCK
  • From: Alwin Joseph <alwin.joseph@xxxxxxxxxx>
  • Date: Tue, 19 Mar 2024 12:55:31 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; 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=ymDvNs0EsFluybClbWk0v2uv4e861OnhG154SmZ/7ZQ=; b=Lz6x1e2p7QeWLKFZ3dI/harCAz+8Dpt8A6Ebc2QPY3glm75sF4aP8hrYvRmi/r4iJOddF2D2Tf1HjhpKgPTDTMHpF1Rq1U6/46QBzOztPmB8KryDIa40bj4qMVTlI0ZOIoJG5DwhvbrXpEuS0P46f/JvzNMzjwuHnlDCRKx8LfoHv5saX9fILvH/vO2nzoTWj/NXKuOR7+qkmMMGuaNWO3+bAKMZewSCrBnoDG0ZvjmfICRll0XYpwzVKVfUc7bLu6cxY5Bv2hPEAE/DpVwHvBdCYBhVkNWc1kIzoatTVftj0GHfdiLTHPKDOFosxrDX89ebeT5qIYGuJmBomxe1dg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Sm+uyL1bhnSUMq1n6Q6c9WJ2CZ63wkhy7jW8kUJVWdPX9jOE8QF86NieM6Ih6u0AcUa9UTW5IEzmkjsLVtfZdP5KL9WGQ28J8I/j4PQH9IgyRrVjysOhTnTtJABNnG73k+26mQgsSjxBpuHNoSBhSd7HHdvyCMVXh2+cvyBO5HoNnV4uGifogIglp884ftsijuTx8vtr/JyLNRV2ovfIxIrkqLwWj6lpuCYhH6I1R2AnZYRGBDiQrOV9WPgNzPdLjOdloYnUu6WCVQBe4j6M1kOB0+2Wuvem+duZHCNx+4OW9fTtrTw55+eDqJmI0epQ3gY68HsRNByN24LgnhWgKw==
  • Delivered-to: rest-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rest-dev/>
  • List-help: <mailto:rest-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaefrNLZHP0D28IkKX2g1tJT9QtQ==
  • Thread-topic: Jenkins Job to build and stage Jakarta REST TCK

Hi Team,

 

I have created a Jenkins Job [1] to build and stage the restful-ws TCK (EFTL) from main branch (currently 4.0.0-SNAPSHOT version). It was earlier available at platform TCK project.

The TCK zip bundle will be generated at [2]. This folder is newly created for Jakarta REST project , using git lab issue [3]. The user genie.rest will have full access to the folder [4] in projects-storage.eclipse.org host.

This requirement was tracked using the issue [5] and closed now.

 

Please feel free to review, modify or improve the TCK build process if need be.

 

Thanks & Regards,
Alwin Joseph

 

[1] https://ci.eclipse.org/rest/job/TCK_EFTL_build_and_stage/

[2] https://download.eclipse.org/ee4j/restful-ws/tck/eftl/

[3] https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4440

[4] https://download.eclipse.org/ee4j/restful-ws/

[5] https://github.com/jakartaee/rest/issues/1083


Back to the top