Trying to understand the environment

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-26 09:46:11 -04:00
parent 67977dd0d5
commit 7ae4dd4e3b

4
Jenkinsfile vendored
View File

@@ -5,7 +5,9 @@ pipeline {
stages {
stage('Test') {
steps {
sh 'pip3 install --upgrade pip'
sh 'echo $USER'
sh 'pwd'
sh 'pip3 install -U pip'
sh 'pip3 install wheel nox nox_poetry poetry'
sh 'nox -x'
}