mirror of
https://github.com/linuxserver/docker-phpmyadmin.git
synced 2026-01-14 17:02:08 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
f0ce63071a
commit
4f201e303a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -107,7 +107,7 @@ pipeline {
|
||||
steps{
|
||||
script{
|
||||
env.EXT_RELEASE = sh(
|
||||
script: ''' curl -sX GET 'https://api.github.com/repos/phpmyadmin/phpmyadmin/releases' | jq -r 'first(.[] | select(.name | startswith("5"))) | .name' ''',
|
||||
script: ''' curl -sX GET 'https://api.github.com/repos/phpmyadmin/phpmyadmin/releases' | jq -r 'first(.[] | select(.name | startswith("5")) | select (.prerelease==false)) | .name' ''',
|
||||
returnStdout: true).trim()
|
||||
env.RELEASE_LINK = 'custom_command'
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user