forked from andrey/raspberry-pi-pico-docker-sdk
add Jenkinsfile
All checks were successful
SHS Gitea/raspberry-pi-pico-docker-sdk/pipeline/head This commit looks good
All checks were successful
SHS Gitea/raspberry-pi-pico-docker-sdk/pipeline/head This commit looks good
This commit is contained in:
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
node {
|
||||
stage("Download SRC") {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
stage("Docker build") {
|
||||
docker.build("${env.DOCKER_PREFIX}/picosdk", ".")
|
||||
}
|
||||
|
||||
stage("docker prune") {
|
||||
sh 'docker system prune -f'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user