We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b944d6 + 2e0033b commit 5bc16a0Copy full SHA for 5bc16a0
apps/jenkins/.env
@@ -2,7 +2,7 @@
2
# you can get it at /data/apps/jenkins/data/jenkins/secrets/initialAdminPassword in the host
3
W9_REPO=jenkins/jenkins
4
W9_DIST='community'
5
-W9_VERSION='2.531'
+W9_VERSION='2.540'
6
7
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
8
W9_ID='jenkins'
apps/jenkins/variables.json
@@ -7,7 +7,7 @@
"edition": [
{
9
"dist": "community",
10
- "version": ["2.531","latest"]
+ "version": ["2.540","latest"]
11
}
12
],
13
"requirements": {
0 commit comments