Agent is a directive, doesn't have curly braces...
This commit is contained in:
21
Jenkinsfile
vendored
21
Jenkinsfile
vendored
@@ -1,18 +1,17 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {linux} {
|
agent {linux}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Starting build step...'
|
echo 'Starting build step...'
|
||||||
sh './scripts/build.sh'
|
sh './scripts/build.sh'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 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') {
|
||||||
echo 'Starting deploy step...'
|
echo 'Starting deploy step...'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user