Fixing the build
This commit is contained in:
parent
7ce258d771
commit
b30d83188c
|
@ -16,6 +16,7 @@ pipeline {
|
|||
stage("Build") {
|
||||
steps {
|
||||
sh 'whoami'
|
||||
sh 'make snow'
|
||||
sh 'make'
|
||||
archiveArtifacts artifacts: 'setup_*.exe'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue