Trying to make docker stuff work.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-26 13:19:00 -04:00
parent e8911f1733
commit 0421ce1bbb

1
Jenkinsfile vendored
View File

@@ -8,6 +8,7 @@ pipeline {
stages {
stage('Test') {
steps {
sh 'echo ${USER}'
sh 'pip3 install -U pip'
sh 'pip3 install wheel nox nox_poetry poetry'
sh 'nox --version'