Added automatic uploading

This commit is contained in:
2019-03-29 16:37:38 +01:00
parent 2c8afaa923
commit b7e07736fa
2 changed files with 10 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -32,5 +32,10 @@ pipeline {
}
}
}
stage('Upload') {
steps {
sh 'make otaupload'
}
}
}
}