Test Jenkinsfile for building plate-tool-beta
Gitea Scan/plate-tool/pipeline/head There was a failure building this commit
Details
Gitea Scan/plate-tool/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
bce56be33e
commit
034e3133be
|
@ -0,0 +1,16 @@
|
|||
pipeline {
|
||||
agent "linux_arm"
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
scm checkout
|
||||
sh '''
|
||||
. "$HOME/.cargo/env"
|
||||
trunk build --release --public-url "cool-stuff/plate-tool-beta/"
|
||||
'''
|
||||
archiveArtifacts "**/dist"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue