ci: disable build and release stages
Some checks reported warnings
Cadoles/mktools/pipeline/head This commit is unstable

This commit is contained in:
2023-08-23 15:53:40 -06:00
parent 643e170d49
commit ab89789e3e
2 changed files with 4 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -1,3 +1,6 @@
@Library("cadoles") _
standardMakePipeline()
standardMakePipeline([
'buildTask': null,
'releaseTask': null
])