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

Use Nix to setup a reproducible dev and build environment #295

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robinsoc
Copy link
Contributor

Part of request #30007 Use Nix to setup a reproducible dev and build environment in the Jenkins plugin

How to test:

  • Write in your terminal: nix-shell => You are in the nix shell
  • do: java -version => the Java version is displayed (currently it is 17.0.4)
  • do: mvn -v => The Maven version is displayed (currently it is 3.8.6)

Part of [request #30007](https://tuleap.net/plugins/tracker/?aid=30007) Use Nix to setup a reproducible dev and build environment in the Jenkins plugin

How to test:
 - Write in your terminal: nix-shell
=> You are in the nix shell
 - do: `java -version`
=> the Java version is displayed (currently it is 17.0.4)
 - do: `mvn -v`
=> The Maven version is displayed (currently it is 3.8.6)
@Erwyn Erwyn self-assigned this Dec 23, 2022
@Erwyn Erwyn self-requested a review December 23, 2022 13:51
@Erwyn Erwyn marked this pull request as draft December 23, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants