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