Trying to get docker to play.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -8,9 +8,8 @@ pipeline {
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'sudo docker exec playlist-test /bin/bash'
|
||||
sh 'pwd'
|
||||
sh 'uname -a'
|
||||
sh 'pwd'
|
||||
sh 'nox --version'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user