parent
a0e5fcfb50
commit
541da0e053
@ -0,0 +1,29 @@
|
||||
pipeline {
|
||||
agent any
|
||||
options {
|
||||
timestamps()
|
||||
ansiColor("xterm")
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
echo "no build yet"
|
||||
}
|
||||
}
|
||||
|
||||
stage('lint') {
|
||||
steps {
|
||||
echo "no lint yet"
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
cleanup {
|
||||
cleanWs(deleteDirs: true,
|
||||
disableDeferredWipeout: true,
|
||||
notFailBuild: true)
|
||||
}
|
||||
}
|
||||
}
|
@ -1,3 +1,15 @@
|
||||
# dotfiles
|
||||
|
||||
These are my dotfiles.
|
||||
[](https://jenkins.sudo.is/job/ben/job/dotfiles/)
|
||||
[](https://git.sudo.is/ben/dotfiles)
|
||||
[](https://github.com/benediktkr/dotfiles)
|
||||
[](https://matrix.to/#/@ben:sudo.is)
|
||||
[](LICENSE)
|
||||
|
||||
These are my dotfiles.
|
||||
|
||||
## mirrors
|
||||
|
||||
* :gitea: git.sudo.is: [`ben/dotfiles`](https://git.sudo.is/ben/dotfiles)
|
||||
* :github: github.com [`benediktkr/dotfiles`](https://github.com/benediktkr/dotfiles)
|
||||
* bitbucket.org (private): [`benedikt/dotfiles`](https://bitbucket.org/benedikt/dotfiles)
|
||||
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in new issue