Merge pull request 'Try slim image for building rayon' (#3) from feature/fix-jenkins-build into master
All checks were successful
Core Repos/Rack/pipeline/head This commit looks good
All checks were successful
Core Repos/Rack/pipeline/head This commit looks good
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,6 +1,6 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'rust:1.50.0-alpine' }
|
||||
docker { image 'rust:1.50.0-slim' }
|
||||
}
|
||||
stages {
|
||||
stage('setup') {
|
||||
|
||||
Reference in New Issue
Block a user