Compare commits
6 Commits
a439b45d2c
...
f31117d87e
| Author | SHA1 | Date | |
|---|---|---|---|
| f31117d87e | |||
| ffca46746b | |||
| b043b7df22 | |||
| d1f3983799 | |||
| 929978fa87 | |||
| 27517d7419 |
19
Jenkinsfile
vendored
19
Jenkinsfile
vendored
@@ -1,16 +1,17 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent linux {
|
agent {label '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') {
|
||||||
|
steps{
|
||||||
echo 'Starting deploy step...'
|
echo 'Starting deploy step...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user