mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-24 08:52:18 +02:00
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
pipeline {
|
|
agent any
|
|
stages {
|
|
|
|
stage('Release') {
|
|
steps {
|
|
bat 'oscript ./ci/os/releasemaker.os'
|
|
}
|
|
}
|
|
}
|
|
} |