Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on some other actions page goto the pipeline-graph page the url wrong #3

Closed
mamh2021 opened this issue Mar 4, 2021 · 2 comments · Fixed by #30
Closed

on some other actions page goto the pipeline-graph page the url wrong #3

mamh2021 opened this issue Mar 4, 2021 · 2 comments · Fixed by #30
Labels
bug Something isn't working

Comments

@mamh2021
Copy link

mamh2021 commented Mar 4, 2021

Version report

Jenkins and plugins versions report:

I clone the code and checkout this commit 7d78dd6b1eae64ea4c3046e438e02f0d63858c35
and run mvn -Dpermissive-script-security.enabled=true -DskipTests=true -Dhost=0.0.0.0 package hpi:run


  • What Operating System are you using (both controller, and any agents involved in the problem)?
I clone the code and run mvn 
mvn -Dpermissive-script-security.enabled=true -DskipTests=true -Dhost=0.0.0.0 package hpi:run

Reproduction steps

on replay page, the "pipeline-graph" page link is "http://ip:8080/jenkins/job/test_pipeline/3/replay/pipeline-graph"
on "Restart from Stage", the link is http://ip:8080/jenkins/job/test_pipeline/3/restart/pipeline-graph

http://ip:8080/jenkins/job/test_pipeline/3/flowGraphTable/pipeline-graph
http://ip:8080/jenkins/job/test_pipeline/3/ws/pipeline-graph

图片

  • Step 1...
  • Step 2...

Results

Expected result:

Actual result:

@mamh2021 mamh2021 added the bug Something isn't working label Mar 4, 2021
@timja
Copy link
Member

timja commented Apr 30, 2021

Thanks for the report, contributions welcome, or I'll take a look when I get a chance

@darxriggs
Copy link

It seems that this can only be reproduced with a subset of all available actions.

Examples:

Action URL
Git Build Data .../job/<job name>/<build number>/git/
Pipeline Steps .../job/<job name>/<build number>/flowGraphTable/
Workspaces .../job/<job name>/<build number>/ws/

It seems that they have the trailing / in common.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants