Alexander Böhm 2021-09-09 15:32:41 +02:00
parent 50865ab862
commit 0ec5b8f5e3
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,8 @@
node {
stage('Build') {
}
stage('Sign') {
}
stage('Publish') {
}
}