Disable the 'Deploy Docs' Jenkins CI build pipeline stage.

The are not STDG project docs (yet)!
This commit is contained in:
John Blum
2021-12-13 19:14:18 -08:00
parent cd824c7ced
commit ab43be3527

2
Jenkinsfile vendored
View File

@@ -54,6 +54,7 @@ pipeline {
}
}
/*
stage ('Deploy Docs') {
options {
timeout(time: 15, unit: "MINUTES")
@@ -76,6 +77,7 @@ pipeline {
}
}
}
*/
stage ('Deploy Artifacts') {
options {