Merge pull request #333 from docker/repo-cleanup
Remove unused Jenkinsfile and yarn.lock files
This commit is contained in:
commit
3a9b88700e
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")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user