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