Need more steps in a stage than none

This commit is contained in:
2024-04-22 17:06:12 +02:00
parent b043b7df22
commit ffca46746b

2
Jenkinsfile vendored
View File

@@ -11,7 +11,9 @@ 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...'
} }
} }
} }
}