Our project enabled Cloud SDK Pipeline. Upon a pull request, the pr job from Pipeline was triggered, and it tried to build with artifacts downloaded from: https://repo.maven.apache.org/maven2. However some dependencies of the project are not available in that repo. We would expect to connect to Nexus repo by default, as all dependencies are available there. Is it possible to configure docker in that way?
12:46:45 [ERROR] Non-resolvable import POM: Could not find artifact com.sap.sgs:security-patched-spring-boot-dependencies:pom:2.1.7.RELEASE-sap-06 in central (https://repo.maven.apache.org/maven2) @ line 28, column 22
12:46:45 [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-test:jar is missing. @ line 183, column 19
12:46:45 [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-actuator:jar is missing. @ line 187, column 19
12:46:45 [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-aop:jar is missing. @ line 191, column 19