We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a082d97 + 87c85c5 commit e740d7aCopy full SHA for e740d7a
Jenkinsfile
@@ -3,8 +3,8 @@ pipeline {
3
stages {
4
stage('Build Docker Images') {
5
steps {
6
- sh 'docker build -t cynthion github.com/greatscottgadgets/cynthion'
7
- sh 'docker build -t cynthion-test github.com/greatscottgadgets/cynthion-test'
+ sh 'docker build -t cynthion https://github.com/greatscottgadgets/cynthion.git'
+ sh 'docker build -t cynthion-test https://github.com/greatscottgadgets/cynthion-test.git'
8
}
9
10
stage('Cynthion selftest') {
0 commit comments