Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jenkinsfile to follow archetypes #172

Merged
merged 2 commits into from
Feb 12, 2024
Merged

Conversation

debayangg
Copy link
Contributor

@debayangg debayangg commented Feb 12, 2024

Testing done

Haven't older jdks 11 and 17.

Submitter checklist

Preview Give feedback

@debayangg debayangg requested a review from a team as a code owner February 12, 2024 08:40
@jonesbusy
Copy link
Contributor

It doesn't look like https://github.com/jenkinsci/bitbucket-kubernetes-credentials-plugin/pull/172/files

Can you use the archetype one ? We can safely remove old java version

Copy link
Contributor

@jonesbusy jonesbusy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jenkinsfile Outdated
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows doesn't make any sense here. It's a plugin that will work only on Kubernetes linux nodes

@debayangg
Copy link
Contributor Author

have updated to follow archetype and removed the windows jdk

@jonesbusy jonesbusy merged commit d360bd2 into jenkinsci:main Feb 12, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants