Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
[build] add jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
bomgar committed Dec 4, 2018
1 parent 3ce4480 commit af1c937
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@Library("21re") _

gen.init()

reportSlack {
node {
checkout scm

rustBuild([version: gen.VERSION])

if(gen.deploy) {
githubRelease([version: gen.VERSION])
}
}

if(gen.deploy) {
}
}

0 comments on commit af1c937

Please sign in to comment.