Skip to content

Commit d41eed5

Browse files
author
Antti Yli-Tokola
committed
Add initial Jenkinsfile
1 parent dca8ba2 commit d41eed5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Jenkinsfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
@Library('get-targets')_
2+
3+
pipeline {
4+
agent any
5+
options {
6+
timestamps()
7+
}
8+
9+
stages {
10+
stage('Get targets') {
11+
steps {
12+
get-targets("mbed_app.json")
13+
}
14+
}
15+
}
16+
}
17+

0 commit comments

Comments
 (0)