our jenkins jobs are located at
https://workflow-ci.signavio.com:8888/
you should be able to log in with your github credentials
by defualt you should arrive on the tab labled Deploy CI
.
click on this link and go to configure under the tab Source Code Management
.
There should be two panels labeled Git
one for workflow-server
and the other for workflow-client
and a sunsection in each called Branches to build
.
This will contain one input field Branch Specifier
here you can paste in your branch name in the respective place you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Province/State": "", | |
"Country/Region": "Afghanistan", | |
"Lat": 33, | |
"Long": 65, | |
"1/22/20": 0, | |
"1/23/20": 0, | |
"1/24/20": 0, | |
"1/25/20": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Province/State": "", | |
"Country/Region": "Afghanistan", | |
"Lat": 33, | |
"Long": 65, | |
"1/22/20": 0, | |
"1/23/20": 0, | |
"1/24/20": 0, | |
"1/25/20": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Province/State,Country/Region,Lat,Long,1/22/20,1/23/20,1/24/20,1/25/20,1/26/20,1/27/20,1/28/20,1/29/20,1/30/20,1/31/20,2/1/20,2/2/20,2/3/20,2/4/20,2/5/20,2/6/20,2/7/20,2/8/20,2/9/20,2/10/20,2/11/20,2/12/20,2/13/20,2/14/20,2/15/20,2/16/20,2/17/20,2/18/20,2/19/20,2/20/20,2/21/20,2/22/20,2/23/20,2/24/20,2/25/20,2/26/20,2/27/20,2/28/20,2/29/20,3/1/20,3/2/20,3/3/20,3/4/20,3/5/20,3/6/20,3/7/20,3/8/20,3/9/20,3/10/20,3/11/20,3/12/20,3/13/20,3/14/20,3/15/20,3/16/20,3/17/20,3/18/20,3/19/20,3/20/20,3/21/20,3/22/20,3/23/20,3/24/20,3/25/20,3/26/20,3/27/20,3/28/20,3/29/20,3/30/20,3/31/20,4/1/20,4/2/20,4/3/20,4/4/20,4/5/20,4/6/20,4/7/20,4/8/20,4/9/20,4/10/20,4/11/20,4/12/20,4/13/20,4/14/20,4/15/20,4/16/20,4/17/20,4/18/20,4/19/20,4/20/20,4/21/20,4/22/20,4/23/20,4/24/20,4/25/20,4/26/20,4/27/20,4/28/20,4/29/20,4/30/20,5/1/20,5/2/20,5/3/20,5/4/20,5/5/20,5/6/20,5/7/20,5/8/20,5/9/20,5/10/20,5/11/20,5/12/20,5/13/20,5/14/20,5/15/20,5/16/20,5/17/20 | |
,Afghanistan,33.0,65.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @flow | |
import { useEffect } from 'react' | |
import applicationName from '../applicationName' | |
type ApiPropsT = { | |
title?: string, | |
} | |
function DocumentTitle({ title }: ApiPropsT) { | |
useEffect(() => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I couldn't spread undefined | |
```js | |
const currentDefinition = { | |
inputDescriptors: [] | |
outputDescriptors: [] | |
} | |
const inputDescriptors = currentDefinition.inputDescriptors || [] | |
const outputDescriptors = currentDefinition.outputDescriptors || [] |
-
What is code bar; frequency, aim, when is the next codebar and call for coaches and sponsors.
-
We have a code of conduct, and a coach guide incorgae people to read.
-
Introduce the team that make it possible
-
Introduction from sponsors,
-
What is the wifi code
-
Where are the toilets in the venue?
-
We have a slack channel, free to join and ask questions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In the lastest release of VSCode (May 2016) it is now possible to list the installed extension in the command line | |
$ code --list-extensions | |
# To install | |
$ --install-extension <ext> //see 'code --help' | |
2gua.rainbow-brackets | |
EQuimper.react-native-react-redux | |
FallenMax.mithril-emmet | |
PeterJausovec.vscode-docker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This way you can customize which branches should be skipped when | |
# prepending commit message. | |
if [ -z "$BRANCHES_TO_SKIP" ]; then | |
BRANCHES_TO_SKIP=(master develop test) | |
fi | |
BRANCH_NAME=$(git symbolic-ref --short HEAD) | |
BRANCH_NAME="${BRANCH_NAME##*/}" |
NewerOlder