Skip to content

Commit e6cc2b8

Browse files
Bot Updating Templated Files
1 parent 1e4b29c commit e6cc2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pipeline {
107107
steps{
108108
script{
109109
env.EXT_RELEASE = sh(
110-
script: ''' curl -sX GET 'https://api.github.com/repos/phpmyadmin/phpmyadmin/releases' | jq -r 'first(.[] | select(.name | startswith("5")) | select (.prerelease==false)) | .name' ''',
110+
script: ''' curl -sX GET 'https://api.github.com/repos/phpmyadmin/phpmyadmin/releases' | jq -r 'first(.[] | select(.name | startswith("5.2")) | select (.prerelease==false)) | .name' ''',
111111
returnStdout: true).trim()
112112
env.RELEASE_LINK = 'custom_command'
113113
}

0 commit comments

Comments
 (0)