gem install rails
rails new my_app -T
// This would be in src/main/java/whatever/DockerPipelineWithCleanup.java | |
package whatever; | |
import hudson.Extension; | |
import org.jenkinsci.Symbol; | |
import org.jenkinsci.plugins.pipeline.modeldefinition.agent.AbstractDockerAgent; | |
import org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgent; | |
import org.jenkinsci.plugins.pipeline.modeldefinition.agent.DeclarativeAgentDescriptor; | |
import org.kohsuke.stapler.DataBoundConstructor; |
@font-face { | |
font-family: 'Nerd FiraCode Retina'; | |
src: local('Nerd FireCode Retina'), url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/2.0.0/patched-fonts/FiraCode/Retina/complete/Fura%20Code%20Retina%20Nerd%20Font%20Complete.otf') format('opentype'); | |
} | |
* { | |
text-rendering: optimizeLegibility; | |
} |
Style/MultilineOperationIndentation: | |
EnforcedStyle: indented | |
Style/FileName: | |
Enabled: false | |
Metrics/AbcSize: | |
Enabled: false | |
Metrics/LineLength: |
Fork this and add your example |