Skip to content

Commit f1dfa6a

Browse files
Added Jenkinsfile
1 parent dcc73ad commit f1dfa6a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pipeline {
2+
agent any
3+
stages {
4+
stage('build / test') {
5+
steps {
6+
sh './gradlew check --no-daemon'
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)