olivierdagenais / tampermonkey-copy-url

A Tampermonkey userscript to copy nice-looking URLs to the clipboard.
MIT License
0 stars 0 forks source link

Add actions for Jenkins pages #30

Closed olivierdagenais closed 1 year ago

olivierdagenais commented 1 year ago

Here are some ideas:

Key Meaning Context URL transformation
b build job or run, w/"Build Now" trigger job's "Build Now", then wait for queued item to start and navigate to its /consoleFull
b build job or run, w/o "Build Now" navigate to job's "Build with parameters" page
c configure root Append /configure
c configure job Append /configure
c configure run Append /configure to job URL
f full console run Append /consoleFull
f full console job Jump to the /consoleFull link of the most recent run in the history
k key root, folders Append /credentials
n next run Go to the next run
p previous run Go to the previous run
p pipeline-syntax root, wherever link shown Append /pipeline-syntax
r root anywhere Go to base URL/dashboard/logo link
u up anywhere Go one level up
olivierdagenais commented 1 year ago

Implemented by #32