Fixing the build
This commit is contained in:
parent
e6ee43838f
commit
b006160931
|
@ -1,10 +1,7 @@
|
|||
pipeline {
|
||||
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile.jenkins'
|
||||
dir '.'
|
||||
}
|
||||
label 'agent2'
|
||||
}
|
||||
|
||||
options {
|
||||
|
@ -13,6 +10,12 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage("Build") {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile.jenkins'
|
||||
dir '.'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'whoami'
|
||||
sh 'WINEPREFIX=${HOME}/.wine wine ./executables/nsis-3.10-setup.exe /S'
|
||||
|
|
Loading…
Reference in New Issue