builder-script-gluon/pipeline

9 lines
96 B
Plaintext

node {
stage('Build') {
}
stage('Sign') {
}
stage('Publish') {
}
}