Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cu-dev] Need help with Jenkins and getting a 3.0.1 service release.
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Tue, 19 Jul 2022 16:20:22 +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=uzv3vj/GSR4XFGKpJv2BJhGOyvz0xtv5QqVUvln9h14=; b=BVvlhC2Cj6xRrIv+H2KOC29qOMTUoqPCBpNUWzSniOPgebjC4HXAd0HC054CMdrJGZU8XItPgdR8FjDgEqSTrVZVS10gaxAuQNYT+eMZm1KWcsG0QGrY8OlvSuNUaoGX14u4K+avJX9GC0HRhF48zLUXVtpgNwg3HZSiDy3A/T91gMq7TWif9D97BPw2NHmv7Thfy5+Ghd+ALYyeFrnecfjVyBBNT4vZqPzoSeuxplGk+eKr/N40tPpi26VCzzgcLVYF8GKJc1WLFCOVGw6T1OpI6JZRYPdx+tzslHUX20TvKjk8C6Zf4W6IOkTtQC7Ps6DjxapzFc0gTff1gZQ9rA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XEky6Q/lPPBqjPJAmKGRROxJV82U5iz81VN/LofDl96ihzVa4ipn3a1Dpd5SNNX0adA8z6sDEJ8RrzFMByZ9RIi7c7mYRvYUJSuvZBFRHE3toTnD3c1QHst+W2NVxMrqmtvWZsqkLgee8Sq5fVHWLjbIeVopJnPKmholJay42oRKShawtP7A8mi5OKPSWQ8IzwMqCkP53Lu8x/GjL4kVHBMEKmpPDEObSRHPVn3HfMqImV3+M9yZQWZ1BY6VO9478Lxop+k3sVILvLeeLGYMj90x/lLkzN4oTb3cgwFAhcixvKt7p//BAir4WT3UGOu+vmhWL9/Juusti1Y5vdMOsA==
  • 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: AdibfR/lVecQ8zJFSdO7yRr8yp4iXwAA3HOAAAKs1rA=
  • Thread-topic: [cu-dev] Need help with Jenkins and getting a 3.0.1 service release.

OK 3.0.1 api and TCK is released. Also 3.0.1 tck distribution is staged.

 

Hopefully everything is OK as it all got a little confusing there. Some of the Jenkins jobs need some parameterisation to be more useful.

 

Now onto the 3.0.2 or 3.1 depending TCK release for Web Profile.

 

Steve

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Stark
Sent: 19 July 2022 16:03
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: Re: [cu-dev] Need help with Jenkins and getting a 3.0.1 service release.

 

There is a 3.0.1 tag you could checkout in the build job. Add the git checkout just before the mvn clean install... command.

 

On Jul 19, 2022 at 9:39:36 AM, Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

All,

 

I was looking to release the 3.0.1 service release of the TCK. However I noticed that this job is building and staging the TCK on any commit Jakarta Concurrency - concurrency_tck_1-build-and-stage [Jenkins] (eclipse.org) and Arjan just merged the “big” changes for splitting out the EJBs see Alternative fix for #244 by starksm64 · Pull Request #250 · jakartaee/concurrency (github.com). I now don’t have a clean build to work with to get the 3.0.1 service release out.

 

Any ideas – do I make a PR to revert Alternative fix for #244 by starksm64 · Pull Request #250 · jakartaee/concurrency (github.com) then do the TCK dist build? Alternatives?

 

Thanks

 

Steve Millidge

 

 

_______________________________________________
cu-dev mailing list
cu-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cu-dev


Back to the top