Jenkins CI Setup #1

Merged
cameron merged 5 commits from feature/ci-setup into master 2020-06-17 18:19:39 +00:00
Showing only changes of commit 3dfc01d9f1 - Show all commits

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
dockerfile { image 'rust:1.44.0-alpine' } docker { image 'rust:1.44.0-alpine' }
} }
stages { stages {
stage('build') { stage('build') {