There was an error while loading. Please reload this page.
2 parents 9a5de57 + 49da3ba commit eb9bdbaCopy full SHA for eb9bdba
1 file changed
Jenkinsfile
@@ -1,5 +1,10 @@
1
node('docker') {
2
ansiColor('xterm') {
3
+ cleanWs()
4
+ stage('checkout') {
5
+ git url: 'https://github.com/Cosmo-Tech/run.git',
6
+ credentialsId: '99baa078-02ed-46df-bc7d-2ca01fb32d1d'
7
+ }
8
stage('build image') {
9
sh 'docker build -t cosmotech-run .'
10
}
0 commit comments