You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make test-pipeline should pass on examples/helper-script
Please describe the expected behavior of the project.
Actual Behavior
make test-pipeline fails on examples/helper-script module on my side.
Please describe what the project is doing instead of the expected behavior
Steps to Reproduce
Please include a numbered list of steps that other people can use to recreate the "Actual Behavior."
First Step
Just run make test-pipeline under examples/helper-script module
It fails with following error messages.
Additional Information
[ERROR] Failed to execute goal on project jenkinsfile-test-helper-script: Could not resolve dependencies for project com.example:jenkinsfile-test-helper-script:jar:0.0.0-SNAPSHOT: Failed to collect dependencies at org.jenkins-ci.main:jenkins-core:jar:2.102: Failed to read artifact descriptor for org.jenkins-ci.main:jenkins-core:jar:2.102: The following artifacts could not be resolved: org.jenkins-ci.main:jenkins-core:pom:2.102 (present, but unavailable): Could not transfer artifact org.jenkins-ci.main:jenkins-core:pom:2.102 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [jenkins-releases (http://repo.jenkins-ci.org/releases, default, releases+snapshots), jenkins-public (http://repo.jenkins-ci.org/public, default, releases+snapshots)] -> [Help 1]
Provide any additional information that might be helpful, such as steps you've tried to resolve the issue, or observations you've made about the bug.
Once I apply the captioned change, it works to me.
Expected Behavior
make test-pipeline
should pass onexamples/helper-script
Please describe the expected behavior of the project.
Actual Behavior
make test-pipeline
fails onexamples/helper-script
module on my side.Please describe what the project is doing instead of the expected behavior
Steps to Reproduce
Please include a numbered list of steps that other people can use to recreate the "Actual Behavior."
Just run
make test-pipeline
underexamples/helper-script
moduleIt fails with following error messages.
Additional Information
Provide any additional information that might be helpful, such as steps you've tried to resolve the issue, or observations you've made about the bug.
Once I apply the captioned change, it works to me.
The text was updated successfully, but these errors were encountered: