Testing with Jenkins
Some checks failed
Gitea Organization/dotfiles/pipeline/head There was a failure building this commit
Some checks failed
Gitea Organization/dotfiles/pipeline/head There was a failure building this commit
This commit is contained in:
parent
39f08615d8
commit
77b6e2aba3
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
pipeline {
|
||||||
|
agent none
|
||||||
|
stage('Build') {
|
||||||
|
agent {
|
||||||
|
docker { image 'rust:alpine' }
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh 'export'
|
||||||
|
sh 'cargo --release build'
|
||||||
|
sh 'ls -la'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user