Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 823656f

Browse files
committed
Build: Include push in the release stage
1 parent 6cbf392 commit 823656f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ cfg = jplConfig('docker-flutter-builder', 'docker', '', [slack: '', email:'pedro
77
String jenkinsVersion
88

99
def publishDockerImage(String jenkinsVersion) {
10-
echo "tbd"
11-
/*
12-
docker.withRegistry("https://registry.hub.docker.com", 'teeckebot-docker-credentials') {
13-
echo "tbd"
14-
}
15-
*/
10+
docker.image("teecke/jenkins-dind").push()
1611
}
1712

1813
pipeline {

0 commit comments

Comments
 (0)