Open prandelicious opened 9 months ago
does this still fail with the current jenkins:lts? are you using a container or running the jenkins application in a specific OS like Mac, Windows, linux?
generated a library source in bitbucket.org, used a jenkins:lts image and used code from learning lab build succeeded.
Jenkins Version
2.375.4
JTE Version
2.5.3
Bug Description
I'm following the instructions on Learning Lab - The Basics and it fails with Library maven not found and Library sonarqube not found. I'm using Bitbucket to store the repo. Tried looking at the Gitter chat but no one seems to be answering any questions there. I apologize if this is not the correct place to ask this question.
Here's my repo structure:
libraries/maven/steps/build.groovy:
libraries/sonarqube/steps/static_code_analysis.groovy:
libraries/pipelines_config.groovy:
The JTE plugin is configured to use the
libraries
base directory.Relevant log output
Steps to Reproduce
Followed the steps outlined in Learning Lab - The Basics