Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-63507

Unable to resolve params defined in properties inside a yaml file in the first build of job

XMLWordPrintable

      i have defined some parameters inside properties of a jenkinsfile. 

       

      Now when i am using it inside a yaml file, it is not getting resolved in the first build of job, After the first build it gets resolved properly. 

       

      Inside the yaml i have trued using some different formats like :

      env.val

      params.val

      ${val}

      ${params.val}

      ${env.val}

            Unassigned Unassigned
            abhishek_tomar1234 abhishek tomar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: