Remove unused Jenkinsfile and yarn.lock files

Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
Michael Irwin 2022-12-14 10:18:16 -05:00
parent 9cdc998137
commit e5d371490c
No known key found for this signature in database
GPG Key ID: 8C42FBB0E482C8CF
2 changed files with 0 additions and 26 deletions

22
Jenkinsfile vendored
View File

@ -1,22 +0,0 @@
pipeline {
options {
timeout(time: 1, unit: 'HOURS')
}
agent {
label 'ubuntu-1804 && amd64 && docker'
}
stages {
stage('build and push') {
when {
branch 'master'
}
sh "docker build -t docker/getting-started ."
steps {
withDockerRegistry([url: "", credentialsId: "dockerbuildbot-index.docker.io"]) {
sh("docker push docker/getting-started")
}
}
}
}
}

View File

@ -1,4 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1