revamp static content.

This commit is contained in:
Gregory Hendrickson
2023-06-09 16:42:24 -07:00
parent 4d982aa5af
commit aa393d232b
4 changed files with 65 additions and 8 deletions

1
Jenkinsfile vendored
View File

@@ -2,7 +2,6 @@ pipeline {
agent any
environment {
DOCKERHUB_CREDENTIALS=credentials('dockerhub-cred')
SSH_CREDENTIALS=credentials('ssh-cred')
}
stages {