Repository: maven-surefire Updated Branches: refs/heads/master b61da31c8 -> cbbc31941
Jenkinsfile Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/cbbc3194 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/cbbc3194 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/cbbc3194 Branch: refs/heads/master Commit: cbbc3194128fe476fa723c0842cf593bf3afcf13 Parents: b61da31 Author: Tibor17 <[email protected]> Authored: Mon Aug 21 17:12:44 2017 +0200 Committer: Tibor17 <[email protected]> Committed: Mon Aug 21 17:12:44 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/cbbc3194/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index aee923e..602a8b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,5 @@ pipeline { - agent { - label env.NIX_LABEL - } + agent none stages { stage('Unix Build') { agent {
