Skip to content

Commit 353dc69

Browse files
committed
Adding Jenkinsfile for hotbed.io
1 parent ae622f1 commit 353dc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node('gcc') {
22
stage("Checkout") {
3-
git url: "https://github.com/riolet/rix", branch: "master"
3+
checkout scm
44
}
55
stage("Build") {
66
sh "make"

0 commit comments

Comments
 (0)