dev #1

Closed
qwc wants to merge 20 commits from dev into master
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 5e1311dc33 - Show all commits

7
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,7 @@
node ('main') {
stage('docker') {
sh '''
sh build.sh
'''
}
}