Skip to content

Instantly share code, notes, and snippets.

View scherler's full-sized avatar

Thorsten Scherler scherler

View GitHub Profile
node {
stage('Hello') {
checkpoint 'Completed Build1'
echo 'Hello World'
}
stage('Hello2') {
echo 'Hello World'
}
stage('Hello3') {
@scherler
scherler / allow-volume-above-100-percent.txt
Last active August 13, 2022 17:23
set volumne to 150
// set the following value to true
gsettings set org.gnome.desktop.sound allow-volume-above-100-percent true
// get the current value
gsettings get org.gnome.desktop.sound allow-volume-above-100-percent
[vcs 2018-11-14T21:09:08.721Z] (cloning from upstream repo https://hg.mozilla.org/mozilla-unified)
[vcs 2018-11-14T21:09:09.000Z] (sharing from new pooled repository 8ba995b74e18334ab3707f27e9eb8f4e37ba3d29)
[vcs 2018-11-14T21:09:09.516Z] applying clone bundle from https://s3-external-1.amazonaws.com/moz-hg-bundles-us-east-1/mozilla-unified/d3f4d556a89d3e5e72749314a0cf81d942fafc13.packed1.hg
<List itemsPerRow={1}>
{selectedTeam!.environments.previews
.map(preview => (
<ListItem
key={preview.key}
className={ShipyardStyles.mb_30}
onClick={() => console.log('select env', preview)}>
<div className={styles.environmentListItemContent}>
<h3 className={styles.environmentListItemHeader}>{preview.title}</h3>
<img src="https://cloudbees.github.io/core-sandbox/core/environments/core-sandbox/assets/avatar-x128-5b0a88e9a48110fb6e940d570d5938304fdde7fd4259c0cba2670b7c5535291d.jpg" alt="Johnny Appleseed" className="w-24 h-24 rounded-pill pin-t-20 pin-r-20 absolute"/>
@scherler
scherler / SketchSystems.spec
Created September 3, 2018 00:08
My Awesome Sketch
My Awesome Sketch
First State
some event -> Second State
Second State
#!/bin/bash
usage()
{
cat << EOF
usage: $0 options
This script will tag the commit message with the branch info. e.g. [TENPA-1-branch-name] message.
You will need to pass the commit message as argument
Picked up _JAVA_OPTIONS: -Djava.io.tmpdir=/opt
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CloudBees Jenkins Enterprise :: Managed Master 2.73.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.cloudbees.nectar.plugins:cloudbees-license:jar:8.0-alpha-1 is missing, no dependency information available
[INFO]
[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ cje-mm ---
Picked up _JAVA_OPTIONS: -Djava.io.tmpdir=/opt
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building CloudBees Jenkins Enterprise :: Managed Master 2.73.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.cloudbees.nectar.plugins:cloudbees-license:jar:8.0-alpha-1 is missing, no dependency information available
[INFO]
[INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ cje-mm ---
Including development module in reactor: dev-run-client-2.7-fixed
Including development module in reactor: dev-run-client-latest
Including development module in reactor: dev-run-server
Including development module in reactor: dev-run-server-bluesteel
Including development module in reactor: unified-release
Including development module in reactor: bluesteel
Including development module in reactor: operations-center-kitten
Preparing to start dev-run-server-bluesteel
Forking dev-run-server-bluesteel
All processes started
const requestBody = {
name: 'A-Team',
members: [{
id: 'hannibal',
role: 'TEAM_ADMIN',
}, {
id: 'face',
role: 'TEAM_MEMBER',
}, {
id: 'murdock',