build: Andere bouwmanier proberen
gitea/double-pendulum/pipeline/head There was a failure building this commit
gitea/double-pendulum/pipeline/head There was a failure building this commit
This commit is contained in:
Vendored
+3
-1
@@ -8,7 +8,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum/'
|
sh 'wasm-pack build --target web"
|
||||||
|
archiveArtifacts artifacts: './pkg/'
|
||||||
|
sh 'cp ./pkg/ /var/www/zwietering.eu/projects/double-pendulum'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user