Skip to content

Commit

Permalink
add new extensions gnome + revert to upstream plugin-as-yaml jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Mar 4, 2024
1 parent 260ffc8 commit 568c46e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/desktop/gnome/tasks/gsettings.yml
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@
become_user: "{{ user_name }}"
dconf:
key: "/org/gnome/shell/enabled-extensions"
value: "['GPaste@gnome-shell-extensions.gnome.org', 'caffeine@patapon.info', 'appindicatorsupport@rgcjonas.gmail.com', 'freq-boost-switch@metal03326', 'gnome-extension-brightness@bruno.englert.gitlab.com', 'sound-output-device-chooser@kgshank.net']"
value: "['GPaste@gnome-shell-extensions.gnome.org', 'caffeine@patapon.info', 'appindicatorsupport@rgcjonas.gmail.com', 'freq-boost-switch@metal03326', 'gnome-extension-brightness@bruno.englert.gitlab.com', 'sound-output-device-chooser@kgshank.net', 'blur-my-shell@aunetx', 'display-brightness-ddcutil@themightydeity.github.com']"
state: present

# "['GPaste@gnome-shell-extensions.gnome.org', 'caffeine@patapon.info', 'appindicatorsupport@rgcjonas.gmail.com', 'freq-boost-switch@metal03326']"
2 changes: 1 addition & 1 deletion roles/servers/apps/jenkins/templates/Dockerfile
Original file line number Diff line number Diff line change
@@ -96,6 +96,6 @@ USER jenkins
# cloudbees-folder
# timestamper
# build-timeout
RUN jenkins-plugin-cli --plugins "blueocean workflow-aggregator rebuild ansicolor git multiple-scms pipeline-as-yaml:0.17-rc-SNAPSHOT:https://github.com/mikeeq/pipeline-as-yaml-plugin/releases/download/v0.17-rc-SNAPSHOT/pipeline-as-yaml.hpi ws-cleanup locale pipeline-multibranch-defaults basic-branch-build-strategies pipeline-stage-view configuration-as-code job-dsl dark-theme git-parameter conditional-buildstep run-condition theme-manager"
RUN jenkins-plugin-cli --plugins "blueocean workflow-aggregator rebuild ansicolor git multiple-scms pipeline-as-yaml ws-cleanup locale pipeline-multibranch-defaults basic-branch-build-strategies pipeline-stage-view configuration-as-code job-dsl dark-theme git-parameter conditional-buildstep run-condition theme-manager"

# ❯ docker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword

0 comments on commit 568c46e

Please sign in to comment.