Trying to understand the environment
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user