Testing with Jenkins
Some checks failed
Gitea Organization/dotfiles/pipeline/head There was a failure building this commit

This commit is contained in:
Mutzi 2023-02-11 12:40:40 +01:00
parent 0b7af4e3d7
commit ff18cd16ce

3
Jenkinsfile vendored
View File

@ -6,8 +6,7 @@ pipeline {
docker { image 'rust:alpine' }
}
steps {
sh 'export'
sh 'cargo --release build'
sh 'cargo build --release'
sh 'ls -la'
}
}