Merge branch 'master' into assignment4
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user