Skip to content

Commit eb9bdba

Browse files
authored
Merge pull request #7 from Cosmo-Tech/debug
fix: need to checkout the source code first
2 parents 9a5de57 + 49da3ba commit eb9bdba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
node('docker') {
22
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+
}
38
stage('build image') {
49
sh 'docker build -t cosmotech-run .'
510
}

0 commit comments

Comments
 (0)