This commit is contained in:
parent
9294078ea5
commit
48d59a8b70
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -40,7 +40,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
agent any
|
||||
agent {
|
||||
label 'lunjaserv'
|
||||
}
|
||||
steps {
|
||||
unstash 'html'
|
||||
sh 'ls docs/build/html'
|
||||
|
Loading…
x
Reference in New Issue
Block a user