Skip to content

Commit 1700da4

Browse files
authored
Update Jenkinsfile
1 parent 0eddb10 commit 1700da4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile

+10
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ pipeline {
3131
}
3232
}
3333
}
34+
stage('Build nightly') {
35+
steps {
36+
script {
37+
docker.withRegistry('https://index.docker.io/v1/', 'docker-hub') {
38+
def Image = docker.build('signal18/replication-manager:2.3-pro', '-f docker/Dockerfile.pro .')
39+
Image.push('nightly')
40+
}
41+
}
42+
}
43+
}
3444
stage('Build DEV') {
3545
steps {
3646
script {

0 commit comments

Comments
 (0)