Update Jenkinsfile

This commit is contained in:
notyourav
2021-03-14 22:52:10 -07:00
committed by GitHub
parent 50252d2b65
commit d207eaf8fa
Vendored
+1 -6
View File
@@ -10,11 +10,6 @@ pipeline {
}
}
stage('Build') {
when {
not {
branch 'master'
}
}
steps {
sh 'make -j'
}
@@ -34,4 +29,4 @@ pipeline {
cleanWs()
}
}
}
}