Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit 72668ac

Browse files
Alex Milushevzunkree
authored andcommitted
Add Jenkinsfile for Docker image build
1 parent bc806eb commit 72668ac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Jenkinsfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!groovy​
2+
3+
pipeline {
4+
agent { label 'ubuntu16' }
5+
6+
stages {
7+
stage('Build') {
8+
steps {
9+
dockerBuildTagPush()
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)