mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 19:36:26 -06:00
temporarily disable jenkins deploys on develop push
This commit is contained in:
parent
4d2c0bbcba
commit
62430c628d
3
.jenkins
3
.jenkins
@ -117,6 +117,7 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Muting this until Helm 3 chart is updated and tested
|
||||||
stage('Deployment'){
|
stage('Deployment'){
|
||||||
when {
|
when {
|
||||||
branch 'develop'
|
branch 'develop'
|
||||||
@ -128,6 +129,6 @@ spec:
|
|||||||
parameters: [string(name: 'IMAGE_TAG', value: "${env.TAG}")]
|
parameters: [string(name: 'IMAGE_TAG', value: "${env.TAG}")]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user