diff --git a/ci/release b/ci/release new file mode 100644 index 0000000000..21a824845f --- /dev/null +++ b/ci/release @@ -0,0 +1,11 @@ +pipeline { + agent any + stages { + + stage('Release') { + steps { + powershell encoding: 'UTF-8', script:'oscript ./ci/os/releasemaker.os' + } + } + } +} \ No newline at end of file