Skip to content

Commit

Permalink
Write out 'curl -X' in Jenkinsfile (#7081)
Browse files Browse the repository at this point in the history
Write out -X in cURL

Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Mar 3, 2024
1 parent d07cb2a commit 3081a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -113,8 +113,8 @@ node('docker&&linux') {
}
stage('Purge cached CSS') {
sh '''
curl -X PURGE https://www.jenkins.io/css/jenkins.css
curl -X PURGE https://www.jenkins.io/stylesheets/styles.css
curl --request PURGE https://www.jenkins.io/css/jenkins.css
curl --request PURGE https://www.jenkins.io/stylesheets/styles.css
'''
}
}
Expand Down

0 comments on commit 3081a02

Please sign in to comment.