Working on docker workflow.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user