Skip to content

Commit 1eb44c0

Browse files
committed
Checkout mmumshad#2
1 parent 6ecff0f commit 1eb44c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
node {
22
stage('build') {
3+
/*
34
openshift.withCluster() {
45
def bc = openshift.selector('buildconfig/flask-webapp-color')
56
bc.startBuild()
67
sleep(time:3,unit:"MINUTES")
78
openshift.tag('flask-webapp-color:latest', "flask-webapp-color:${BUILD_ID}")
9+
*/
10+
echo 'just kiddin'
811
}
912
}
1013
stage('update argocd manifest') {
1114
echo 'work it'
12-
checkout([$class: 'GitSCM', branches: [[name: '*/test']], extensions: [], userRemoteConfigs: [[credentialsId: 'jzigic-pat-b', url: 'https://github.com/SlitiBrahim/flask-webapp-color-argocd']]])
15+
checkout([$class: 'GitSCM', branches: [[name: '*/main']], extensions: [], userRemoteConfigs: [[credentialsId: 'jzigic-github-pat-b', url: 'https://github.com/SlitiBrahim/flask-webapp-color-argocd']]])
1316
sh 'git status'
17+
sh 'ls -lR'
1418
}
1519
}
1620

0 commit comments

Comments
 (0)