parent
9ede6f69d7
commit
07e352789a
@ -0,0 +1,9 @@
|
|||||||
|
node {
|
||||||
|
stage('Clone repository') {
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
|
|
||||||
|
stage('Build docker image') {
|
||||||
|
app = docker.build("xit/opst-fo:latest") #docker image build 및 이름을 xit/opst-fo:$BUILD_NUMBER(빌드번호) 설정
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue