oh, yeah... can't use dollar-signs all willy-nilly
Some checks failed
Potlatch Loggers Organization/ComputerKeeper/pipeline/head There was a failure building this commit
Some checks failed
Potlatch Loggers Organization/ComputerKeeper/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0a4a0cce99
commit
babe775d55
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,7 +18,7 @@ node ('master') {
|
|||||||
|
|
||||||
// Build Stage - Run the PyInstaller Steps to Generate an Executable.
|
// Build Stage - Run the PyInstaller Steps to Generate an Executable.
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
sh """docker run -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3"""
|
sh """docker run -v "${WORKSPACE}:/src/" cdrx/pyinstaller-windows:python3"""
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wrap Up - Archive the Generated Executables, Tear Down the Build System.
|
// Wrap Up - Archive the Generated Executables, Tear Down the Build System.
|
||||||
|
Loading…
Reference in New Issue
Block a user