builder-script-gluon/Jenkinsfile

9 lines
96 B
Plaintext
Raw Permalink Normal View History

2021-09-09 13:32:41 +00:00
node {
stage('Build') {
}
stage('Sign') {
}
stage('Publish') {
}
}