Working on docker workflow.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-26 12:59:54 -04:00
parent 68ff1108cf
commit e8911f1733

6
Jenkinsfile vendored
View File

@@ -8,10 +8,10 @@ pipeline {
stages {
stage('Test') {
steps {
sh 'uname -a'
sh 'pwd'
sh 'apk --help'
sh 'pip3 install -U pip'
sh 'pip3 install wheel nox nox_poetry poetry'
sh 'nox --version'
sh 'poetry --version'
}
}
}