Jenkins config

- added agent information
master
Trivernis 5 years ago
parent 6a9e204629
commit 602d74eadb

2
Jenkinsfile vendored

@ -1,4 +1,6 @@
pipeline {
agent any
stage('Stylecheck') {
steps {
echo 'Checking Style...'

Loading…
Cancel
Save