-
- 450 views
- 0 answers
- 0 votes
-
- 419 views
- 0 answers
- 0 votes
-
I have built a custom SDK dependency on my spring-boot project. The project is built without any issue locally once …
- 371 views
- 1 answers
- 0 votes
-
I am fairly new to java I have a requirement where I need to build a jar file. This jar …
- 413 views
- 1 answers
- 0 votes
-
Recently Maven build jobs running in Jenkins are failing with the below exception saying that they couldn’t pull dependencies from …
- 1K views
- 23 answers
- 0 votes
-
While I gave jenkins build this keep failing my job…. it used to work fine earlier…Can anyone assistant on this …
- 328 views
- 0 answers
- 0 votes
-
I have a simple Jenkinsfile with following content: @Library(‘BMS-Libraries’) import static bms.utils.Utils.* node(‘MyNode’) { stage(‘Build’) { updateAssemblyVersion(this, "${env.WORKSPACE}", "${fullVersion}") } …
- 399 views
- 0 answers
- 0 votes
-
I’d like maven to report unresolved dependencies in multi-module maven Java project which has below structure: multi-module-java-app/ ├── app1 │ …
- 392 views
- 0 answers
- 0 votes