Skip to content
Snippets Groups Projects
Commit e0d48aa1 authored by MOREY Thibault's avatar MOREY Thibault
Browse files

Add new file

parent 1c5fdb22
No related branches found
No related tags found
No related merge requests found
node{
def app
stage('Clone') {
checkout scm
}
stage('Build image') {
app = docker.build ("")
}
stage('Test image') {
docker.image('').withRun('-p 80:80') { c ->
sh 'docker ps'
sh 'curl localhost'
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment