Merge branch 'master' into assignment4

This commit is contained in:
2024-04-23 11:42:53 +02:00

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...'
} }
} }