mirror of
https://github.com/plexusorg/IBConverter.git
synced 2026-06-04 02:36:54 +00:00
try this
This commit is contained in:
Vendored
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
docker { image 'rust:latest' }
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
withDockerContainer('rust:latest') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cargo build --release'
|
sh 'cargo build --release'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'target/release/*.exe', followSymlinks: false
|
archiveArtifacts artifacts: 'target/release/*.exe', followSymlinks: false
|
||||||
|
|||||||
Reference in New Issue
Block a user