2

I'm following this documentation on how to run BrowserStack on Jenkins. However, I can't see to find the Build Environment session. I have tried to find a way to enable it, but no luck.

Can somebody tell me the steps to enable it? or point to an article online on how to do so?

Build Environment session's screenshot:

enter image description here

Manuel Abascal
  • 5,616
  • 5
  • 35
  • 68

1 Answers1

1

I solve the problem by converting the pipeline to a freestyle project. It seems it's only available when using a freestyle project pipeline.

Manuel Abascal
  • 5,616
  • 5
  • 35
  • 68
  • 1
    [JENKINS-49917](https://issues.jenkins.io/browse/JENKINS-49917) seems to indicate it does not support pipelines. Unfortunately, your post did not indicate it was for pipeline job. – Ian W Oct 06 '21 at 02:15
  • @IanW thanks, you're absolutely right. I forgot to mention this crucial detail. – Manuel Abascal Oct 06 '21 at 04:19
  • 1
    Maybe email support@browserstack.com and see if they can get cracking on implementing? – Ian W Oct 06 '21 at 05:06