mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
add Jenkins CI
This commit is contained in:
parent
7f30436ece
commit
67e9539353
1 changed files with 11 additions and 0 deletions
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage ('Build') {
|
||||
steps {
|
||||
// https://github.com/srid/nixci
|
||||
nixCI ()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue