Skip to content

Commit

Permalink
Updated +JENKINS-WIZARD-STATE-FILENAME+ in src/steps/jenkins-install.…
Browse files Browse the repository at this point in the history
…lisp

* src/steps/jenkins-install.lisp (+default-jenkins-download-url+):
  updated download URL
  • Loading branch information
scymtym committed Nov 15, 2024
1 parent 885121a commit 504e740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/steps/jenkins-install.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;; jenkins-install.lisp --- Steps for setting up a Jenkins instance.
;;;;
;;;; Copyright (C) 2015-2022 Jan Moringen
;;;; Copyright (C) 2015-2024 Jan Moringen
;;;;
;;;; Author: Jan Moringen <[email protected]>

Expand Down Expand Up @@ -87,7 +87,7 @@
;;; `jenkins/install-core' step

(define-constant +default-jenkins-download-url+
(puri:uri "https://mirrors.jenkins-ci.org/war-stable/latest/jenkins.war")
(puri:uri "https://archives.jenkins.io/war-stable/latest/jenkins.war")
:test #'puri:uri=)

(define-step (jenkins/install-core)
Expand Down

0 comments on commit 504e740

Please sign in to comment.