Compare commits

..

6 Commits

3
Jenkinsfile vendored
View File

@@ -1,5 +1,5 @@
pipeline { pipeline {
agent linux { agent {label 'linux'}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
@@ -11,6 +11,7 @@ pipeline {
// Testing latex isn't really a thing, but we could do basic sanity checks in the future? // Testing latex isn't really a thing, but we could do basic sanity checks in the future?
stage('Deploy') { stage('Deploy') {
steps{
echo 'Starting deploy step...' echo 'Starting deploy step...'
} }
} }