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

jenkinsfile: fix paths for all steps #597

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Commits on Oct 10, 2024

  1. jenkinsfile: fix paths for all steps

    Since nix shell function from jenkins librarz uses WORKSPACE env
    variable to find shell.nix we need to override it for steps using nix
    shell. For all of the steps I'm using dir directive to change cwd to the
    apps/connector.
    
    Referenced issue: #590
    
    Signed-off-by: markoburcul <[email protected]>
    markoburcul committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0d89bf4 View commit details
    Browse the repository at this point in the history
  2. jenkinsfile: use newest status jenkins lib

    Use newest jenkins lib tag which adds the entryPoint as an argument to the nix shell function.
    
    Referenced issue: #590
    
    Signed-off-by: markoburcul <[email protected]>
    markoburcul committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    90e33d2 View commit details
    Browse the repository at this point in the history