Remove unused Jenkinsfile and yarn.lock files
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
22
Jenkinsfile
vendored
22
Jenkinsfile
vendored
@@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user