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
| #!groovy | |
| import hudson.model.* | |
| import hudson.security.* | |
| import jenkins.security.apitoken.* | |
| import jenkins.model.* | |
| import hudson.security.csrf.DefaultCrumbIssuer | |
| def instance = Jenkins.getInstance() | |
| def hudsonRealm = new HudsonPrivateSecurityRealm(false) |
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
| refreshenv | |
| npm install -g yarn pm2 npx babel-cli | |
| npm install -g --production windows-build-tools | |
| npm install -g node-gyp |
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
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| cinst rapidee | |
| cinst sublimetext3 | |
| cinst git | |
| cinst putty | |
| cinst vscode | |
| cinst nvm | |
| iex 'nvm install 10.0.0' |