feature/kjug
smoke test
This commit is contained in:
parent
e45b50d2e3
commit
25a54e37ea
1 changed files with 9 additions and 0 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -82,5 +82,14 @@ pipeline{
|
|||
sh 'scp -r -o StrictHostKeyChecking=no dist/webapp root@172.17.0.3:/var/'
|
||||
}
|
||||
}
|
||||
stage('Smoke Test') {
|
||||
when {
|
||||
branch 'kjug'
|
||||
}
|
||||
agent { label 'master' }
|
||||
steps {
|
||||
sh 'ssh -o StrictHostKeyChecking=no root@172.17.0.3 ls -la /var/webapp'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue