Skip to content

Commit

Permalink
[ALS-5906] Misc fixes found while doing fresh install
Browse files Browse the repository at this point in the history
- Fix plugin versions
- Correct obfuscation threshold
- cd to correct dir before starting jenkins
  • Loading branch information
Luke Sikina authored and Luke-Sikina committed Feb 27, 2024
1 parent 790657f commit b3f0200
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion initial-configuration/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,7 @@ if [ -n "$1" ]; then
fi

echo "Installation script complete. Staring Jenkins."
../start-jenkins.sh

cd ..
./start-jenkins.sh
cd $CWD
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<hudson.model.StringParameterDefinition>
<name>TARGET_OBFUSCATION_THRESHOLD</name>
<description>The aggregate resource will be configured to obfuscate result counts lower than this threshold</description>
<defaultValue>10</defaultValue>
<defaultValue>0</defaultValue>
<trim>false</trim>
</hudson.model.StringParameterDefinition>

Expand Down
2 changes: 1 addition & 1 deletion initial-configuration/jenkins/jenkins-docker/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
version: 1.10
- artifactId: git
source:
version: 5.2.0
version: 5.2.1
- artifactId: ws-cleanup
source:
version: 0.45
Expand Down

0 comments on commit b3f0200

Please sign in to comment.