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

8
pipeline Normal file
View File

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