We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae622f1 commit 353dc69Copy full SHA for 353dc69
Jenkinsfile
@@ -1,6 +1,6 @@
1
node('gcc') {
2
stage("Checkout") {
3
- git url: "https://github.com/riolet/rix", branch: "master"
+ checkout scm
4
}
5
stage("Build") {
6
sh "make"
0 commit comments