Added Jenkinsfile.
Does just call build.sh.
This commit is contained in:
parent
a16c7b0f3c
commit
c1728d4993
7
Jenkinsfile
vendored
Normal file
7
Jenkinsfile
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
node ('main') {
|
||||||
|
stage('docker') {
|
||||||
|
sh '''
|
||||||
|
sh build.sh
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user