test
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7cb76d06a8
commit
a801aaa33c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -16,7 +16,7 @@ pipeline {
|
|||||||
branches: [[name: 'main']],
|
branches: [[name: 'main']],
|
||||||
userRemoteConfigs: [[credentialsId: 'gitea-jenkins-user-token', url: 'https://gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist.git']]
|
userRemoteConfigs: [[credentialsId: 'gitea-jenkins-user-token', url: 'https://gitea.fahrecker.com/andreas-personal/AndysAdguardHomeBlocklist.git']]
|
||||||
])
|
])
|
||||||
echo 'pwd'
|
sh 'pwd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -26,7 +26,7 @@ pipeline {
|
|||||||
branch 'main'
|
branch 'main'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
echo 'pwd'
|
sh 'pwd'
|
||||||
sh 'npm clean-install'
|
sh 'npm clean-install'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user