mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-12-22 07:45:07 +00:00
Delete Jenkinsfile
This commit is contained in:
parent
d70bda6ecc
commit
8f35214eb7
1 changed files with 0 additions and 17 deletions
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
|
@ -1,17 +0,0 @@
|
||||||
pipeline {
|
|
||||||
agent any
|
|
||||||
stages {
|
|
||||||
stage('Build') {
|
|
||||||
steps {
|
|
||||||
withDockerContainer(image: 'rust:latest', toolName: 'Docker') {
|
|
||||||
sh 'cargo build --release'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
post {
|
|
||||||
always {
|
|
||||||
archiveArtifacts artifacts: 'target/release/*.exe', followSymlinks: false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue