Need more steps in a stage than none
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -11,7 +11,9 @@ pipeline {
|
||||
// Testing latex isn't really a thing, but we could do basic sanity checks in the future?
|
||||
|
||||
stage('Deploy') {
|
||||
echo 'Starting deploy step...'
|
||||
steps{
|
||||
echo 'Starting deploy step...'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user