adding jenkinsfile
This commit is contained in:
14
Jenkinsfile
vendored
Normal file
14
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
pipeline{
|
||||
|
||||
agent any
|
||||
|
||||
stages {
|
||||
|
||||
stage("build"){
|
||||
|
||||
steps{
|
||||
docker-compose up -d --build
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user