Removed Jenkinsfile
This commit is contained in:
parent
2247a28287
commit
1acb3321e7
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@ -1,16 +0,0 @@
|
|||||||
|
|
||||||
node {
|
|
||||||
environment{
|
|
||||||
IMAGENAME = "agreiner/advancedmqttbridge"
|
|
||||||
DOCKER_CLI_EXPERIMENTAL=enabled
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Clone repository') {
|
|
||||||
checkout scm
|
|
||||||
}
|
|
||||||
stage('Build and push multiarch image') {
|
|
||||||
sh """
|
|
||||||
docker buildx build -t reg.greinet.com/agreiner/advancedmqttbridge:latest --platform linux/amd64,linux/arm64 --push .
|
|
||||||
"""
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user