adding jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,8 +7,10 @@ pipeline{
|
|||||||
stage("build"){
|
stage("build"){
|
||||||
|
|
||||||
steps{
|
steps{
|
||||||
|
script{
|
||||||
docker-compose up -d --build
|
docker-compose up -d --build
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user