Disable the 'Deploy Docs' Jenkins CI build pipeline stage.
The are not STDG project docs (yet)!
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -54,6 +54,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
stage ('Deploy Docs') {
|
||||
options {
|
||||
timeout(time: 15, unit: "MINUTES")
|
||||
@@ -76,6 +77,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
stage ('Deploy Artifacts') {
|
||||
options {
|
||||
|
||||
Reference in New Issue
Block a user