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

JENKINS-65315: SubmoduleOption: resolve env vars in reference path #1556

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 23, 2024

  1. JENKINS-65315: SubmoduleOption: resolve env vars in reference path

    On contrary to Freestyle projects' getEnvironment, WorkflowRun.getEnvironment doesn't provide node-specific environment variables as it can have multiple node blocks in parallel. So I suggest to pick up envvars just in place.
    
    See also jenkinsci#575
    lmife committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9490ded View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    c25ec20 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    8487679 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge branch 'jenkinsci:master' into JENKINS-65315-environment-variab…

    …les-not-resolved-in-submodules
    lmife committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d7d0f1d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Merge branch 'jenkinsci:master' into JENKINS-65315-environment-variab…

    …les-not-resolved-in-submodules
    lmife committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a7341e9 View commit details
    Browse the repository at this point in the history