matrix-media-expanded/Jenkinsfile

11 lines
147 B
Text
Raw Normal View History

2023-03-25 14:50:41 +00:00
pipeline {
agent any
stages {
2023-04-27 01:45:08 +00:00
stage ('Build') {
2023-03-25 14:50:41 +00:00
steps {
2023-04-27 01:45:08 +00:00
nixBuildAll ()
2023-03-25 14:50:41 +00:00
}
}
}
}